~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/include/db0err.h

  • 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:
101
101
                                        requested but this storage does not
102
102
                                        exist itself or the stats for a given
103
103
                                        table do not exist */
 
104
        DB_FOREIGN_EXCEED_MAX_CASCADE,  /* Foreign key constraint related
 
105
                                        cascading delete/update exceeds
 
106
                                        maximum allowed depth */
104
107
 
105
108
        /* The following are partial failure codes */
106
109
        DB_FAIL = 1000,