Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-06-30 | 1 | -1/+2 |
|\ | |||||
| * | MDEV-9428 NO_AUTO_VALUE_ON_ZERO is ignored when a trigger before insert is de... | Sergei Golubchik | 2016-06-28 | 1 | -1/+2 |
* | | various cleanups | Sergei Golubchik | 2016-06-30 | 1 | -5/+7 |
* | | cleanup: change Item::walk() to take void* not uchar* | Sergei Golubchik | 2016-06-30 | 1 | -4/+4 |
* | | various cleanups | Michael Widenius | 2016-06-30 | 1 | -15/+21 |
* | | MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard | Michael Widenius | 2016-06-30 | 1 | -4/+38 |
* | | MDEV-5535: Cannot reopen temporary table | Nirbhay Choubey | 2016-06-10 | 1 | -5/+1 |
* | | MDEV-5535: Cannot reopen temporary table | Nirbhay Choubey | 2016-06-10 | 1 | -939/+16 |
* | | Code cleanups | Sergey Vojtovich | 2016-06-10 | 1 | -66/+4 |
* | | Reuse THD for new user connections | Monty | 2016-06-04 | 1 | -1/+1 |
* | | close_open_tables() is not meaningful anymore | Sergey Vojtovich | 2016-05-10 | 1 | -19/+2 |
* | | Merge commit 'd5822a3ad0657040114cdc185c6387b9eb3a12b2' into 10.2 | Monty | 2016-04-28 | 1 | -2/+7 |
|\ \ | |/ | |||||
| * | MDEV-9621 INSERT DELAYED fails on insert for tables with many columns | Monty | 2016-04-07 | 1 | -2/+7 |
* | | Fixed bug mdev-9897. | Igor Babaev | 2016-04-14 | 1 | -2/+6 |
* | | Window functions: handle window functions as arguments to other functions | Sergei Petrunia | 2016-04-10 | 1 | -1/+1 |
* | | Merge branch '10.2' into bb-10.2-mdev9543 | Sergei Petrunia | 2016-03-28 | 1 | -199/+50 |
|\ \ | |||||
| * \ | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-03-23 | 1 | -5/+5 |
| |\ \ | | |/ | |||||
| | * | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-03-21 | 1 | -5/+5 |
| | |\ | |||||
| | | * | Fix spelling: occurred, execute, which etc | Otto Kekäläinen | 2016-03-04 | 1 | -5/+5 |
| * | | | Removed TABLE->sort to make it possible to have multiple active calls to | Monty | 2016-03-22 | 1 | -17/+0 |
| * | | | Manual merge of branch 'bb-10.2-mdev8789' into 10.2 | Igor Babaev | 2016-03-21 | 1 | -1/+22 |
| |\ \ \ | |||||
| | * | | | MDEV-8789 Implement non-recursive common table expressions | Galina Shalygina | 2015-12-18 | 1 | -1/+22 |
| * | | | | MDEV-9488 - Table cache cleanups | Sergey Vojtovich | 2016-02-26 | 1 | -8/+2 |
| * | | | | MDEV-9488 - Table cache cleanups | Sergey Vojtovich | 2016-02-26 | 1 | -9/+4 |
| * | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-02-25 | 1 | -157/+11 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-02-23 | 1 | -157/+11 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-02-15 | 1 | -157/+11 |
| | | |\ \ | |||||
| | | | * \ | Merge branch 'mysql/5.5' into 5.5 | Sergei Golubchik | 2016-02-09 | 1 | -155/+11 |
| | | | |\ \ | |||||
| | | | | * | | Bug#17047208 REPLICATION DIFFERENCE FOR MULTIPLE TRIGGERS | Venkatesh Duggirala | 2015-11-19 | 1 | -154/+0 |
| | | | | * | | Bug#20691429 ASSERTION `CHILD_L' FAILED IN STORAGE/MYISAMMRG/ | Ajo Robert | 2015-11-13 | 1 | -0/+10 |
| | | * | | | | MDEV-9088 Server crashes on shutdown after the second post of feedback report | Sergei Golubchik | 2015-12-19 | 1 | -1/+0 |
| * | | | | | | MDEV-6150 Speed up connection speed by moving creation of THD to new thread | Monty | 2016-02-07 | 1 | -1/+2 |
| * | | | | | | Merge branch '10.1' into 10.2 | Monty | 2016-02-06 | 1 | -1/+4 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | MDEV-9428 NO_AUTO_VALUE_ON_ZERO is ignored when a trigger before insert is de... | Sergei Golubchik | 2016-01-25 | 1 | -1/+4 |
* | | | | | | | MDEV-9634: Window function produces incorrect value | Sergei Petrunia | 2016-02-26 | 1 | -2/+6 |
* | | | | | | | Fix buildbot failure | Sergei Petrunia | 2016-02-14 | 1 | -1/+1 |
* | | | | | | | This is the consolidated patch for mdev-8646:bb-10.2-mdev8646 | Igor Babaev | 2016-02-09 | 1 | -7/+21 |
|/ / / / / / | |||||
* | | | | | | Merge remote-tracking branch 'origin/10.1' into 10.2 | Alexander Barkov | 2015-12-29 | 1 | -8/+69 |
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | | | |||||
| * | | | | MDEV-8605 MariaDB not use DEFAULT value even when inserted NULL for NOT NULLA... | Sergei Golubchik | 2015-12-21 | 1 | -7/+68 |
| * | | | | cleanup | Sergei Golubchik | 2015-12-21 | 1 | -1/+1 |
* | | | | | MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake() | Sergey Vojtovich | 2015-11-26 | 1 | -4/+4 |
* | | | | | cleanup: remove Field->stored_in_db, Create_field->stored_in_db | Sergei Golubchik | 2015-11-24 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-11-19 | 1 | -30/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | MDEV-8913 Derived queries with same column names as final projection causes i... | Oleksandr Byelkin | 2015-10-30 | 1 | -30/+5 |
* | | | | WSREP_TO_ISOLATION_BEGIN should be called with the table list. | Nirbhay Choubey | 2015-10-14 | 1 | -11/+11 |
* | | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-10-12 | 1 | -3/+11 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2015-10-09 | 1 | -3/+11 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge remote-tracking branch 'mysql/5.5' into 5.5 | Sergei Golubchik | 2015-10-08 | 1 | -3/+11 |
| | |\ \ | | | |/ | |||||
| | | * | BUG#20449914: HANDLE_FATAL_SIGNAL (SIG=11) IN | Nisha Gopalakrishnan | 2015-08-25 | 1 | -3/+11 |
* | | | | fix comments | Monty | 2015-10-05 | 1 | -1/+1 |