summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
...
* | MDEV-19647 Server hangs after dropping full text indexes and restartThirunarayanan Balathandayuthapani2019-09-172-6/+15
* | Adjusted test results after the change of a test caseIgor Babaev2019-09-131-1/+1
* | Post fix after the patch for MDEV-20576.Igor Babaev2019-09-132-11/+11
* | MDEV-20576 A new assertion added to check validity of calculatedIgor Babaev2019-09-126-4/+255
* | MDEV-16594 ALTER DATA DIRECTORY in PARTITIONS of InnoDB storage does nothing ...Alexey Botchkov2019-09-093-0/+256
* | MDEV-20137 rpl.mdev_17588 fails in buildbot with "Table doesn't exist"Sachin2019-09-042-17/+18
* | MDEV-17683 sys_vars.delayed_insert_limit_func fails in buildbot with wrong re...Alexey Botchkov2019-09-032-33/+11
* | MDEV-17610 - fix result, for the case when test runs with userstat=onVladislav Vaintroub2019-09-032-2/+2
* | Enable galera_sst_mysqldump_with_key test case.Jan Lindström2019-08-271-1/+0
* | MDEV-19699 Server crashes in Item_null_result::field_type upon SELECT with RO...Alexander Barkov2019-08-274-0/+111
* | MDEV-20188: binlog.binlog_stm_drop_tmp_tbl fails in buildbot with Unknown tab...Sujatha2019-08-263-12/+12
* | Merge 5.5 into 10.1Marko Mäkelä2019-08-202-0/+385
|\ \ | |/
| * MDEV-20265 Unknown column in field listIgor Babaev2019-08-192-0/+385
* | MDEV-19034 ASAN unknown-crash in get_date_time_separator with PAD_CHAR_TO_FUL...Alexander Barkov2019-08-202-0/+25
* | Merge remote-tracking branch 'origin/5.5' into 10.1Alexander Barkov2019-08-162-0/+45
|\ \ | |/
| * MDEV-15955 Assertion `field_types == 0 || field_types[field_pos] == MYSQL_TYP...Alexander Barkov2019-08-162-0/+43
* | MDEV-19834 Selectivity of an equality condition discounted twiceSergei Petrunia2019-08-161-0/+34
* | MDEV-18778: mysql_tzinfo_to_sql does not work correctly in MariaDB GaleraJan Lindström2019-08-164-36/+264
* | MDEV-19834 Selectivity of an equality condition discounted twiceSergei Petrunia2019-08-152-0/+58
* | MDEV-20138 innodb.trx_id_future fails on big-endianMarko Mäkelä2019-08-131-0/+10
* | MDEV-17614: Re-record a resultMarko Mäkelä2019-08-121-0/+2
* | MDEV-17614 INSERT on dup key update is replication unsafeSachin2019-08-096-60/+225
* | MDEV-20247 Replication hangs with "preparing" and never startsbb-10.1-MDEV-20247Thirunarayanan Balathandayuthapani2019-08-072-0/+54
* | MDEV-18930: Failed CREATE OR REPLACE TEMPORARY not written into binary log ma...Sujatha2019-08-052-0/+74
* | Fix extra space in mysql-test READMEAnel Husakovic2019-07-311-2/+2
* | List of unstable tests for 10.1.41 release (updated)mariadb-10.1.41Elena Stepanova2019-07-261-11/+27
* | Merge branch '5.5' into 10.1Oleksandr Byelkin2019-07-264-9/+17
|\ \ | |/
| * Move the test not suitable for embedded.Oleksandr Byelkin2019-07-264-9/+13
* | Merge branch '5.5' into 10.1Oleksandr Byelkin2019-07-2540-38/+2814
|\ \ | |/
| * 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-20091 DROP TEMPORARY table is logged despite no CREATE was loggedSujatha2019-07-252-48/+14
* | MDEV-20091 DROP TEMPORARY table is logged despite no CREATE was loggedSujatha2019-07-2514-54/+158
* | List of unstable tests for 10.1.41 releaseElena Stepanova2019-07-241-320/+354
* | 5.6.44-86.0Marko Mäkelä2019-07-232-2/+2
* | MDEV-20127 Merge new release of InnoDB 5.6.45 to 10.1Marko Mäkelä2019-07-233-3/+3
* | MDEV-20102 Phantom InnoDB table remains after interrupted CREATE...SELECTMarko Mäkelä2019-07-222-0/+33
* | Fix innodb-system-table-view for --embeddedMarko Mäkelä2019-07-192-4/+1
* | MDEV-20094: Disable innodb.check_ibd_filesizeMarko Mäkelä2019-07-181-0/+1