~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Lee Bieber
  • Date: 2010-12-23 02:14:02 UTC
  • mfrom: (2021.1.2 build)
  • Revision ID: kalebral@gmail.com-20101223021402-o4zhdsv3x8s0q6pz
Merge Stewart - Update innobase plugin to be based on innodb 1.1.4 from MySQL 5.5.8 
Merge Marisa - fixed markup in 'administrative.rst', which was throwing an error in the build

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,