~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: Brian Aker
  • Date: 2010-04-20 18:23:07 UTC
  • mto: This revision was merged to the branch mainline in revision 1502.
  • Revision ID: brian@gaz-20100420182307-jwyhun4vm2dtugyb
There is room for improvement around this. We should be using rows as well
in the future as a metric for disk/memory store. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1055
1055
  ER_SCHEMA_DOES_NOT_EXIST,
1056
1056
  ER_ALTER_SCHEMA,
1057
1057
  ER_DROP_SCHEMA,
1058
 
  ER_ERROR_LAST= ER_CORRUPT_TABLE_DEFINITION
 
1058
  ER_USE_SQL_BIG_RESULT,
 
1059
  ER_ERROR_LAST= ER_USE_SQL_BIG_RESULT
1059
1060
};
1060
1061
 
1061
1062
enum drizzle_exit_codes {