~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-08 22:35:56 UTC
  • mfrom: (1819.9.158 update-innobase)
  • Revision ID: brian@tangent.org-20101208223556-37mi4omqg7lkjzf3
Merge in Stewart's changes, 1.3 changes.

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");
714
716
        case DB_TOO_MANY_CONCURRENT_TRXS:
715
717
                return("Too many concurrent transactions");
716
718
        case DB_UNSUPPORTED: