diff options
author | monty@donna.mysql.com <> | 2000-08-21 03:00:52 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-08-21 03:00:52 +0300 |
commit | aa3580924bb1a036a5b4ce7c6f4c930499eb09e2 (patch) | |
tree | f46edbbf41f400440bde25519820b29885305b1b /include/mysqld_error.h | |
parent | 86f4dbe20e850a6161d69b7407838c28a8bf93f9 (diff) | |
download | mariadb-git-aa3580924bb1a036a5b4ce7c6f4c930499eb09e2.tar.gz |
RENAME TABLE table_name TO new_table_name ; Faster Alloc
Small bug fixes
Diffstat (limited to 'include/mysqld_error.h')
-rw-r--r-- | include/mysqld_error.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h index 9d3e879f4f5..d815e61f3b5 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -192,4 +192,5 @@ #define ER_MASTER_NET_READ 1189 #define ER_MASTER_NET_WRITE 1190 #define ER_FT_MATCHING_KEY_NOT_FOUND 1191 -#define ER_ERROR_MESSAGES 192 +#define ER_LOCK_OR_ACTIVE_TRANSACTION 1192 +#define ER_ERROR_MESSAGES 193 |