~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Olaf van der Spek
  • Date: 2011-07-07 13:41:07 UTC
  • mto: This revision was merged to the branch mainline in revision 2385.
  • Revision ID: olafvdspek@gmail.com-20110707134107-6mi7pauiatxtf4oe
Rename strmake to strdup (standard name)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
Created 5/24/1996 Heikki Tuuri
24
24
*******************************************************/
25
25
 
 
26
#pragma once
26
27
#ifndef db0err_h
27
28
#define db0err_h
28
29
 
104
105
        DB_FOREIGN_EXCEED_MAX_CASCADE,  /* Foreign key constraint related
105
106
                                        cascading delete/update exceeds
106
107
                                        maximum allowed depth */
 
108
        DB_CHILD_NO_INDEX,              /* the child (foreign) table does not
 
109
                                        have an index that contains the
 
110
                                        foreign keys as its prefix columns */
 
111
        DB_PARENT_NO_INDEX,             /* the parent table does not
 
112
                                        have an index that contains the
 
113
                                        foreign keys as its prefix columns */
107
114
 
108
115
        /* The following are partial failure codes */
109
116
        DB_FAIL = 1000,