~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to sql/share/polish/errmsg.txt

Merge with 4.0.3
Some simple optimzations, more comments and indentation changes.
Add ` around database in 'use database' in binary log.
Moved max_error_count and max_warning_count to variables struct.
Removed SHOW_WARNS_COUNT and SHOW_ERRORS_COUNT calls.
Changed string functions to use character set of first string argument as default return characterset
(Each string function can change the above assumption if needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
"Wrong usage/placement of '%s'",
243
243
"This version of MySQL doesn't yet support '%s'",
244
244
"Got fatal error %d: '%-.128s' from master when reading data from binary log",
 
245
"Wrong foreign key definition for '%-.64s': %s",
 
246
"Key reference and table reference doesn't match",
 
247
"Subselect return more than 1 field",
 
248
"Subselect return more than 1 record",