1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

10.0-monty: trivial test result updates

This commit is contained in:
Sergey Petrunya
2013-07-09 15:39:57 +04:00
parent 7a9eae5803
commit 3e740c259d
6 changed files with 57 additions and 57 deletions

View File

@@ -269,7 +269,7 @@ handler t1 open;
lock table t1 write;
alter table t1 engine=csv;
handler t1 read a next;
ERROR HY000: Table storage engine for 't1' doesn't have this option
ERROR HY000: Storage engine CSV of the table `test`.`t1` doesn't have this option
handler t1 close;
unlock tables;
drop table t1;