Commit 6d78496a authored by Aleksey Midenkov's avatar Aleksey Midenkov

Tests: disabled TRT for some IB tests [#302]

As they fail on TRT schema check:
innodb.log_file
innodb.table_flags
innodb.row_format_redundant
encryption.innodb_encrypt_log_corruption
encryption.innodb_first_page
parent f39df037
...@@ -3,3 +3,4 @@ ...@@ -3,3 +3,4 @@
--loose-file-key-management --loose-file-key-management
--loose-file-key-management-filename=$MYSQL_TEST_DIR/std_data/logkey.txt --loose-file-key-management-filename=$MYSQL_TEST_DIR/std_data/logkey.txt
--file-key-management-encryption-algorithm=aes_cbc --file-key-management-encryption-algorithm=aes_cbc
--transaction-registry=0
--innodb-encrypt-tables --innodb-encrypt-tables
--innodb-encrypt-log --innodb-encrypt-log
--transaction-registry=0
...@@ -38,6 +38,7 @@ AND support IN ('YES', 'DEFAULT', 'ENABLED'); ...@@ -38,6 +38,7 @@ AND support IN ('YES', 'DEFAULT', 'ENABLED');
--let $ibp=$ibp --innodb-data-home-dir=$bugdir --innodb-undo-directory=$bugdir --let $ibp=$ibp --innodb-data-home-dir=$bugdir --innodb-undo-directory=$bugdir
--let $ibp=$ibp --innodb-undo-logs=20 --innodb-undo-tablespaces=3 --let $ibp=$ibp --innodb-undo-logs=20 --innodb-undo-tablespaces=3
--let $ibp=$ibp --innodb-data-file-path=ibdata1:16M;ibdata2:10M:autoextend --let $ibp=$ibp --innodb-data-file-path=ibdata1:16M;ibdata2:10M:autoextend
--let $ibp=$ibp --transaction-registry=0
--echo # Start mysqld without the possibility to create innodb_undo_tablespaces --echo # Start mysqld without the possibility to create innodb_undo_tablespaces
--let $restart_parameters= $ibp --let $restart_parameters= $ibp
......
...@@ -20,6 +20,7 @@ let bugdir= $MYSQLTEST_VARDIR/tmp/row_format_redundant; ...@@ -20,6 +20,7 @@ let bugdir= $MYSQLTEST_VARDIR/tmp/row_format_redundant;
--let $d=--innodb-data-home-dir=$bugdir --innodb-log-group-home-dir=$bugdir --let $d=--innodb-data-home-dir=$bugdir --innodb-log-group-home-dir=$bugdir
--let $d=$d --innodb-data-file-path=ibdata1:1M:autoextend --let $d=$d --innodb-data-file-path=ibdata1:1M:autoextend
--let $d=$d --innodb-undo-tablespaces=0 --innodb-stats-persistent=0 --let $d=$d --innodb-undo-tablespaces=0 --innodb-stats-persistent=0
--let $d=$d --transaction-registry=0
--let $restart_parameters= $d --let $restart_parameters= $d
--source include/restart_mysqld.inc --source include/restart_mysqld.inc
......
...@@ -29,6 +29,7 @@ let bugdir= $MYSQLTEST_VARDIR/tmp/table_flags; ...@@ -29,6 +29,7 @@ let bugdir= $MYSQLTEST_VARDIR/tmp/table_flags;
--let $d=$d --innodb-undo-tablespaces=0 --let $d=$d --innodb-undo-tablespaces=0
--let $d=$d --innodb-purge-rseg-truncate-frequency=1 --let $d=$d --innodb-purge-rseg-truncate-frequency=1
--let $d=$d --skip-innodb-fast-shutdown --let $d=$d --skip-innodb-fast-shutdown
--let $d=$d --transaction-registry=0
--let $restart_parameters=$d --innodb-stats-persistent=0 --let $restart_parameters=$d --innodb-stats-persistent=0
--source include/restart_mysqld.inc --source include/restart_mysqld.inc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment