Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-10017: Get unexpected `Empty Set` for correlated subquery with aggregate... | Oleksandr Byelkin | 2016-08-31 | 1 | -0/+31 |
* | | | | | More cleanup. | Igor Babaev | 2016-09-06 | 1 | -9/+0 |
* | | | | | Merge branch '10.2' into bb-10.2-mdev9864 | Igor Babaev | 2016-09-06 | 1 | -0/+3 |
|\ \ \ \ \ | |||||
| * | | | | | MDEV-10743 LDML: a new syntax to reuse sort order from another 8bit simple co... | Alexander Barkov | 2016-09-06 | 1 | -0/+3 |
* | | | | | | The code that pushed conditions into derived did not | Igor Babaev | 2016-09-05 | 1 | -9/+9 |
* | | | | | | Fixed a flaw in the implementation of condition push-down | Igor Babaev | 2016-09-04 | 1 | -0/+36 |
* | | | | | | Fixed the previous merge to be able to build mysqld. | Igor Babaev | 2016-09-01 | 1 | -2/+2 |
* | | | | | | Merge branch '10.2-mdev9197-cons' of github.com:shagalla/server | Igor Babaev | 2016-08-31 | 1 | -0/+204 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | The consolidated patch for mdev-9197. | Galina Shalygina | 2016-08-23 | 1 | -0/+204 |
* | | | | | | re-fix vcols on demand, not always for every SELECT | Sergei Golubchik | 2016-08-27 | 1 | -0/+3 |
* | | | | | | move away from TIMESTAMP_DNUN_FIELD/TIMESTAMP_DN_FIELD code | Sergei Golubchik | 2016-08-27 | 1 | -3/+2 |
* | | | | | | optimize constant default expressions | Sergei Golubchik | 2016-08-27 | 1 | -3/+3 |
* | | | | | | Removing duplicate code in double-to-longlong conversion. | Alexander Barkov | 2016-07-03 | 1 | -8/+0 |
* | | | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-06-30 | 1 | -13/+15 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-06-28 | 1 | -8/+9 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | Merge branch '5.5' into bb-10.0 | Sergei Golubchik | 2016-06-21 | 1 | -8/+9 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | |||||
| | | * | | | Merge branch 'mysql/5.5' into 5.5 | Sergei Golubchik | 2016-06-14 | 1 | -8/+9 |
| | | |\ \ \ | | | | | |/ | | | | |/| |