summaryrefslogtreecommitdiff
path: root/mysql-test/include
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11065: Compressed binary log. Merge code into current 10.2.Kristian Nielsen2016-11-032-6/+6
|\
| * test suite for compressed binlog eventvinchen2016-10-192-6/+6
* | MDEV-7660 - MySQL WL#6671 "Improve scalability by not using thr_lock.c locksSergey Vojtovich2016-11-031-8/+0
* | Merge branch '10.2-numa' of https://github.com/grooverdan/mariadb-server into...Jan Lindström2016-10-241-0/+9
|\ \ | |/ |/|
| * Merge 10.2Daniel Black2016-09-2316-43/+34
| |\
| * | MDEV-10829: Port Innodb NUMA interleave test cases from MySQLAnnamalai Gurusami2016-09-201-0/+9
* | | MDEV-7145: Delayed replicationKristian Nielsen2016-10-165-3/+178
|\ \ \
| * | | BUG#56442: Slave executes delayed statements when STOP SLAVE is issuedKristian Nielsen2016-10-141-0/+118
| * | | MDEV-7145: Delayed replication, fixing test failures.Kristian Nielsen2016-10-141-3/+3
| * | | MDEV-7145: Delayed replication, intermediate commit.Kristian Nielsen2016-10-143-0/+57
* | | | MDEV-6112 multiple triggers per tableMonty2016-10-051-0/+6
| |_|/ |/| |
* | | Merge branch '10.2' into bb-10.2-connector-c-integ-submSergei Golubchik2016-09-2117-46/+119
|\ \ \
| * \ \ Merge branch '10.2' into bb-10.2-janSergei Golubchik2016-09-196-14/+90
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-094-14/+4
| | |\ \ | | | |/
| | | * Merge branch '10.0' into 10.1Sergei Golubchik2016-08-253-14/+2
| | | |\
| | | | * Fixed "Packets out of order" warning message on stdout in clients,Monty2016-08-212-2/+2
| | | | * Merge branch '5.5' into 10.0Sergei Golubchik2016-08-101-12/+0
| | | | |\
| | | | | * MDEV-10350 "./mtr --report-features" doesn't workSergei Golubchik2016-08-031-12/+0
| | | * | | MDEV-10361 Crash in pam_securid.so with auth_pam connecting from SQLyogSergei Golubchik2016-08-241-0/+2
| | * | | | MDEV-9711 NO PAD collationsAlexander Barkov2016-09-062-0/+86
| * | | | | misc after-merge changes:Sergei Golubchik2016-09-1010-52/+0
| * | | | | Merge InnoDB 5.7 from mysql-5.7.14.Jan Lindström2016-09-082-4/+9
| * | | | | Merge InnoDB 5.7 from mysql-5.7.9.Jan Lindström2016-09-0211-10/+54
| |/ / / /
* | | | | fix many rpl test failuresSergei Golubchik2016-09-153-9/+3
|/ / / /
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-305-4/+238
|\ \ \ \ | |/ / /
| * | | MDEV-10262 ucs2_thai_520_w2: wrong implicit weights on the secondary levelAlexander Barkov2016-06-211-0/+7
| * | | Adding collationsmasterAlexander Barkov2016-05-302-5/+16
| * | | - Moving ctype_utf8_th.test to ctype_thai.inc and including itAlexander Barkov2016-05-301-0/+151
| * | | - Moving tests from t/ctype_uca_th.test to include/ctype_uca_w2.incAlexander Barkov2016-05-301-0/+52
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-043-4/+17
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-04-261-0/+6
| | |\ \ | | | |/
| | | * support SEARCH_RANGE in search_pattern_in_file.incSergei Golubchik2016-04-251-1/+16
| | | * MDEV-9662 Assertion `precision || !scale' failed in my_decimal_precision_to_l...Alexander Barkov2016-04-201-0/+6
| | * | MDEV-8482 mysql-test - main.func_encrypt fails if FIPS=1Sergei Golubchik2016-04-241-0/+6
| | * | MDEV-8481 mysql-test - main.func_crypt fails if FIPS=1Sergei Golubchik2016-04-241-4/+5
* | | | restore ER_VIEW_CHECK_FAILED to be different from ER_CONSTRAINT_FAILEDSergei Golubchik2016-06-301-2/+2
* | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-35/+27
* | | | General spell fixing in comments and stringsOtto Kekäläinen2016-06-081-1/+1
* | | | Fixed test cases that broke because we now print changing of connectionsMonty2016-05-011-1/+4
* | | | Merge commit 'd5822a3ad0657040114cdc185c6387b9eb3a12b2' into 10.2Monty2016-04-281-0/+18
|\ \ \ \ | |/ / /
| * | | MDEV-9621 INSERT DELAYED fails on insert for tables with many columnsMonty2016-04-071-0/+18
* | | | MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_differenceAlexander Barkov2016-03-311-5/+5
* | | | MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-03-3119-206/+12
|/ / /
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-1/+1
|\ \ \ | |/ /
| * | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-1/+1
* | | Merge branch '10.0-galera' into bb-10.1-sergNirbhay Choubey2016-02-245-0/+14
|\ \ \
| * | | Galera MTR Tests: stability fixesPhilip Stoev2016-02-221-0/+5
| * | | Restore original value of wsrep_on after waiting for sync point.Teemu Ollakka2016-02-221-2/+3
| * | | Helpers to deal with galera dbug sync points.Teemu Ollakka2016-02-224-0/+8
| * | | Merge tag 'mariadb-10.0.23' into 10.0-galeraNirbhay Choubey2015-12-193-3/+6
| |\ \ \ | | |/ /