summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r--sql/sql_parse.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc
index 1ff4d721924..5bafe839486 100644
--- a/sql/sql_parse.cc
+++ b/sql/sql_parse.cc
@@ -2846,8 +2846,8 @@ mysql_execute_command(THD *thd)
#endif
,lex->verbose);
break;
- case SQLCOM_SHOW_TABLE_TYPES:
- res= mysqld_show_table_types(thd);
+ case SQLCOM_SHOW_STORAGE_ENGINES:
+ res= mysqld_show_storage_engines(thd);
break;
case SQLCOM_SHOW_PRIVILEGES:
res= mysqld_show_privileges(thd);