diff options
author | monty@hundin.mysql.fi <> | 2001-08-29 17:33:41 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-08-29 17:33:41 +0300 |
commit | 2f93aa9e51559f1a681544c1e0b7be4706e3fe24 (patch) | |
tree | 3d579fb9d02e1fa69457e4ec1706fb325190d90c /include | |
parent | 788bc3f43bb20915e5ae733f868f98cbce85fdcc (diff) | |
download | mariadb-git-2f93aa9e51559f1a681544c1e0b7be4706e3fe24.tar.gz |
Test that all MERGE tables comes from the same database
Diffstat (limited to 'include')
-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 758c74fc122..08e621f4a2a 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -212,4 +212,5 @@ #define ER_CREATE_DB_WITH_READ_LOCK 1209 #define ER_WRONG_ARGUMENTS 1210 #define ER_NO_PERMISSON_TO_CREATE_USER 1211 -#define ER_ERROR_MESSAGES 212 +#define ER_UNION_TABLES_IN_DIFFERENT_DIR 1212 +#define ER_ERROR_MESSAGES 213 |