~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
                                        a later version of the engine. */
74
74
#define DB_INTERRUPTED          49      /* the query has been interrupted with
75
75
                                        "KILL QUERY N;" */
 
76
#define DB_FOREIGN_EXCEED_MAX_CASCADE 50/* Foreign key constraint related
 
77
                                        cascading delete/update exceeds
 
78
                                        maximum allowed depth */
 
79
#define DB_FOREIGN_NO_INDEX     51      /* the child (foreign) table does not
 
80
                                        have an index that contains the
 
81
                                        foreign keys as its prefix columns */
 
82
#define DB_REFERENCING_NO_INDEX 52      /* the parent (referencing) table does
 
83
                                        not have an index that contains the
 
84
                                        foreign keys as its prefix columns */
76
85
 
77
86
/* The following are partial failure codes */
78
87
#define DB_FAIL                 1000