diff options
Diffstat (limited to 'mysql-test/r/myisam-system.result')
-rw-r--r-- | mysql-test/r/myisam-system.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/myisam-system.result b/mysql-test/r/myisam-system.result index 924e7885814..6a89c840281 100644 --- a/mysql-test/r/myisam-system.result +++ b/mysql-test/r/myisam-system.result @@ -10,4 +10,4 @@ create table t1 (a int) engine=myisam; drop table t1; Got one of the listed errors drop table t1; -ERROR 42S02: Unknown table 't1' +ERROR 42S02: Unknown table 'test.t1' |