~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/errname.cc

Merged with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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},
718
719
    { 0, 0 }
719
720
  };
720
721