~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Padraig O'Sullivan
  • Date: 2009-06-27 16:33:55 UTC
  • mfrom: (1067.3.1 full-i-s-plugin)
  • mto: This revision was merged to the branch mainline in revision 1079.
  • Revision ID: osullivan.padraig@gmail.com-20090627163355-iyclbhr9901qlmjh
Extracted the CHARACTER_SET table into the I_S plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
790
790
 
791
791
enum enum_schema_tables
792
792
{
793
 
  SCH_CHARSETS= 0,
794
 
  SCH_COLLATIONS,
 
793
  SCH_COLLATIONS= 0,
795
794
  SCH_COLLATION_CHARACTER_SET_APPLICABILITY,
796
795
  SCH_COLUMNS,
797
796
  SCH_GLOBAL_STATUS,