~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge Stewart - Update innobase plugin to be based on innodb 1.1.4 from MySQL 5.5.8 

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,