summaryrefslogtreecommitdiff
path: root/mysql-test/suite
Commit message (Expand)AuthorAgeFilesLines
* Merging mariadb-10.0.10.Nirbhay Choubey2014-04-0860-149/+2577
|\
| * Fixed that the we don't change CREATE to CREATE OR REPLACE, except if the sla...Michael Widenius2014-03-284-0/+196
| * update .result fileSergei Golubchik2014-03-271-7/+7
| * MDEV-5818: MySQL WL#6145: Separate the dependence of DATA DIRECTORY from symb...Michael Widenius2014-03-235-0/+182
| * MDEV-5850: MySQL Bug#21317: SHOW CREATE DATABASE does not obey to lower_case_...Michael Widenius2014-03-233-12/+12
| * heap.test: hide a warning on 32-bitSergei Golubchik2014-03-271-0/+2
| * Fix hostcache_ipv4_blocked and hostcache_ipv6_blocked to pass.Sergei Golubchik2014-03-264-16/+16
| * 5.5 mergeSergei Golubchik2014-03-2617-29/+54
| |\
| | * MDEV-5905: Creating tmp. memory table kills the serverMichael Widenius2014-03-263-0/+24
| | * rpl tests: move "include/master-slave.inc" down to be after all possibleSergei Golubchik2014-03-2410-12/+13
| | * mergeSergei Golubchik2014-03-181-17/+1
| | |\
| | | * 5.3-mergeSergei Golubchik2014-03-161-17/+1
| | | |\
| | | | * 5.2 mergeSergei Golubchik2014-03-131-5/+1
| | | | |\
| | | | | * mtr: move if(unix_socket) test to include/have_unix_socket.incSergei Golubchik2014-03-131-5/+1
| | | | | * 5.1 mergeSergei Golubchik2014-02-132-12/+0
| | | | | |\
| | | | | | * fix embedded testsSergei Golubchik2014-02-132-12/+0
| | * | | | | Fixed buildbot issuesMichael Widenius2014-03-181-0/+0
| | * | | | | Fixed some buildbot failuresMichael Widenius2014-03-181-0/+1
| | |/ / / /
| | * | | | MDEV-5829: STOP SLAVE resets global status variablesMichael Widenius2014-03-142-0/+14
| * | | | | MDEV-5817 MySQL BUG#11825482: Broken key length calculation for btree indexSergei Golubchik2014-03-212-0/+69
| * | | | | MDEV-5894 MySQL BUG#34750: Print database name in Unknown Table error messageSergei Golubchik2014-03-203-16/+16
| * | | | | MDEV-5787 Server crashes in in row_mysql_convert_row_to_innobase on CREATE .....Sergei Golubchik2014-03-192-3/+16
| * | | | | MDEV-5771 Privileges acquired via roles depend on the order of grantingSergei Golubchik2014-03-193-23/+87
| * | | | | MDEV-5914: Parallel replication deadlock due to InnoDB lock conflictsunknown2014-03-212-2/+120
| * | | | | MDEV-5921: In parallel replication, an error is not correctly signalled to th...unknown2014-03-212-0/+94
| * | | | | MDEV-5864 - Reduce usage of LOCK_open: TABLE_SHARE::tdc.free_tablesSergey Vojtovich2014-03-204-20/+13
| * | | | | Fix for MDEV-5589: "Discrepancy in binlog on half-failed CREATE OR REPLACE"Michael Widenius2014-03-204-20/+198
| * | | | | MDEV-9095: Executing triggers on slave in row-based replicationunknown2014-03-194-0/+577
| * | | | | MDEV-5804: If same GTID is received on multiple master connections in multi-s...unknown2014-03-125-18/+232
| * | | | | MDEV-5804: If same GTID is received on multiple master connections in multi-s...unknown2014-03-093-0/+420
| * | | | | Merge with 10.0-baseMichael Widenius2014-03-133-0/+281
| |\ \ \ \ \
| | * \ \ \ \ Merge with 5.5Michael Widenius2014-03-113-0/+282
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | MariaDB Audit plugin added.Alexey Botchkov2014-02-243-0/+273
| | * | | | | Merge MDEV-5754, MDEV-5769, and MDEV-5764 into 10.0-baseunknown2014-03-044-2/+152
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge MDEV-5657 (parallel replication) to 10.0-baseunknown2014-02-265-56/+171
| | |\ \ \ \ \ \
| * | | | | | | | The test had synchronization point, but did not save master positionElena Stepanova2014-03-111-0/+2
* | | | | | | | | Merged revision 3471, 3472 & 3473 from maria-5.5-galera.Nirbhay Choubey2014-03-2817-2/+352
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Merged revision 3471, 3472 & 3473 from maria-5.5-galera.Nirbhay Choubey2014-03-275-0/+121
| * | | | | | | | | Merged r3468 from maria-5.5-galera.Nirbhay Choubey2014-03-276-0/+86
| * | | | | | | | | Merged r3466 from maria-5.5-galera.Nirbhay Choubey2014-03-276-2/+145
* | | | | | | | | | * bzr merge -rtag:mariadb-10.0.9 maria/10.0Nirbhay Choubey2014-03-26223-776/+14859
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| / / / / / / / / | |/ / / / / / / /
| * | | | | | | | @@old_mode=zero_date_time_castSergei Golubchik2014-03-072-3/+10
| * | | | | | | | XtraDB made the defaultSergei Golubchik2014-03-071-28/+0
| * | | | | | | | MDEV-5788: Incorrect free of rgi->deferred_events in parallel replicationunknown2014-03-072-0/+61
| * | | | | | | | MDEV-5372 Make "CAST(time_expr AS DATETIME)" compatible with MySQL-5.6 (and t...Alexander Barkov2014-03-074-60/+58
| * | | | | | | | Fixed timing problem in rpl_heartbeat_basic.testMichael Widenius2014-03-041-1/+1
| * | | | | | | | Merge MDEV-5754, MDEV-5769, and MDEV-5764 into 10.0unknown2014-03-044-2/+152
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | MDEV-5754: MySQL 5.5 slaves cannot replicate from MariaDB 10.0unknown2014-03-042-2/+76
| | * | | | | | | MDEV-5769: Slave crashes on attempt to do parallel replication from an older ...unknown2014-03-042-0/+76
| | | |/ / / / / | | |/| | | | |
| * | | | | | | MDEV-5668 Assertion `granted_role->is_role()' fails on granting role with emp...Sergei Golubchik2014-03-012-0/+8