~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error/sql_state.cc

Merge in error message fix for just one type of error for unknown table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
  { ER_NULL_COLUMN_IN_INDEX                 ,"42000", "" },
104
104
  { ER_WRONG_VALUE_COUNT_ON_ROW             ,"21S01", "" },
105
105
  { ER_MIX_OF_GROUP_FUNC_AND_FIELDS         ,"42000", "" },
106
 
  { ER_NO_SUCH_TABLE                        ,"42S02", "" },
 
106
  { ER_TABLE_UNKNOWN                        ,"42S02", "" },
107
107
  { ER_SYNTAX_ERROR                         ,"42000", "" },
108
108
  { ER_NET_PACKET_TOO_LARGE                 ,"08S01", "" },
109
109
  { ER_NET_PACKETS_OUT_OF_ORDER             ,"08S01", "" },