From aa3580924bb1a036a5b4ce7c6f4c930499eb09e2 Mon Sep 17 00:00:00 2001 From: "monty@donna.mysql.com" <> Date: Mon, 21 Aug 2000 03:00:52 +0300 Subject: RENAME TABLE table_name TO new_table_name ; Faster Alloc Small bug fixes --- include/mysqld_error.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/mysqld_error.h') 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 -- cgit v1.2.1