summaryrefslogtreecommitdiff
path: root/mysql-test/suite
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-06-1214-11/+50
|\
| * Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-06-1210-7/+29
| |\
| | * MDEV-15729 Server crashes in Field::make_field upon HANDLER READ executed wit...Sergei Golubchik2018-06-112-0/+20
| | * mysqltest: Allow HANDLER READ in --ps-protocol testsSergei Golubchik2018-06-113-2/+4
| | * MDEV-16342 SHOW ENGINES: MyISAM description is uselessSergei Golubchik2018-06-115-5/+5
| * | MDEV-16456 InnoDB error "returned OS error 71" complains about wrong pathMarko Mäkelä2018-06-123-3/+20
| * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-06-101-1/+1
| |\ \ | | |/
| | * MDEV-16075: Workaround to run MTR test suite for make testTeodor Mircea Ionita2018-06-101-1/+1
* | | MDEV-13577 slave_parallel_mode=optimistic should not report the mode'sAndrei Elkin2018-06-122-1/+86
* | | MDEV-16416 Crash on IMPORT TABLESPACE of a ROW_FORMAT=COMPRESSED tableMarko Mäkelä2018-06-072-21/+17
* | | MDEV-15824 innodb_defragment=ON trumps innodb_optimize_fulltext_only=ON in OP...Marko Mäkelä2018-06-052-12/+32
* | | Add FLUSH TABLES to avoid corruption of MyISAM system tablesMarko Mäkelä2018-06-052-1/+4
* | | MDEV-14589 InnoDB should not lock a delete-marked recordMarko Mäkelä2018-05-292-0/+112
* | | MDEV-10679 Crash in performance schema and partitioning with discoveryMonty2018-05-262-0/+25
* | | Add a missing dependency to a testMarko Mäkelä2018-05-241-0/+1
* | | Merge remote-tracking branch 'origin/10.0' into 10.1Monty2018-05-244-0/+89
|\ \ \ | |/ /
| * | MDEV-16229 Replication aborts with ER_VIEW_SELECT_TMPTABLE after half-failed ...Monty2018-05-222-0/+67
| * | Fixes for Aria transaction handling with lock tablesMonty2018-05-222-0/+22
* | | MDEV-10259 mysqld crash with certain statement length and...sachin2018-05-223-0/+100
* | | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-196-16/+54
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2018-05-192-16/+0
| |\ \ | | |/
| | * MDEV-15480 Audit plugin does not respect QUERY_DML for audit plugin.Alexey Botchkov2018-05-102-0/+19
| * | Fix that FLUSH TABLES FOR EXPORT also works for Aria tables.Monty2018-05-162-0/+21
| * | MDEV-14943 Alter table ORDER BY bugMonty2018-05-152-0/+33
* | | Merge 10.0 into 10.1Marko Mäkelä2018-05-114-5/+118
|\ \ \ | |/ /
| * | Bug #26334149 - MYSQL CRASHES WHEN FULL TEXT INDEXES IBD FILES ARE ORPHANED D...Sachin Agarwal2018-05-112-0/+50
| * | Bug #27041445 SERVER ABORTS IF FTS_DOC_ID EXCEEDS FTS_DOC_ID_MAX_STEPThirunarayanan Balathandayuthapani2018-05-112-5/+68
| * | MDEV-15480 Audit plugin does not respect QUERY_DML for audit plugin.Alexey Botchkov2018-05-102-0/+19
* | | MDEV-15480 Audit plugin does not respect QUERY_DML for audit plugin.Alexey Botchkov2018-05-102-0/+19
* | | MDEV-16105: Mariabackup does not support SSLVladislav Vaintroub2018-05-082-0/+25
* | | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-083-1218/+348
|\ \ \ | |/ /
| * | MDEV-15216 Assertion `! is_set() || m_can_overwrite_status' failed in Diagnos...Sergei Golubchik2018-05-083-12/+0
| * | de-obfuscate rpl_*_implicit_commit_binlog testSergei Golubchik2018-05-083-1212/+354
* | | Merge 10.0 into 10.1Marko Mäkelä2018-05-072-0/+46
|\ \ \ | |/ /
| * | MDEV-14693 XA: Assertion `!clust_index->online_log' failed in rollback_inplac...Marko Mäkelä2018-05-072-0/+46
* | | update test resultsSergei Golubchik2018-05-063-5/+5
* | | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-054-4/+4
|\ \ \ | |/ /
| * | MDEV-15456 Server crashes upon adding or dropping a partition in ALTER under ...Sergei Golubchik2018-04-264-4/+4
| * | Increase number of max table_open_cache instancesMonty2018-04-261-2/+2
* | | Merge branch '10.1' into MDEV-15803Jan Lindström2018-04-306-73/+150
|\ \ \
| * \ \ Merge pull request #732 from codership/galera_gcs_fragment_auto_incJan Lindström2018-04-301-0/+7
| |\ \ \
| | * | | Save / restore auto_increment_offset in test galera_gcs_fragmentDaniele Sciascia2018-04-271-0/+7
| * | | | Merge pull request #729 from codership/MDEV-15794Jan Lindström2018-04-273-71/+134
| |\ \ \ \
| | * | | | MDEV-15794 Fix and re-enable test galera_var_retry_autocommitDaniele Sciascia2018-04-263-71/+134
| | |/ / /
| * | | | MDEV-13549 Record and re-enable galera_ist_mysqldumpDaniele Sciascia2018-04-263-2/+9
| |/ / /
* | | | MDEV-15803 Fix and re-enable test galera_var_auto_inc_control_onDaniele Sciascia2018-04-273-30/+18
|/ / /
* | | MDEV-15809: Test failure on galera.MW-44Jan Lindström2018-04-263-7/+18
* | | Merge pull request #722 from codership/MDEV-16006Jan Lindström2018-04-252-0/+10
|\ \ \
| * | | MDEV-16006 Fix test galera_kill_nochangesDaniele Sciascia2018-04-242-0/+10
* | | | MDEV-15811 Fix and re-enable test galera.galera_pc_ignore_sbDaniele Sciascia2018-04-242-3/+3
|/ / /