~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error/sql_state.cc

  • Committer: Andrew Hutchings
  • Date: 2011-02-07 17:20:59 UTC
  • mfrom: (2148 staging)
  • mto: (2148.2.3 build)
  • mto: This revision was merged to the branch mainline in revision 2149.
  • Revision ID: andrew@linuxjedi.co.uk-20110207172059-dyeahrgzrlincoe3
Merge with trunk

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", "" },