| Commit message (Expand) | Author | Age | Files | Lines |
* | MDEV-13179 main.errors fails with wrong errno | Monty | 2017-08-07 | 1 | -7/+7 |
* | MDEV-8075: DROP TEMPORARY TABLE not marked as ddl, causing optimistic paralle... | Kristian Nielsen | 2017-07-03 | 1 | -0/+9 |
* | MDEV-11646 main.myisam, maria.maria, main.mix2_myisam, main.myisampack, main.... | Sergei Golubchik | 2017-06-30 | 1 | -6/+1 |
* | Fix truncation of affected rows and insert id in select_insert::send_ok_packet | Vladislav Vaintroub | 2017-03-13 | 1 | -2/+2 |
* | MDEV-11842 Fail to insert on a table where a field has no default | Sergei Golubchik | 2017-03-10 | 1 | -2/+7 |
* | MDEV-11698 Old Bug possibly not fixed; BEFORE INSERT Trigger on NOT NULL | Sergei Golubchik | 2017-01-17 | 1 | -56/+62 |
* | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-08-25 | 1 | -1/+1 |
|\ |
|
| * | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-08-10 | 1 | -1/+1 |
| |\ |
|
| | * | MDEV-10365 - Race condition in error handling of INSERT DELAYED | Sergey Vojtovich | 2016-08-04 | 1 | -1/+1 |
* | | | Partial backporting of 7b50447aa6d051b8d14bb01ef14802cb8ffee223 | Alexander Barkov | 2016-07-03 | 1 | -2/+2 |
* | | | Removing the "thd" argument from Item::create_field_for_create_select(). | Alexander Barkov | 2016-07-03 | 1 | -3/+3 |
* | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-05-04 | 1 | -10/+38 |
|\ \ \
| |/ / |
|
| * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-04-26 | 1 | -6/+7 |
| |\ \
| | |/ |
|
| | * | use consistent error messaging for IGNORE | Sergei Golubchik | 2016-04-20 | 1 | -8/+5 |
| | * | Merge branch 'mysql/5.5' into 5.5 | Sergei Golubchik | 2016-04-20 | 1 | -5/+9 |
| | |\ |
|
| | | * | BUG#22037930: INSERT IGNORE FAILS TO IGNORE FOREIGN KEY | Nisha Gopalakrishnan | 2016-02-11 | 1 | -4/+8 |
| * | | | Fix for MDEV-9679 main.delayed fails sporadically | Monty | 2016-04-26 | 1 | -2/+28 |
| * | | | MDEV-8889 - Assertion `next_insert_id == 0' failed in handler::ha_external_lock | Sergey Vojtovich | 2016-04-22 | 1 | -2/+3 |
* | | | | MDEV-9621 INSERT DELAYED fails on insert for tables with many columns | Monty | 2016-04-07 | 1 | -6/+13 |
* | | | | MDEV-5542: GROUP_CONCAT truncate output to 65.536 chars when using DISTINCT o... | Oleksandr Byelkin | 2016-03-01 | 1 | -1/+1 |
* | | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-02-23 | 1 | -0/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-02-15 | 1 | -0/+2 |
| |\ \ \
| | |/ / |
|
| | * | | MDEV-7765: Crash (Assertion `!table || (!table->write_set || bitmap_is_set(ta... | Oleksandr Byelkin | 2016-02-09 | 1 | -0/+2 |
* | | | | MDEV-8605 MariaDB not use DEFAULT value even when inserted NULL for NOT NULLA... | Sergei Golubchik | 2015-12-21 | 1 | -4/+9 |
* | | | | cleanup | Sergei Golubchik | 2015-12-21 | 1 | -5/+5 |
* | | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-12-21 | 1 | -3/+13 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2015-12-13 | 1 | -3/+13 |
| |\ \ \
| | |/ / |
|
| | * | | Merge branch 'mysql/5.5' into 5.5 | Sergei Golubchik | 2015-12-09 | 1 | -3/+13 |
| | |\ \
| | | |/ |
|
| | | * | Bug #19894161: FATAL SIGNAL 11 IN | Sreeharsha Ramanavarapu | 2015-10-06 | 1 | -3/+13 |
* | | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-11-19 | 1 | -1/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | remove unneded #include's that had a dubious explanation | Sergei Golubchik | 2015-10-24 | 1 | -1/+0 |
* | | | | Don't store vcol bitmaps in TABLE if table doesn't have virtual fields. | Monty | 2015-11-10 | 1 | -4/+11 |
* | | | | table->write_set was changed if binary logging was used, which caused the | Monty | 2015-11-10 | 1 | -0/+2 |
* | | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-10-12 | 1 | -12/+32 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2015-10-09 | 1 | -16/+40 |
| |\ \ \
| | |/ / |
|
| | * | | Merge remote-tracking branch 'mysql/5.5' into 5.5 | Sergei Golubchik | 2015-10-08 | 1 | -16/+40 |
| | |\ \
| | | |/ |
|
| | | * | Merge branch 'mysql-5.1' into mysql-5.5 | Ajo Robert | 2015-08-07 | 1 | -15/+41 |
| | | |\ |
|
| | | | * | Bug #20760261 mysqld crashed in materialized_cursor:: | Ajo Robert | 2015-08-07 | 1 | -15/+40 |
| | | | * | Updated/added copyright headers. | Murthy Narkedimilli | 2013-02-25 | 1 | -1/+1 |
| | | | * | BUG#14548159: NUMEROUS CASES OF INCORRECT IDENTIFIER | Rohit Kalhans | 2012-09-22 | 1 | -10/+9 |
| | | * | | Bug#17283409 4-WAY DEADLOCK: ZOMBIES, PURGING BINLOGS, | Venkatesh Duggirala | 2014-05-08 | 1 | -1/+3 |
| | | * | | WL#7076: Backporting wl6715 to support both formats | Ashish Agarwal | 2013-08-23 | 1 | -2/+3 |
| | | |\ \ |
|
| | | | * | | WL#7076: Backporting wl6715 to support both formats in 5.5, 5.6, 5.7 | Ashish Agarwal | 2013-07-02 | 1 | -2/+3 |
| | | |/ / |
|
| | | * | | Bug#14261010: ON DUPLICATE KEY UPDATE CRASHES THE SERVER | Chaithra Gopalareddy | 2013-03-30 | 1 | -40/+45 |
| | | * | | Bug#11748731:SOME 'BIG' TESTS FAILING ON 6.0 | Sneha Modi | 2011-11-21 | 1 | -4/+4 |
| | | * | | Merge mysql-5.1 to mysql-5.5. | Marko Mäkelä | 2011-11-10 | 1 | -0/+5 |
| | | |\ \
| | | | |/ |
|
| | | | * | Bug#11759688 52020: InnoDB can still deadlock on just INSERT...ON DUPLICATE KEY | Marko Mäkelä | 2011-11-10 | 1 | -0/+5 |
| | | * | | backport from mysql-trunk | Gleb Shchepa | 2011-08-03 | 1 | -5/+0 |
| | | * | | 5.1 -> 5.5 merge | Sergey Glukhov | 2011-08-02 | 1 | -2/+2 |
| | | |\ \
| | | | |/ |
|
| | | | * | Bug#11766594 59736: SELECT DISTINCT.. INCORRECT RESULT WITH DETERMINISTIC FUN... | Sergey Glukhov | 2011-08-02 | 1 | -2/+2 |