summaryrefslogtreecommitdiff
path: root/mysql-test/include
Commit message (Expand)AuthorAgeFilesLines
* 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-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
* | | MDEV-9621 INSERT DELAYED fails on insert for tables with many columnsMonty2016-04-071-0/+18
* | | 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
| |\ \ \ | | |/ /
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Fixed problems found by buildbot:Monty2015-11-271-1/+1
* | | | Merge branch 'github/10.0-galera' into 10.1Sergei Golubchik2015-11-191-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'mariadb-10.0.22' into 10.0-galeraNirbhay Choubey2015-10-311-2/+18
| |\ \ \
| * | | | Galera MTR Tests: Various test stability fixes (take #5)Philip Stoev2015-09-091-1/+1
| * | | | Galera MTR Tests: Various test stability fixes (take #3)Philip Stoev2015-09-091-0/+1
* | | | | rbr and savepoint in a subtatementSergei Golubchik2015-11-191-0/+53
* | | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-192-2/+5
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch '5.5' into 10.0Sergei Golubchik2015-11-181-0/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | feedback plugin debugSergei Golubchik2015-11-181-0/+3
| * | | | Fixed buildbot failures on Solaris 64 bitMonty2015-11-181-1/+2
| * | | | MDEV-8669 MTR client connections on Windows became much slower.Vladislav Vaintroub2015-11-031-1/+0
| | |_|/ | |/| |
* | | | MDEV-9021: MYSQLD SEGFAULTS WHEN BUILT USING --WITH-MAX-INDEXES=128Nirbhay Choubey2015-11-094-0/+13
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-121-2/+18
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-10-091-2/+18
| |\ \ \ | | |/ /
| | * | MDEV-7330 plugins.feedback_plugin_send fails sporadically in buildbotElena Stepanova2015-09-271-1/+16
| | * | tests for MDEV-7937: Enforce SSL when --ssl client option is usedmariadb-5.5.44Sergei Golubchik2015-06-092-5/+0
| | * | disable ssl for ssl-disabled testsSergei Golubchik2015-06-091-0/+1
| | * | Fix tests for 7937Vicențiu Ciorbaru2015-06-091-4/+4
| | * | Added tests for MDEV-7937Vicențiu Ciorbaru2015-06-091-0/+4
* | | | MDEV-8865 Wrong field type or metadata for COALESCE(signed_int_column, unsign...Alexander Barkov2015-09-301-0/+81
* | | | MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibili...Alexander Barkov2015-09-225-10/+24
* | | | MDEV-8699 Wrong result for SELECT..WHERE HEX(date_column)!='323030312D30312D3...Alexander Barkov2015-09-071-0/+64
* | | | MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be s...Oleksandr Byelkin2015-09-049-3/+37
* | | | MDEV-8264 encryption for binlogSergei Golubchik2015-09-042-6/+6
* | | | fix show_relaylog_events.inc to work for multisourceSergei Golubchik2015-09-042-3/+16
* | | | Merge branch '10.0-galera' into 10.1Sergei Golubchik2015-09-031-0/+4
|\ \ \ \ | | |_|/ | |/| |