~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/errname.cc

  • Committer: Jay Pipes
  • Date: 2009-12-11 21:21:33 UTC
  • mto: This revision was merged to the branch mainline in revision 1245.
  • Revision ID: jpipes@serialcoder-20091211212133-w5kiiz973mi5rhlx
Adds error for when a record is inserted into a table containing
no primary key and replication is enabled.  Adds a test case
verifying the error is thrown when an insert is attempted.

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