~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/errname.cc

  • Committer: Stewart Smith
  • Date: 2009-12-02 06:01:21 UTC
  • mto: (1237.1.2 push)
  • mto: This revision was merged to the branch mainline in revision 1238.
  • Revision ID: stewart@flamingspork.com-20091202060121-68gyfqifqcjcmi2v
my_end() no longer requires an argument (we removed them all)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
21
 
#include "config.h"
 
21
#include <drizzled/global.h>
22
22
 
23
23
#include <client/errname.h>
24
24
 
157
157
    { "ER_NULL_COLUMN_IN_INDEX",1121 },
158
158
    { "ER_CANT_FIND_UDF",1122 },
159
159
    { "ER_CANT_INITIALIZE_UDF",1123 },
160
 
    { "ER_PLUGIN_NO_PATHS",1124 },
161
 
    { "ER_PLUGIN_EXISTS",1125 },
 
160
    { "ER_UDF_NO_PATHS",1124 },
 
161
    { "ER_UDF_EXISTS",1125 },
162
162
    { "ER_CANT_OPEN_LIBRARY",1126 },
163
163
    { "ER_CANT_FIND_DL_ENTRY",1127 },
164
164
    { "ER_FUNCTION_NOT_DEFINED",1128 },
379
379
    { "ER_FPARSER_ERROR_IN_PARAMETER",1343 },
380
380
    { "ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER",1344 },
381
381
    { "ER_VIEW_NO_EXPLAIN",1345 },
382
 
    { "ER_UNUSED1346",1346 },
 
382
    { "ER_FRM_UNKNOWN_TYPE",1346 },
383
383
    { "ER_WRONG_OBJECT",1347 },
384
384
    { "ER_NONUPDATEABLE_COLUMN",1348 },
385
385
    { "ER_VIEW_SELECT_DERIVED",1349 },
715
715
    { "ER_WARNING_NON_DEFAULT_VALUE_FOR_VIRTUAL_COLUMN",1679 },
716
716
    { "ER_UNSUPPORTED_ACTION_ON_VIRTUAL_COLUMN",1680 },
717
717
    { "ER_CONST_EXPR_IN_VCOL",1681 },
718
 
    { "ER_NO_PRIMARY_KEY_ON_REPLICATED_TABLE", 1692},
719
718
    { 0, 0 }
720
719
  };
721
720