summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-8419 utf32: compare broken bytes as "greater than any non-broken character"Alexander Barkov2015-07-072-0/+35
* Fix embedded result to reflect increased system variable's max value length.Nirbhay Choubey2015-07-061-14/+14
* Fixing a bug in MDEV-8418 (utf16, utf16le) and MDEV-8417 (utf8mb4).Alexander Barkov2015-07-068-132/+342
* MDEV-8417 utf8mb4: compare broken bytes as "greater than any non-broken chara...Alexander Barkov2015-07-064-4/+183
* MDEV-8415 utf8: compare broken bytes as "greater than any non-broken character"Alexander Barkov2015-07-031-3/+3
* MDEV-8215 Asian MB3 charsets: compare broken bytes as "greater than any non-b...Alexander Barkov2015-07-034-0/+134
* Tabular ANALYZE must get its data from execution trackerSergei Petrunia2015-07-022-1/+71
* Update test resultsSergei Petrunia2015-07-021-16/+22
* Adjust result files to reflect increased system variable's max value length.Nirbhay Choubey2015-07-013-23/+19
* Merge branch '10.1' of github.com:MariaDB/server into 10.1Sergei Petrunia2015-07-0110-0/+93
|\
| * [MDEV-6877] Update test results to accound for binlog_row_image variable.Vicențiu Ciorbaru2015-07-011-0/+12
| * Checking in range_mrr_icp.result forgotten in the previous patch.Alexander Barkov2015-07-011-0/+24
| * Add show warnings to test to find out the reason for create failure.Jan Lindström2015-07-018-0/+57
* | MDEV-7811: EXPLAIN/ANALYZE FORMAT=JSON should show subquery cacheSergei Petrunia2015-07-011-122/+113
* | MDEV-7811: EXPLAIN/ANALYZE FORMAT=JSON should show subquery cacheOleksandr Byelkin2015-06-302-0/+244
|/
* [MDEV-6877] Update test results to accound for binlog_row_image variable.Vicențiu Ciorbaru2015-06-302-0/+28
* [MDEV-6877] Added basic tests for binlog_row_image using minimal and noblob v...Vicențiu Ciorbaru2015-06-308-0/+7374
* [MDEV-6877] Added tests for binlog_row_image using noblobs switchVicențiu Ciorbaru2015-06-306-0/+5069
* [MDEV-6877] Added test suite for binlog_row_image sys varVicențiu Ciorbaru2015-06-302-0/+229
* MDEV-8189 field<>const and const<>field are not symmetricAlexander Barkov2015-06-3012-0/+252
* Fix test failure where the environment was not fully restored.Jan Lindström2015-06-292-4/+4
* MDEV-7792 - SQL Parsing Error - UNION AND ORDER BY WITH JOINSergey Vojtovich2015-06-292-0/+14
* MDEV-8391: encryption.innodb-page_encryption_compression failsJan Lindström2015-06-293-0/+36
* update tests to passSergei Golubchik2015-06-282-2/+2
* bump the VERSION to 10.1.6 and related changesSergei Golubchik2015-06-288-17/+17
* Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-27129-189/+1768
|\
| * MDEV-5309 - RENAME TABLE does not check for existence of the table's enginemariadb-10.0.20Sergei Golubchik2015-06-172-0/+5
| * MDEV-8287 DROP TABLE suppresses all engine errorsSergei Golubchik2015-06-166-6/+6
| * after-merge fixesSergei Golubchik2015-06-1610-37/+17
| * Merge branch 'merge-perfschema-5.6' into 10.0Sergei Golubchik2015-06-1617-26/+16
| |\
| | * 5.6.25Sergei Golubchik2015-06-1617-26/+16
| * | MDEV-5309 - RENAME TABLE does not check for existence of the table's engineSergey Vojtovich2015-06-162-0/+21
| * | include the correct IPv6 check in perfschema testsSergei Golubchik2015-06-1518-37/+17
| * | MDEV-8083 MTR is broken on systems with IPv6 disabledSergei Golubchik2015-06-152-1/+2
| * | Committing a change into r/type_time_hires.result forgottenAlexander Barkov2015-06-151-3/+1
| * | MDEV-8205 timediff returns null when comparing decimal time to time string valueAlexander Barkov2015-06-152-0/+83
| * | Merge branch 'mdev8294' into 10.0Kristian Nielsen2015-06-151-0/+6
| |\ \
| * | | MDEV-8212 alter table - failing to ADD PRIMARY KEY IF NOT EXISTS when existin...Alexey Botchkov2015-06-142-0/+19
| * | | MDEV-7881: InnoDB Logfile size - misleading error messageJan Lindström2015-06-142-0/+78
| * | | Merge branch 'bb-10.0-serg' into 10.0Sergei Golubchik2015-06-1261-64/+1406
| |\ \ \
| | * \ \ Merge branch '5.5' into 10.0Sergei Golubchik2015-06-1161-64/+1406
| | |\ \ \
| | | * | | more renames after tokudb mergeSergei Golubchik2015-06-1110-156/+0
| | | * | | tests for MDEV-7937: Enforce SSL when --ssl client option is usedmariadb-5.5.44Sergei Golubchik2015-06-098-51/+67
| | | * | | MDEV-3870 - Valgrind warnings on OPTIMIZE MyISAM or Aria TABLE with disabledSergey Vojtovich2015-06-094-0/+42
| | | * | | disable ssl for ssl-disabled testsSergei Golubchik2015-06-091-0/+1
| | | * | | MDEV-6735: Range checked for each record used with key (also MDEV-7786, MDEV-...Sergei Petrunia2015-06-092-0/+86
| | | * | | Fix tests for 7937Vicențiu Ciorbaru2015-06-096-22/+4
| | | * | | Added tests for MDEV-7937Vicențiu Ciorbaru2015-06-096-0/+72
| | | * | | MDEV-7268 Column of table cannot be converted from type 'decimal(0,?)' to typ...Alexander Barkov2015-06-092-0/+34
| | | * | | MDEV-8050 sphinx test cases cannot run with sphinxsearch-2.2.6Sergei Golubchik2015-06-081-2/+1