~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2011-03-08 23:35:47 UTC
  • mfrom: (2224.2.9 statement2)
  • mto: This revision was merged to the branch mainline in revision 2227.
  • Revision ID: mordred@inaugust.com-20110308233547-w2s3tm5svzv339dp
Merged Olaf - Statement refactor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
        DB_FOREIGN_EXCEED_MAX_CASCADE,  /* Foreign key constraint related
105
105
                                        cascading delete/update exceeds
106
106
                                        maximum allowed depth */
 
107
        DB_CHILD_NO_INDEX,              /* the child (foreign) table does not
 
108
                                        have an index that contains the
 
109
                                        foreign keys as its prefix columns */
 
110
        DB_PARENT_NO_INDEX,             /* the parent table does not
 
111
                                        have an index that contains the
 
112
                                        foreign keys as its prefix columns */
107
113
 
108
114
        /* The following are partial failure codes */
109
115
        DB_FAIL = 1000,