summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-742 XA PREPAREd transaction survive disconnect/server restartAndrei Elkin2020-03-1449-20/+7567
* Merge branch 'github/10.5' into 10.5Sergei Golubchik2020-03-148-40/+89
|\
| * MDEV-13362: implement --require_secure_transport optionJulius Goryavsky2020-03-128-40/+89
* | fix a race condition in the perfschema.transaction_nested_eventsSergei Golubchik2020-03-141-1/+1
* | fix a race condition in the main.grant_kill testSergei Golubchik2020-03-142-10/+5
* | perfschema test formatting. Use --echo #Sergei Golubchik2020-03-1488-1845/+1836
* | MDEV-21222 mariabackup.incremental_backup failed with memory allocation failureSergei Golubchik2020-03-141-0/+5
* | mtr sets MYSQLTEST_REAL_VARDIR when MYSQLTEST_VARDIR is a symlinkSergei Golubchik2020-03-142-3/+5
* | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-03-1166-1206/+1877
|\ \ | |/ |/|
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2020-03-119-36/+84
| |\
| | * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-03-119-37/+83
| | |\
| | | * Make main.mysql_client_test non-great againMarko Mäkelä2020-03-101-2/+0
| | | * Merge 10.1 into 10.2Marko Mäkelä2020-03-101-2/+0
| | | |\
| | | | * Do not bother to disable non-existing testsMarko Mäkelä2020-03-101-2/+0
| | | * | Minor cleanup of main.partition_innodbMarko Mäkelä2020-03-092-28/+12
| | | * | MDEV-21758 : Events switched randomly to SLAVESIDE_DISABLEDJan Lindström2020-03-092-0/+58
| * | | | Merge commit '10.3' into 10.4Oleksandr Byelkin2020-03-1131-70/+999
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-03-0624-69/+409
| | |\ \ \ | | | |/ /
| | | * | Enable galera.galera_ist_mariabackup and galera.mysql-wsrep#33.Stepan Patryshev2020-03-061-2/+0
| | | * | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2020-03-052-0/+26
| | | |\ \ | | | | |/
| | | | * Remove unneded extra context line from test file to make it version independentVicențiu Ciorbaru2020-02-282-4/+2
| | | | * MDEV-21374: When "--help --verbose" prints out configuration file paths, the ...Anel Husakovic2020-02-222-0/+28
| | | * | MDEV-21857 - Fix sporadic failure of mdev375Vladislav Vaintroub2020-03-021-0/+2
| | | * | MDEV-21723 Async slave thread BF abort and replaying fixes (#1448)seppo2020-02-233-0/+294
| | | * | MDEV-21563 FTS thread aborts during shutdownThirunarayanan Balathandayuthapani2020-02-202-0/+2
| | | * | MDEV-21591 : galera.galera_rsu_add_pk MTR failed: Result content mismatchJan Lindström2020-02-172-16/+22
| | | * | MDEV-21488 : Galera test sporadic failure on galera.galera_var_notify_cmdJan Lindström2020-02-145-26/+19
| | | * | MDEV-21515 : Galera test sporadic failure on galera.galera_wsrep_new_cluster:...Jan Lindström2020-02-134-11/+28
| | | * | MDEV-21421 : Galera test sporadic failure on galera.galera_as_slave_gtid_myis...Jan Lindström2020-02-133-1/+4
| | | * | MDEV-21556 : galera.lp1376747-4 MTR failed: Result length mismatchbb-10.2-MDEV-21446Jan Lindström2020-02-121-9/+8
| | | * | MDEV-17941 ALTER USER IF EXISTS does not work, although documentation says it...Alexey Botchkov2020-02-112-2/+2
| | * | | MDEV-20382: SHOW PRIVILEGES displays "Delete versioning rows" rather than "De...Anel Husakovic2020-03-051-1/+1
| | * | | MDEV-21554 Crash in JOIN_CACHE_BKAH::skip_index_tuple when mrr=on andIgor Babaev2020-02-254-5/+565
| | * | | MDEV-21628: Index condition pushdown condition ... not used with BKASergei Petrunia2020-02-192-0/+118
| * | | | Fixes for previous not-complete-pushMonty2020-03-091-7/+7
| * | | | Added keyread_time() to HEAPMonty2020-03-093-6/+6
| * | | | MDEV-21841 CONV() function doesn't truncate its output to 21 when uses defaul...Roman Nozdrin2020-02-292-0/+26
| * | | | MDEV-21693 ALGORITHM=INSTANT does not work for partitioned tablesThirunarayanan Balathandayuthapani2020-02-282-0/+18
| * | | | MDEV-21684: mysqld crash with signal 11 when renaming table+max_statement_timebb-10.4-MDEV-21684Oleksandr Byelkin2020-02-262-0/+69
| * | | | MDEV-21610 Different query results from 10.4.11 to 10.4.12Igor Babaev2020-02-182-0/+486
| * | | | MDEV-20726 InnoDB: Assertion failure in file data0type.cc line 67bb-10.4-MDEV-20726-alter-utf8Eugene Kosov2020-02-182-0/+26
| * | | | Add missing files.Jan Lindström2020-02-172-0/+12
| * | | | MDEV-21601 : Cleanup Galera disabled testsJan Lindström2020-02-168-134/+0
| * | | | Fix Galera test galera_as_slave_ctas.Jan Lindström2020-02-162-30/+32
| * | | | MDEV-21420 : Galera test failure on galera.mysql-wsrep#33Jan Lindström2020-02-164-7/+418
| * | | | MDEV-21514 : Galera test failure on galera.galera_wan_restart_sst on AzureJan Lindström2020-02-163-29/+20
| * | | | MDEV-18180 : Galera test failure on galera.galera_concurrent_ctasJan Lindström2020-02-162-19/+18
| * | | | MDEV-21517 : Galera test galera_sr.GCF-561 failure: Result length mismatchJan Lindström2020-02-162-5/+10
| * | | | MDEV-21421 : Galera test sporadic failure on galera.galera_as_slave_gtid_myis...Jan Lindström2020-02-164-61/+61
| * | | | MDEV-21601 : Cleanup Galera disabled testsJan Lindström2020-02-1632-2439/+3