1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-21889 Typo fix: ER_KEY_DOES_NOT_EXISTS

libmariadb revision updated.
This commit is contained in:
Aleksey Midenkov
2020-04-04 00:52:54 +03:00
parent d2c366c6fb
commit 6fb3e83d74
12 changed files with 54 additions and 54 deletions

View File

@ -130,7 +130,7 @@ DROP TABLE t1,t2;
CREATE TABLE t1 (a INT PRIMARY KEY);
--error ER_KEY_DOES_NOT_EXITS
--error ER_KEY_DOES_NOT_EXISTS
EXPLAIN EXTENDED SELECT COUNT(a) FROM t1 USE KEY(a);
DROP TABLE t1;