summaryrefslogtreecommitdiff
path: root/mysql-test/suite
Commit message (Expand)AuthorAgeFilesLines
* Fixed that rpl_row_create_table can be run with --ps-protocolMichael Widenius2014-02-221-1/+0
* MDEV-5597 - Reduce usage of LOCK_open: LOCK_flushSergey Vojtovich2014-02-131-1/+1
* Automatic mergeMichael Widenius2014-02-112-11/+21
|\
| * Fixed test case as gtid events are not counted anymoreMichael Widenius2014-02-112-11/+22
| * Fixed wrong result fileMichael Widenius2014-02-111-1/+0
* | Fixed MDEV-3815: Aria engine return "The table is full" (ERROR 1114) insertin...Michael Widenius2014-02-114-15/+25
* | Merge 10.0-base -> 10.0unknown2014-02-113-0/+15
|\ \ | |/
| * MDEV-4937: sql_slave_skip_counter does not work with GTIDunknown2014-02-113-0/+15
* | Merge MariaDB 10.0-base to 10.0.unknown2014-02-1019-65/+458
|\ \ | |/
| * Fix check_testcase complaints due to missing SET debug_sync=RESET in a few te...unknown2014-02-108-0/+12
| * Merge of MDEV-4984, MDEV-4726, and MDEV-5636 into 10.0-base.unknown2014-02-1016-55/+390
| |\
| | * MDEV-4726: Race in mysql-test/suite/rpl/t/rpl_gtid_stop_start.testunknown2014-02-092-4/+0
| | * MDEV-4984: Implement MASTER_GTID_WAIT() and @@LAST_GTID.unknown2014-02-082-0/+4
| | * MDEV-4984: Implement MASTER_GTID_WAIT() and @@LAST_GTID.unknown2014-02-083-6/+10
| | * MDEV-4726: Race in mysql-test/suite/rpl/t/rpl_gtid_stop_start.testunknown2014-02-0712-48/+90
| | * MDEV-4984: Implement MASTER_GTID_WAIT() and @@LAST_GTID.unknown2014-02-076-3/+292
| * | MDEV-5509: Seconds_behind_master incorrect in parallel replicationunknown2014-01-082-0/+59
* | | merge with 10.0-montySergei Golubchik2014-02-0633-107/+1029
|\ \ \
| * | | Fixed errors and warnings found by buildbotMichael Widenius2014-02-064-4/+4
| * | | Automatic mergeMichael Widenius2014-02-0533-107/+1029
| |\ \ \
| | * | | Replication changes for CREATE OR REPLACE TABLEMichael Widenius2014-02-0521-10/+796
| | * | | Fixes for CREATE_OR_REPLACEMichael Widenius2014-01-311-1/+1
| | * | | Implementation of MDEV-5491: CREATE OR REPLACE TABLEMichael Widenius2014-01-298-91/+84
| | * | | Cleanups:Michael Widenius2014-01-092-0/+143
| | * | | Increased back_log to 150, but not more than max_connections.Michael Widenius2013-12-271-5/+5
* | | | | fix tests for solaris - different errno numbers and/or different errno messagesSergei Golubchik2014-02-062-2/+3
* | | | | fix tests to cleanup after themselvesSergei Golubchik2014-02-067-0/+13
* | | | | fix the fix and update test results for MDEV-4439Sergei Golubchik2014-02-062-2/+2
* | | | | Fix of rpl_parallel.test cleanup.unknown2014-02-052-0/+4
* | | | | merge 10.0-base ->10.0unknown2014-02-052-3/+16
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | merge 5.5->10.0-baseunknown2014-02-051-0/+13
| |\ \ \
| | * | | unix_socket fails in some build environments when $USER variableElena Stepanova2014-02-051-0/+13
* | | | | Intentional change in loggingElena Stepanova2014-02-051-1/+1
* | | | | 10.0-base mergeSergei Golubchik2014-02-0346-54/+2126
|\ \ \ \ \ | |/ / / /
| * | | | 5.5 mergeSergei Golubchik2014-02-0138-45/+708
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | mtr: check that tests clean up debug_sync. fix tests that didn't.Sergei Golubchik2014-01-276-2/+6
| | * | Fix for MDEV-5168: MariaDB returns warnings for INSERT IGNOREMichael Widenius2014-01-262-0/+418
| | * | Fixed MDEV-4970: Wrong result with Aria table populated with disabled keysMichael Widenius2014-01-252-0/+60
| | * | MDEV-5419 no audit events for warnings converted to errors in the strict mode.Alexey Botchkov2014-01-241-1/+1
| | * | MDEV-5419 no audit events for warnings converted to errors in the strict mode.Alexey Botchkov2014-01-232-0/+100
| | * | MDEV-5421 Assertion `! is_set()' fails on INSERT IGNORE when a table has no p...Sergei Golubchik2014-01-232-0/+21
| | * | MySQL-5.5.35 mergeSergei Golubchik2014-01-2224-40/+102
| | |\ \
| | | * \ WL#7266: Dump-thread additional concurrency testsNuno Carvalho2013-10-142-0/+65
| | | |\ \
| | | | * | WL#7266: Dump-thread additional concurrency tests ...Nuno Carvalho2013-10-144-0/+108
| | | | * | Bug#17402313 DUMP THREAD SENDS SOME EVENTS MORE THAN ONCELibing Song2013-09-102-0/+2
| | | * | | Bug#14621190: HA_INNOBASE::INDEX_NEXT SKIPS A RECORD IF PREVIOUSMattias Jonsson2013-10-011-1/+1
| | | * | | BUG#16580366- MTR TESTS FAILING SPORADICALLY ON PB2 (5.5, 5.6 AND 5.7)Shivji Kumar Jha2013-09-2714-1/+34
| | | * | | post-push fix for bug#53947Mattias Jonsson2013-09-126-36/+0
| * | | | | Merge into 10.0-base: MDEV-5363, make parallel replication waits killable.unknown2014-01-075-0/+1410
| |\ \ \ \ \
| | * | | | | MDEV-5363: Make parallel replication waits killableunknown2014-01-063-0/+322