~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-03 18:12:09 UTC
  • mfrom: (2134.1.9 timestamp)
  • mto: This revision was merged to the branch mainline in revision 2140.
  • Revision ID: brian@tangent.org-20110203181209-xr7i2079pdmu33hd
Merge in table tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
/* Functions to map drizzle errno to sql_state */
22
 
#include <config.h>
 
22
#include "config.h"
23
23
 
24
24
#include <algorithm>
25
25
 
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_TABLE_UNKNOWN                        ,"42S02", "" },
 
106
  { ER_NO_SUCH_TABLE                        ,"42S02", "" },
107
107
  { ER_SYNTAX_ERROR                         ,"42000", "" },
108
108
  { ER_NET_PACKET_TOO_LARGE                 ,"08S01", "" },
109
109
  { ER_NET_PACKETS_OUT_OF_ORDER             ,"08S01", "" },