summaryrefslogtreecommitdiff
path: root/include/mysqld_error.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2002-12-04 01:32:45 +0200
committerunknown <bell@sanja.is.com.ua>2002-12-04 01:32:45 +0200
commit2e28e76fff64c0436729292a509ff7307b79a279 (patch)
tree4094086d377bfaa9bc73bb8a00609acd9aa4217b /include/mysqld_error.h
parent930b3fa897112c49392c2154de1ec21b9e44edda (diff)
downloadmariadb-git-2e28e76fff64c0436729292a509ff7307b79a279.tar.gz
fixed error message
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 bca07d5d7b6..81a24e89164 100644
--- a/include/mysqld_error.h
+++ b/include/mysqld_error.h
@@ -109,7 +109,7 @@
#define ER_CANT_REMOVE_ALL_FIELDS 1090
#define ER_CANT_DROP_FIELD_OR_KEY 1091
#define ER_INSERT_INFO 1092
-#define ER_INSERT_TABLE_USED 1093
+#define ER_UPDATE_TABLE_USED 1093
#define ER_NO_SUCH_THREAD 1094
#define ER_KILL_DENIED_ERROR 1095
#define ER_NO_TABLES_USED 1096