diff options
author | monty@hundin.mysql.fi <> | 2001-11-03 15:18:09 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-11-03 15:18:09 +0200 |
commit | 8cd4c2358de1581b36faa4d197508e232b1390b4 (patch) | |
tree | d5d2a601f2e922dce27a5041739103c6468d4cf8 /include/mysqld_error.h | |
parent | daa4229a3d54f72d1704e38355dacc0a7cbf1547 (diff) | |
download | mariadb-git-8cd4c2358de1581b36faa4d197508e232b1390b4.tar.gz |
Fix that mysqladmin shutdown can be interrupted with ^C
Fixed bug with BLOB keys in BDB tables
Fixed problem with MERGE tables on OS with 32 bit files
Fixed that TIME_TO_SEC() works with negative times
Diffstat (limited to 'include/mysqld_error.h')
-rw-r--r-- | include/mysqld_error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h index bfa279193b7..81e0dd1d06d 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -211,7 +211,7 @@ #define ER_DROP_DB_WITH_READ_LOCK 1208 #define ER_CREATE_DB_WITH_READ_LOCK 1209 #define ER_WRONG_ARGUMENTS 1210 -#define ER_NO_PERMISSON_TO_CREATE_USER 1211 +#define ER_NO_PERMISSION_TO_CREATE_USER 1211 #define ER_UNION_TABLES_IN_DIFFERENT_DIR 1212 #define ER_LOCK_DEADLOCK 1213 #define ER_TABLE_CANT_HANDLE_FULLTEXT 1214 |