New error message for situation like:

SELECT latin1_expr COLLATE anpther_charset_collation
This commit is contained in:
unknown 2003-03-02 14:05:03 +04:00
commit 1019053392
25 changed files with 35 additions and 2 deletions

View file

@ -253,3 +253,4 @@
"Table '%-.64s' from one of SELECT's can not be used in %-.32s"
"Client does not support authentication protocol requested by server. Consider upgrading MySQL client"
"All parts of a SPATIAL KEY must be NOT NULL"
"COLLATION '%s' is not valid for CHARACTER SET '%s'"