diff options
Diffstat (limited to 'mysql-test/include/check-warnings.test')
-rw-r--r-- | mysql-test/include/check-warnings.test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mysql-test/include/check-warnings.test b/mysql-test/include/check-warnings.test index 3a26f7eecb1..9ecf7de419a 100644 --- a/mysql-test/include/check-warnings.test +++ b/mysql-test/include/check-warnings.test @@ -16,8 +16,10 @@ set SQL_LOG_BIN=0; --error 0,1193 set debug_dbug=""; - use mtr; +# Allow this session to read-write even if server is started +# with --transaction-read-only +set session transaction read write; create temporary table error_log ( row int auto_increment primary key, |