summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/t/innodb_default_row_format.combinations
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2017-12-07 14:35:32 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2017-12-07 14:35:32 +0200
commit3aa618a969546234898e6c5110faf2d72d4c10f8 (patch)
tree4dc4231b10d6cbfafb7142381e13cae28bed59b3 /mysql-test/suite/innodb/t/innodb_default_row_format.combinations
parent4ea5b126c5c174c6ce9bfb5b4e30acfd99d9d2ff (diff)
downloadmariadb-git-3aa618a969546234898e6c5110faf2d72d4c10f8.tar.gz
MDEV-13820 trx_id_check() fails during row_log_table_apply()
When logging ROW_T_INSERT or ROW_T_UPDATE records, we did not normalize the DB_TRX_ID of the current transaction into 0 if the current transaction had started (modifying other tables) before the ALTER TABLE started. MDEV-13654 introduced this normalization for ROW_T_DELETE and for all operations with ADD PRIMARY KEY, in row_log_table_get_pk().
Diffstat (limited to 'mysql-test/suite/innodb/t/innodb_default_row_format.combinations')
-rw-r--r--mysql-test/suite/innodb/t/innodb_default_row_format.combinations4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb/t/innodb_default_row_format.combinations b/mysql-test/suite/innodb/t/innodb_default_row_format.combinations
new file mode 100644
index 00000000000..f3bc2cc0c25
--- /dev/null
+++ b/mysql-test/suite/innodb/t/innodb_default_row_format.combinations
@@ -0,0 +1,4 @@
+[redundant]
+innodb_default_row_format=redundant
+[dynamic]
+innodb_default_row_format=dynamic