~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error/sql_state.cc

  • Committer: Brian Aker
  • Date: 2011-02-04 10:18:35 UTC
  • mfrom: (2143.1.4 drizzle-build)
  • Revision ID: brian@tangent.org-20110204101835-j23pv0febg9p0a2p
Merge of all local trees.

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