diff options
Diffstat (limited to 'mysql-test/t/log_tables.test')
-rw-r--r-- | mysql-test/t/log_tables.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/t/log_tables.test b/mysql-test/t/log_tables.test index 8a2bd4cf6c1..64c70c039ab 100644 --- a/mysql-test/t/log_tables.test +++ b/mysql-test/t/log_tables.test @@ -265,8 +265,6 @@ alter table mysql.slow_log engine=NonExistentEngine; --error ER_UNSUPORTED_LOG_ENGINE alter table mysql.slow_log engine=memory; #--error ER_UNSUPORTED_LOG_ENGINE -#alter table mysql.slow_log engine=ndb; -#--error ER_UNSUPORTED_LOG_ENGINE #alter table mysql.slow_log engine=innodb; #--error ER_UNSUPORTED_LOG_ENGINE #alter table mysql.slow_log engine=archive; |