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

Addition to fix for bug#10974. Fixed spelling.

This commit is contained in:
svoj@mysql.com/april.(none)
2006-10-06 11:11:47 +05:00
parent ad85dccae4
commit dad1283cc8

View File

@@ -27,7 +27,7 @@ select * from mt;
ERROR HY000: Can't lock file (errno: 155)
FLUSH TABLES;
select * from mt;
ERROR HY000: Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exists
ERROR HY000: Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exist
ALTER TABLE `t` RENAME TO `t2`;
INSERT INTO mt VALUES ('2006-01-01',0);
select * from mt;