diff options
author | Andrew McDonnell <bugs@andrewmcdonnell.net> | 2014-10-28 21:45:47 +1030 |
---|---|---|
committer | Andrew McDonnell <bugs@andrewmcdonnell.net> | 2015-02-28 22:37:05 +1030 |
commit | fbcabb24ce145f2e413007b8f515d3b9b811cf34 (patch) | |
tree | 5a0108ffe64ba0cae8abc3692259379cd4d2ecc2 /storage/oqgraph | |
parent | 6ff6bf8aa3d5f4c635aa75f966160ccaeec34973 (diff) | |
download | mariadb-git-fbcabb24ce145f2e413007b8f515d3b9b811cf34.tar.gz |
Fixed minor spelling mistake.
Diffstat (limited to 'storage/oqgraph')
-rw-r--r-- | storage/oqgraph/ha_oqgraph.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/oqgraph/ha_oqgraph.cc b/storage/oqgraph/ha_oqgraph.cc index d312ed0f0a2..1352d5d8545 100644 --- a/storage/oqgraph/ha_oqgraph.cc +++ b/storage/oqgraph/ha_oqgraph.cc @@ -325,7 +325,7 @@ int ha_oqgraph::oqgraph_check_table_structure (TABLE *table_arg) } if (!table_arg->key_info || !table_arg->s->keys) { - push_warning_printf( current_thd, Sql_condition::WARN_LEVEL_WARN, HA_WRONG_CREATE_OPTION, "No vaild key specification."); + push_warning_printf( current_thd, Sql_condition::WARN_LEVEL_WARN, HA_WRONG_CREATE_OPTION, "No valid key specification."); DBUG_RETURN(-1); } |