summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20354 All but last insert ignored in InnoDB tables when table lockedSergei Golubchik2019-10-302-0/+32
* XtraDB 5.6.45-86.1Marko Mäkelä2019-10-302-2/+2
* MDEV-20927 Duplicate key with auto incrementMarko Mäkelä2019-10-303-16/+16
* MDEV-19073 FTS row mismatch after crash recoveryThirunarayanan Balathandayuthapani2019-10-252-0/+91
* Merge branch 'github/5.5' into 10.1Sergei Golubchik2019-10-239-2/+188
|\
| * 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
* | Merge 5.5 into 10.1Marko Mäkelä2019-10-1124-278/+286
|\ \ | |/
| * MDEV-19455: Avoid SET DEBUG_DBUG='-d,...' constructMarko Mäkelä2019-10-1121-224/+233
* | MDEV-20804 Speed up main.index_merge_innodbMarko Mäkelä2019-10-119-272/+83
* | Merge remote-tracking branch 'origin/5.5' into 10.1Alexander Barkov2019-10-012-0/+42
|\ \ | |/
| * MDEV-20704 An index on a double column erroneously uses prefix compressionAlexander Barkov2019-10-012-0/+42
* | MDEV-20645: Replication consistency is broken as workers miss the error notif...Sujatha2019-09-305-0/+228
* | Speed up main.sum_distinct-bigMarko Mäkelä2019-09-252-71/+17
* | Merge remote-tracking branch 'origin/5.5' into 10.1Alexander Barkov2019-09-2410-6/+209
|\ \ | |/
| * MDEV-20495 Assertion `precision > 0' failed in decimal_bin_size upon CREATE ....Alexander Barkov2019-09-2410-6/+214
* | MDEV-18094: Query with order by limit picking index scan over filesortVarun Gupta2019-09-214-3/+52
* | MDEV-19529 InnoDB hang on DROP FULLTEXT INDEXThirunarayanan Balathandayuthapani2019-09-182-0/+49
* | 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
|\ \ | |/