Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.1 into 10.2 | Marko Mäkelä | 2017-04-06 | 1 | -12/+0 |
|\ | |||||
| * | Merge 10.0 into 10.1 | Marko Mäkelä | 2017-04-06 | 1 | -13/+0 |
| |\ | |||||
| | * | MDEV-8642: WHERE Clause not applied on View - Empty result set returned | Oleksandr Byelkin | 2017-04-05 | 1 | -13/+0 |
* | | | Fixed bug mdev-12336. | Igor Babaev | 2017-03-29 | 1 | -0/+3 |
* | | | MDEV-10352 Server crashes in Field::set_default on CREATE TABLE | Sergei Golubchik | 2017-02-13 | 1 | -3/+5 |
* | | | Race condition in DEFAULT() with expressions | Sergei Golubchik | 2017-02-13 | 1 | -8/+14 |
* | | | MDEV-10201 Bad results for CREATE TABLE t1 (a INT DEFAULT b, b INT DEFAULT 4) | Sergei Golubchik | 2017-02-13 | 1 | -5/+13 |
* | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-02-10 | 1 | -1/+40 |
|\ \ \ | |/ / | |||||
| * | | Post merge review fixes | Vicențiu Ciorbaru | 2017-01-17 | 1 | -1/+1 |
| * | | Merge branch '10.0' into 10.1 | Vicențiu Ciorbaru | 2017-01-16 | 1 | -1/+40 |
| |\ \ | | |/ | |||||
| | * | Merge remote-tracking branch 'origin/5.5' into 10.0 | vicentiu | 2017-01-06 | 1 | -1/+40 |
| | |\ | |||||
| | | * | MDEV-10386 Assertion `fixed == 1' failed in virtual String* Item_func_conv_ch... | Alexander Barkov | 2016-12-21 | 1 | -1/+2 |
| | | * | MDEV-7691: Assertion `outer_context || !*from_field || *from_field == not_fou... | Sergei Petrunia | 2016-12-19 | 1 | -0/+38 |
* | | | | MDEV-11780 Crash with PREPARE + SP out parameter + literal | Alexander Barkov | 2017-01-24 | 1 | -1/+12 |
* | | | | MDEV-11134 Assertion `fixed' failed in Item::const_charset_converter(THD*, CH... | Alexander Barkov | 2017-01-23 | 1 | -31/+38 |
* | | | | Merge 10.1 to 10.2. | Marko Mäkelä | 2017-01-19 | 1 | -1/+8 |
|\ \ \ \ | |/ / / | |||||
| * | | | MDEV-11030 Assertion `precision > 0' failed in decimal_bin_size | Alexander Barkov | 2017-01-12 | 1 | -1/+8 |
* | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-12-29 | 1 | -31/+65 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-12-11 | 1 | -30/+44 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-12-09 | 1 | -30/+44 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-10663: Use of Inline table columns in HAVING clause throws 1463 Error | Oleksandr Byelkin | 2016-12-06 | 1 | -29/+43 |
| | | * | MDEV-10717 Assertion `!null_value' failed in virtual bool Item::send(Protocol... | Alexander Barkov | 2016-12-06 | 1 | -0/+1 |
| * | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-09-28 | 1 | -2/+21 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-09-27 | 1 | -2/+21 |
| | |\ \ | | | |/ | |||||
| | | * | Merge branch 'mysql/5.5' into 5.5 | Sergei Golubchik | 2016-09-11 | 1 | -4/+1 |
| | | |\ | |||||
| | | | * | Bug #23280699: MYSQLD GOT SIGNAL 11 IN IS_NULL ON SELECT | Sreeharsha Ramanavarapu | 2016-07-22 | 1 | -4/+1 |
| | | | * | Bug #23279858: MYSQLD GOT SIGNAL 11 ON SIMPLE SELECT | Sreeharsha Ramanavarapu | 2016-05-24 | 1 | -2/+7 |
| | | * | | MDEV-8833 Crash of server on prepared statement with conversion to semi-join | Oleksandr Byelkin | 2016-09-02 | 1 | -2/+21 |
* | | | | | Fixed bug mdev-11608. | Igor Babaev | 2016-12-20 | 1 | -8/+11 |
* | | | | | Fixed bug mdev-11488. | Igor Babaev | 2016-12-14 | 1 | -0/+73 |
* | | | | | Item::print(): remove redundant parentheses | Sergei Golubchik | 2016-12-12 | 1 | -2/+22 |
* | | | | | bugfix: non-deterministic vcols in partitioning | Sergei Golubchik | 2016-12-12 | 1 | -0/+8 |
* | | | | | rename Virtual_column_info::expr_item | Sergei Golubchik | 2016-12-12 | 1 | -9/+9 |
* | | | | | store/show vcols as item->print() | Sergei Golubchik | 2016-12-12 | 1 | -34/+52 |
* | | | | | gcol mysql-test suite from 5.7 | Sergei Golubchik | 2016-12-12 | 1 | -2/+11 |
* | | | | | TABLE::update_virtual_field to compute just one vcol | Sergei Golubchik | 2016-12-12 | 1 | -0/+12 |
* | | | | | improve Item_field::register_field_in_read_map() | Sergei Golubchik | 2016-12-12 | 1 | -8/+6 |
* | | | | | MDEV-11359 Implement IGNORE for bulk operation | Oleksandr Byelkin | 2016-11-29 | 1 | -0/+72 |
* | | | | | MDEV-11360 Dynamic SQL: DEFAULT as a bind parameter | Alexander Barkov | 2016-11-27 | 1 | -41/+91 |
* | | | | | MDEV-9114: Bulk operations (Array binding) | Oleksandr Byelkin | 2016-11-02 | 1 | -36/+37 |
* | | | | | MDEV-9143 JSON_xxx functions. | Alexey Botchkov | 2016-10-25 | 1 | -0/+8 |
* | | | | | MDEV-10709 Expressions as parameters to Dynamic SQL | Alexander Barkov | 2016-10-08 | 1 | -19/+54 |
* | | | | | MDEV-10772 Introduce Item_param::CONVERSION_INFO | Alexander Barkov | 2016-10-08 | 1 | -29/+28 |
* | | | | | Use sql_mode_t for sql_mode. | Monty | 2016-10-05 | 1 | -1/+1 |
* | | | | | MDEV-6112 multiple triggers per table | Monty | 2016-10-05 | 1 | -1/+1 |
* | | | | | MDEV-10669: Crash in SELECT with window function used | Vicențiu Ciorbaru | 2016-09-24 | 1 | -1/+1 |
* | | | | | MDEV-10815: Window Function Expressions Wrong Results | Vicențiu Ciorbaru | 2016-09-24 | 1 | -0/+4 |
* | | | | | Fixed bug mdev-10782. | Igor Babaev | 2016-09-12 | 1 | -0/+10 |
* | | | | | Helper function for debugging. | Oleksandr Byelkin | 2016-09-11 | 1 | -1/+45 |
* | | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-09-09 | 1 | -0/+31 |
|\ \ \ \ \ | |/ / / / |