diff options
author | unknown <tomas@whalegate.ndb.mysql.com> | 2007-05-15 09:03:00 +0200 |
---|---|---|
committer | unknown <tomas@whalegate.ndb.mysql.com> | 2007-05-15 09:03:00 +0200 |
commit | bc5ef9ffa190133061c35def819ba329f727749e (patch) | |
tree | b0b0ea0dfa61db6c849ed514a3d10a86533b422a /ndb/include | |
parent | 2695f46b2a9ff7efe9a526b13e9640ba26b498d3 (diff) | |
download | mariadb-git-bc5ef9ffa190133061c35def819ba329f727749e.tar.gz |
Bug #26386 ndbd wont start after changing schema
backported error code from 5.1
split error check when reading schema file
ndb/include/mgmapi/ndbd_exit_codes.h:
backported error code from 5.1
ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
backported error code from 5.1
split error check when reading schema file
ndb/src/kernel/error/ndbd_exit_codes.c:
backported error code from 5.1
Diffstat (limited to 'ndb/include')
-rw-r--r-- | ndb/include/mgmapi/ndbd_exit_codes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/include/mgmapi/ndbd_exit_codes.h b/ndb/include/mgmapi/ndbd_exit_codes.h index b8a65b54672..1051fd9e394 100644 --- a/ndb/include/mgmapi/ndbd_exit_codes.h +++ b/ndb/include/mgmapi/ndbd_exit_codes.h @@ -80,6 +80,7 @@ typedef ndbd_exit_classification_enum ndbd_exit_classification; #define NDBD_EXIT_SR_UNDOLOG 2313 #define NDBD_EXIT_SINGLE_USER_MODE 2314 #define NDBD_EXIT_NODE_DECLARED_DEAD 2315 +#define NDBD_EXIT_SR_SCHEMAFILE 2316 #define NDBD_EXIT_MEMALLOC 2327 #define NDBD_EXIT_BLOCK_JBUFCONGESTION 2334 #define NDBD_EXIT_TIME_QUEUE_SHORT 2335 |