summaryrefslogtreecommitdiff
path: root/mysql-test/include
Commit message (Expand)AuthorAgeFilesLines
* more tests for mysql_install_db.exeSergei Golubchik2018-12-121-7/+12
* Combine GLOBAL and COMMIT namespaces into BACKUP namespace.Sergey Vojtovich2018-12-091-4/+2
* MDEV-17255: New optimizer defaults and ANALYZE TABLEVarun Gupta2018-12-091-0/+1
* Merge 10.3 into 10.4Marko Mäkelä2018-11-262-0/+18
|\
| * Merge 10.2 into 10.3Marko Mäkelä2018-11-262-0/+18
| |\
| | * Merge remote-tracking branch 'origin/10.1' into 10.2Jan Lindström2018-11-212-0/+18
| | |\
| | | * MDEV-17771: Add Galera ist and sst tests using mariabackupJan Lindström2018-11-212-0/+18
* | | | Merge 10.3 into 10.4Marko Mäkelä2018-11-211-0/+4
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2018-11-201-0/+4
| |\ \ \ | | |/ /
| | * | MDEV-17507 Make MTR tests work for builds without Aria for temporary tablesElena Stepanova2018-11-201-0/+4
* | | | Merge 10.3 into 10.4mariadb-10.4.0Marko Mäkelä2018-11-081-1/+1
|\ \ \ \ | |/ / /
| * | | MDEV-14429 sql_safe_updates in my.cnf not workSergei Golubchik2018-11-061-1/+1
* | | | Merge 10.3 into 10.4Marko Mäkelä2018-11-062-0/+18
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2018-11-062-0/+18
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2018-11-062-0/+18
| | |\ \ | | | |/
| | | * Merge branch '10.0' into 10.1Sergei Golubchik2018-10-302-0/+18
| | | |\
| | | | * MDEV-12547: InnoDB FULLTEXT index has too strict innodb_ft_result_cache_limit...Thirunarayanan Balathandayuthapani2018-10-162-0/+18
| | * | | Follow-up to MDEV-13407 innodb.drop_table_background failed in buildbot with ...Marko Mäkelä2018-09-071-1/+4
* | | | | cleanup: get rid of a SQL warning in a testSergei Golubchik2018-10-311-1/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2018-09-111-2/+14
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2018-09-061-2/+14
| |\ \ \ \ | | |/ / /
| | * | | MyRocks: post-merge fixes part #5: make rocksdb.rocksdb_checksums test passSergei Petrunia2018-08-291-2/+14
* | | | | MDEV-15851 Stop creating mysql.host tableVladislav Vaintroub2018-08-162-2/+0
* | | | | Merge 10.3 into 10.4Marko Mäkelä2018-08-161-0/+15
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2018-08-031-0/+15
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2018-08-021-0/+15
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.0' into bb-10.1-merge-sanjaOleksandr Byelkin2018-07-251-0/+15
| | | |\ \ | | | | |/
| | | | * MDEV-13118 Wrong results with LOWER and UPPER and subqueryAlexander Barkov2018-07-191-0/+15
* | | | | MDEV-16421 Make system tables crash safeMichael Widenius2018-08-143-0/+36
* | | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-1/+1
|/ / / /
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-06-182-1/+30
|\ \ \ \ | |/ / /
| * | | MDEV-15352 AUTO_INCREMENT breaks after updating a column value to a negative ...Alexander Barkov2018-06-141-0/+29
| * | | Add missed change from 7ffa82b03c8da12062223d5e332e972d6f828d44Vicențiu Ciorbaru2018-06-111-1/+1
* | | | cleanup: include/have_rbr_triggers.incSergei Golubchik2018-05-121-5/+0
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-2/+32
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-04-241-2/+32
| |\ \ \ | | |/ /
| | * | MDEV-15948 Followup commitDaniele Sciascia2018-04-231-1/+1
| | * | MDEV-15948 Fix error "Lost connection to MySQL server..." in test galera_sst_...Daniele Sciascia2018-04-201-2/+32
* | | | Mdev-10664 Add statuses about optimistic parallel replication stallsSachin Setiya2018-04-191-1/+4
* | | | Merge remote-tracking branch '10.2' into 10.3Vicențiu Ciorbaru2018-04-122-3/+6
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-04-102-3/+6
| |\ \ \ | | |/ /
| | * | MDEV-14616: WSREP has not yet prepared node for application use errorJan Lindström2018-04-031-1/+1
| | * | MW-405 Make sure wsrep is ready in wait_until_connected_again.incDaniele Sciascia2018-04-033-7/+7
* | | | Move mysql-test-run/extra/rpl_tests to suite/rpl/includeMichael Widenius2018-03-292-2/+2
* | | | Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-2956-27/+86
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-283-1/+9
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2018-03-252-0/+8
| |\ \ \ | | |/ /
| | * | MDEV-15409 make sure every sst script is tested in buildbotSergei Golubchik2018-03-232-0/+8
| * | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2018-03-161-1/+1
| |\ \ \ | | |/ /
| | * | Galera MTR Tests: Modify mysqltest so that if a --let = `SELECT ...` query is...Philip Stoev2018-03-121-1/+1