summaryrefslogtreecommitdiff
path: root/include/mysqld_error.h
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-11-03 15:18:09 +0200
committermonty@hundin.mysql.fi <>2001-11-03 15:18:09 +0200
commit8cd4c2358de1581b36faa4d197508e232b1390b4 (patch)
treed5d2a601f2e922dce27a5041739103c6468d4cf8 /include/mysqld_error.h
parentdaa4229a3d54f72d1704e38355dacc0a7cbf1547 (diff)
downloadmariadb-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.h2
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