summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormagnus@neptunus.(none) <>2004-05-11 13:59:22 +0200
committermagnus@neptunus.(none) <>2004-05-11 13:59:22 +0200
commit02c9f8cfe0ce13a8ec201a10612d12b19f0f9f5d (patch)
treed985be10a1b807fd07ba25dc0d14b6f8136bdedc /include
parentf16aa69d0ec243d35a87e48d8b6ae94fa39a223b (diff)
downloadmariadb-git-02c9f8cfe0ce13a8ec201a10612d12b19f0f9f5d.tar.gz
WL# 1729 Handler: error text for NDB errors
- Close an open scan if index_read is called without closing the previous one. - Removed some errors that occured during previous merge
Diffstat (limited to 'include')
-rw-r--r--include/mysqld_error.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h
index 3dabd226ae6..2ccd8196d40 100644
--- a/include/mysqld_error.h
+++ b/include/mysqld_error.h
@@ -312,4 +312,6 @@
#define ER_TOO_MUCH_AUTO_TIMESTAMP_COLS 1293
#define ER_INVALID_ON_UPDATE 1294
#define ER_UNSUPPORTED_PS 1295
+#define ER_NDB_ERROR 1296
+#define ER_NDB_TEMPORARY_ERROR 1297
#define ER_ERROR_MESSAGES 296