~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/ut/ut0ut.c

  • Committer: Brian Aker
  • Date: 2010-12-07 09:12:12 UTC
  • mto: This revision was merged to the branch mainline in revision 1985.
  • Revision ID: brian@tangent.org-20101207091212-1m0w20tck6z7632m
This is a fix for bug lp:686197

Show diffs side-by-side

added added

removed removed

Lines of Context:
711
711
                return("Lock structs have exhausted the buffer pool");
712
712
        case DB_FOREIGN_DUPLICATE_KEY:
713
713
                return("Foreign key activated with duplicate keys");
714
 
        case DB_FOREIGN_EXCEED_MAX_CASCADE:
715
 
                return("Foreign key cascade delete/update exceeds max depth");
716
714
        case DB_TOO_MANY_CONCURRENT_TRXS:
717
715
                return("Too many concurrent transactions");
718
716
        case DB_UNSUPPORTED: