~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

merged with up to date trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
2
 
3
 
Copyright (c) 1996, 2009, Innobase Oy. All Rights Reserved.
 
3
Copyright (C) 1996, 2009, Innobase Oy. All Rights Reserved.
4
4
 
5
5
This program is free software; you can redistribute it and/or modify it under
6
6
the terms of the GNU General Public License as published by the Free Software
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,