mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-13712 Spelling errors in the error message
This commit is contained in:
@ -67,7 +67,7 @@ SELECT COUNT(*) FROM t3;
|
||||
COUNT(*)
|
||||
0
|
||||
RENAME TABLE t1 TO tee_one;
|
||||
ERROR HY000: Error on rename of './test/t1' to './test/tee_one' (errno: 155 "The table does not exist in engine")
|
||||
ERROR HY000: Error on rename of './test/t1' to './test/tee_one' (errno: 155 "The table does not exist in the storage engine")
|
||||
DROP TABLE t1;
|
||||
Warnings:
|
||||
Warning 1932 Table 'test.t1' doesn't exist in engine
|
||||
|
Reference in New Issue
Block a user