diff options
author | antony@ltantony.rdg.cyberkinetica.homeunix.net <> | 2003-12-17 22:52:03 +0000 |
---|---|---|
committer | antony@ltantony.rdg.cyberkinetica.homeunix.net <> | 2003-12-17 22:52:03 +0000 |
commit | 2b53eef5f00364464652847065a81a32571cc73f (patch) | |
tree | c639b3a159120373264b2f97623f8759e2226d61 /include/sql_state.h | |
parent | abaaa0f37b6e9b24e79a9da86be83dd3480f3d5e (diff) | |
download | mariadb-git-2b53eef5f00364464652847065a81a32571cc73f.tar.gz |
WorkLog #1323 (part 2)
New Statement: SHOW [STORAGE] ENGINES
New System Variable: storage_engine
New mysqld Argument: --default-storage-engine=
Diffstat (limited to 'include/sql_state.h')
-rw-r--r-- | include/sql_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sql_state.h b/include/sql_state.h index ad62ddeb670..5c4b1c50745 100644 --- a/include/sql_state.h +++ b/include/sql_state.h @@ -161,4 +161,4 @@ ER_WARN_DATA_OUT_OF_RANGE, "01000", "", ER_WARN_DATA_TRUNCATED, "01000", "", ER_WRONG_NAME_FOR_INDEX, "42000", "", ER_WRONG_NAME_FOR_CATALOG, "42000", "", -ER_UNKNOWN_TABLE_ENGINE, "42000", "", +ER_UNKNOWN_STORAGE_ENGINE, "42000", "", |