summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | MDEV-4836: Merge into 5.5-mainSergey Petrunya2013-09-033-0/+97
| | |\ \ \ \ \
| | | * | | | | mdev-4942: Add another testcase after merging with other fixes.Sergey Petrunya2013-08-283-0/+37
| | | * | | | | Automatic merge of MDEV-4836 fix into 5.5Sergey Petrunya2013-08-283-0/+60
| | | |\ \ \ \ \
| | | | * | | | | Fix for MDEV-4836 fix: take into account situation where "notnull_col IS NULL...Sergey Petrunya2013-08-263-0/+27
| | | | * | | | | Fix for MDEV-4836: Merge with current 5.5Sergey Petrunya2013-08-263-0/+33
| | | | |\ \ \ \ \
| | | | | * | | | | MDEV-4836: Wrong result on <not null date column> IS NULL (old documented hac...Sergey Petrunya2013-08-233-0/+33
| | * | | | | | | | Merge 5.3->5.5Igor Babaev2013-08-315-1/+99
| | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | |
| | | * | | | | | | Fixed bug mdev-4971.Igor Babaev2013-08-295-1/+99
| | * | | | | | | | Merge 5.3->5.5Igor Babaev2013-08-293-0/+75
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | | | | | | | | / | | | |_|_|_|_|_|/ | | |/| | | | | |
| | | * | | | | | Fixed bug mdev-4962.Igor Babaev2013-08-293-0/+75
| | * | | | | | | fix an old bug where dd_frm_type() could incorrectly determine the table typeSergei Golubchik2013-08-283-0/+41
| | * | | | | | | Test case for MyISAM and OPTIMIZE TABLESergei Golubchik2013-08-282-0/+70
| | * | | | | | | mtr bug: files outside of both the suite dir and the overlay dir, wereSergei Golubchik2013-08-261-0/+2
| | * | | | | | | MDEV-4951 drop user leaves privilegesSergei Golubchik2013-08-283-1/+9
| | | |/ / / / / | | |/| | | | |
| | * | | | | | Fixed bug mdev-4959.Igor Babaev2013-08-282-0/+35
| | * | | | | | Merge 5.3->5.5Igor Babaev2013-08-2714-14/+136
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Fixed bug mdev-4952Igor Babaev2013-08-263-0/+46
| | | * | | | | Fixed bug mdev-4944.Igor Babaev2013-08-2612-9/+85
| | * | | | | | Fixed MySQL bug #69861 LAST_INSERT_ID is replicated incorrectly if replicatio...Michael Widenius2013-08-273-0/+68
| | | |/ / / / | | |/| | | |
| | * | | | | Merge fix for MDEV-4942, 5.3->5.5Sergey Petrunya2013-08-263-0/+40
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Fixed bug mdev-4942.Igor Babaev2013-08-233-0/+40
| | * | | | | MergeIgor Babaev2013-08-235-3/+48
| | |\ \ \ \ \
| | | * | | | | Fixed bug mdev-4420.Igor Babaev2013-08-235-3/+48
| | * | | | | | Merging from 5.3Alexander Barkov2013-08-222-0/+60
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| / / / | | | |_|/ / / | | |/| | | |
| | | * | | | MDEV-4804 Date comparing false resultAlexander Barkov2013-08-222-0/+60
| | * | | | | Automatic mergeSergey Petrunya2013-08-222-0/+37
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | MDEV-4840: Wrong result (missing rows) on LEFT JOIN with InnoDB tablesSergey Petrunya2013-08-222-0/+37
| | * | | | | MergeIgor Babaev2013-08-213-0/+46
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | MDEV-4908: Assertion `((Item_cond *) cond)->functype() == ((Item_cond *) new_...unknown2013-08-213-0/+46
| | * | | | | Merge 5.3->5.5Igor Babaev2013-08-212-0/+58
| | |\ \ \ \ \ | | | |/ / / / | | | | / / / | | | |/ / / | | |/| | |
| | | * | | Fixed a bug/typo in the patch for mdev-4355, noticed after the patchIgor Babaev2013-08-201-3/+3
| | | * | | Fix bug MDEV-4895 Valgrind warnings (Conditional jump or move depends on unin...unknown2013-08-202-0/+58
| | * | | | Backport from 10.0-base fix for tests failing when vardir has no execute perm...unknown2013-08-201-3/+1
| | * | | | Merge 5.3->5.5.Igor Babaev2013-08-1820-26/+420
| | |\ \ \ \ | | | |/ / /
| | | * | | Fixed bug mdev-4418.Igor Babaev2013-08-1613-10/+81
| | | * | | MergeIgor Babaev2013-08-155-5/+185
| | | |\ \ \
| | | | * | | Fixed bug mdev-4355.Igor Babaev2013-08-155-5/+185
| | | * | | | Merge 5.2->5.3Igor Babaev2013-08-155-6/+149
| | | |\ \ \ \
| | | | * \ \ \ Merge 5.1->5.2Igor Babaev2013-08-142-4/+78
| | | | |\ \ \ \
| | | | | * | | | Fixed bug mdev-4894.Igor Babaev2013-08-132-4/+78
| | | | * | | | | MDEV-4823: Server crashes in Item_func_not::fix_fields on creating a table wi...unknown2013-08-012-0/+15
* | | | | | | | | MDEV-4911 - add KILL query id, and add query id information to processlistSergey Vojtovich2013-09-165-104/+114
|/ / / / / / / /
* | | | | | | | MDEV-4911 - add KILL query id, and add query id information to processlistSergey Vojtovich2013-09-1311-136/+163
* | | | | | | | MDEV-4645: Incorrect reads of frozen binlog events; FDE corrupted in relay logunknown2013-09-126-7/+351
* | | | | | | | MDEV-4650: show variables; ERROR 1946 (HY000): Failed to load replication sla...unknown2013-08-263-2/+83
* | | | | | | | MDEV-26: Global transaction ID.unknown2013-08-236-4/+114
* | | | | | | | Automatic mergeSergey Petrunya2013-08-222-1/+47
|\ \ \ \ \ \ \ \
| * | | | | | | | MDEV-4919: Packets out of order on a SELECT after calling a procedure with DE...Sergey Petrunya2013-08-212-1/+47
* | | | | | | | | MDEV-4488: When master is on the list of ignore_server_ids, GTID position on ...unknown2013-08-224-2/+213
|/ / / / / / / /
* | | | | | | | MDEV-4120: UNIQUE indexes should not be considered for loose index scanunknown2013-08-214-16/+53