diff options
author | Alexey Botchkov <holyfoot@mysql.com> | 2010-09-27 15:18:10 +0500 |
---|---|---|
committer | Alexey Botchkov <holyfoot@mysql.com> | 2010-09-27 15:18:10 +0500 |
commit | aa400404397d85ce281a0141ad2c1ab9736f05b9 (patch) | |
tree | 52818f1968d875e55709a9080d9ed979c23dec85 /mysql-test/t/log_tables_debug.test | |
parent | 25bac7370743b0f955ca422c684186d5aeb2b08a (diff) | |
download | mariadb-git-aa400404397d85ce281a0141ad2c1ab9736f05b9.tar.gz |
log_tables_debug.test fix.
per-file comments:
mysql-test/t/log_tables_debug.test
This test shouldn't be run at the embedded server.
Diffstat (limited to 'mysql-test/t/log_tables_debug.test')
-rw-r--r-- | mysql-test/t/log_tables_debug.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/log_tables_debug.test b/mysql-test/t/log_tables_debug.test index 19a62614608..78a1289b689 100644 --- a/mysql-test/t/log_tables_debug.test +++ b/mysql-test/t/log_tables_debug.test @@ -7,6 +7,7 @@ # changed (see explanation in log_state.test) let $fixed_bug38124 = 0; +--source include/not_embedded.inc --source include/have_debug.inc # Several subtests modify global variables. Save the initial values only here, |