~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-12-09 06:02:39 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20101209060239-t0ujftvcvd558yno
Tags: upstream-2010.12.05
ImportĀ upstreamĀ versionĀ 2010.12.05

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
 
30
30
enum db_err {
 
31
        DB_SUCCESS_LOCKED_REC = 9,      /*!< like DB_SUCCESS, but a new
 
32
                                        explicit record lock was created */
31
33
        DB_SUCCESS = 10,
32
34
 
33
35
        /* The following are error codes */
93
95
        DB_PRIMARY_KEY_IS_NULL,         /* a column in the PRIMARY KEY
94
96
                                        was found to be NULL */
95
97
 
 
98
        DB_STATS_DO_NOT_EXIST,          /* an operation that requires the
 
99
                                        persistent storage, used for recording
 
100
                                        table and index statistics, was
 
101
                                        requested but this storage does not
 
102
                                        exist itself or the stats for a given
 
103
                                        table do not exist */
 
104
 
96
105
        /* The following are partial failure codes */
97
106
        DB_FAIL = 1000,
98
107
        DB_OVERFLOW,