summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mariadb-5.5.68' into 10.0bb-10.0-serg10.0Sergei Golubchik2020-05-2717-9/+302
|\
| * MDEV-21462: Actually test for the original bugmariadb-5.5.68Marko Mäkelä2020-05-061-1/+1
| * MDEV-21462 main.processlist_notembedded fails to clean upMarko Mäkelä2020-05-062-3/+9
| * Bug#29915479 RUNNING COM_REGISTER_SLAVE WITHOUT COM_BINLOG_DUMP CAN RESULTS I...Sergei Golubchik2020-04-302-0/+49
| * Bug#28388217 - SERVER CAN FAIL WHILE REPLICATING CONDITIONAL COMMENTSSergei Golubchik2020-04-292-1/+26
| * Fix failure for ipv6 not enabledAnel Husakovic2020-04-242-3/+4
| * Fix wrong argument size passed to --parent-pid strncmp checkDisconnect3d2020-04-161-1/+1
| * MDEV-22191: Range access is not picked when index_merge_sort_union is turned offbb-5.5-varunVarun Gupta2020-04-083-0/+52
| * MDEV-10466 Server crashed in SEL_ARG::store_min() with extended_keys=onIgor Babaev2020-03-142-0/+50
| * MDEV-21932 A fast plan with ROR index-merge is ignored whenIgor Babaev2020-03-133-1/+101
* | Merge tag 'mariadb-5.5.67' into 10.0bb-10.0-MDEV-6463Sergei Golubchik2020-02-1913-63/+160
|\ \ | |/
| * Bug#29630767 - USE OF UNINITIALIZED VALUE IN LIBMYSQL (CLIENT.CC FUNCTION RUN...mariadb-5.5.67Sergei Golubchik2020-01-182-0/+23
| * Bug#30194841 INSERT ON DUPLICATE KEY UPDATE UPDATES THE WRONG ROWMaheedhar PV2020-01-183-0/+80
| * MDEV-21210: main.uniques_crash-7912 tries to allocate 1TB of memoryVicențiu Ciorbaru2020-01-162-37/+0
| * MDEV-21416: main.events_bugs fails due to 2020-01-01 dateOleksandr Byelkin2020-01-032-4/+4
| * MDEV-21065 UNIQUE constraint causes a query with string comparison to omit a ...Alexander Barkov2019-12-162-0/+25
| * Using `variables` instead of `values` in mysqld --help documentation would be...Anel Husakovic2019-12-021-1/+1
| * Update `stracer` description in `mtr`. `strace-client` is not usedAnel Husakovic2019-11-291-1/+1
| * MDEV-15503: mtr fix --straceDaniel Black2019-11-291-21/+27
* | Merge tag 'mariadb-5.5.66' into 10.0Sergei Golubchik2019-11-2246-222/+1102
|\ \ | |/
| * crash in string-to-int conversionSergei Golubchik2019-10-192-0/+65
| * MDEV-20466: fix of embedded test suiteOleksandr Byelkin2019-10-194-35/+41
| * MDEV-20466: fix of test suitebb-5.5-MDEV-20466Oleksandr Byelkin2019-10-154-35/+35
| * MDEV-13172: Wrong result / SELECT ... WHERE EXISTS ... (with UNIQUE Key)bb-5.5-MDEV-13172Oleksandr Byelkin2019-10-153-0/+78
| * MDEV-20466: SHOW PROCESSLIST truncates query text on \0 bytesOleksandr Byelkin2019-10-154-0/+38
| * MDEV-19455: Avoid SET DEBUG_DBUG='-d,...' constructMarko Mäkelä2019-10-1121-224/+233
| * MDEV-20704 An index on a double column erroneously uses prefix compressionAlexander Barkov2019-10-012-0/+42
| * MDEV-20495 Assertion `precision > 0' failed in decimal_bin_size upon CREATE ....Alexander Barkov2019-09-2410-6/+214
| * MDEV-20265 Unknown column in field listIgor Babaev2019-08-192-0/+385
| * MDEV-15955 Assertion `field_types == 0 || field_types[field_pos] == MYSQL_TYP...Alexander Barkov2019-08-162-0/+43
| * Move the test not suitable for embedded.Oleksandr Byelkin2019-07-264-9/+13
* | restore the correct InnoDB auto-inc behavior after the mergeSergei Golubchik2019-08-263-16/+16
* | fix EXPLAIN outputbb-10.0-releaseSergei Golubchik2019-08-262-24/+24
* | Merge tag 'mariadb-5.5.65' into 10.0Sergei Golubchik2019-08-26131-155/+4207
|\ \ | |/
| * BUG#28642318: POINT IN TIME RECOVERY USING MYSQLBINLOG BROKEN WITH TEMPORARY ...Nisha Gopalakrishnan2019-07-243-0/+123
| * Bug#27167197 USING ? IN INSTALL PLUGIN QUERY ABORTS DEBUG, AND HANGS OPTIMIZE...Sergei Golubchik2019-07-242-0/+17
| * Bug#27302459: EMPTY VALUE IN MYSQL.PLUGIN TABLE CAUSES SERVER TO EXIT ON STARTUPSergei Golubchik2019-07-242-0/+8
| * Bug#15851528 DUPLICATE KEY ERROR ON AUTO-INC PK WITH MIXED AUTO_INCREMENT_INC...Rahul Malik2019-07-232-2/+190
| * Revert "MDEV-8827 Duplicate key with auto increment"Marko Mäkelä2019-07-232-3/+3
| * Bug #20989615 INNODB AUTO_INCREMENT PRODUCES SAME VALUE TWICEThirunarayanan Balathandayuthapani2019-07-232-0/+186
| * MDEV-20110 don't try to load client plugins with invalid namesSergei Golubchik2019-07-212-0/+16
| * MDEV-19429: Wrong query result with EXISTS and LIMIT 0bb-5.5-MDEV-19429Oleksandr Byelkin2019-07-1910-33/+212
| * MDEV-15572: view.test, server crash with --big-tables=1Oleksandr Byelkin2019-07-182-0/+35
| * MDEV-17042: prepared statement does not return error with SQL_MODE STRICT_TRA...Oleksandr Byelkin2019-07-124-0/+284
| * MDEV-19421 Basic 3-way join queries are not parsed.Igor Babaev2019-07-114-2/+1790
| * Apply valid parameter type for test case in i_s_parameters.testAnel Husakovic2019-06-252-3/+3
| * MDEV-19778 Wrong Result on Left Outer Join with Subquery right on trueIgor Babaev2019-06-226-0/+108
| * MDEV-19531 Add colors to mtrEugene Kosov2019-06-191-1/+25
| * MDEV-19790 Wrong result for query with outer join and IS NOT TRUE predicateIgor Babaev2019-06-173-3/+94
| * MDEV-18479 Another complementIgor Babaev2019-06-101-9/+9