1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Language/consistency edits to error messages

and affected test results.
This commit is contained in:
unknown
2004-06-15 15:38:36 -05:00
parent a35bd15773
commit b1cecee055
44 changed files with 444 additions and 444 deletions

View File

@ -49,7 +49,7 @@ handler t2 read a=(16);
a b
16 ccc
handler t2 read a=(19,"fff");
ERROR 42000: Too many key parts specified. Max 1 parts allowed
ERROR 42000: Too many key parts specified; max 1 parts allowed
handler t2 read b=(19,"fff");
a b
19 fff