summaryrefslogtreecommitdiff
path: root/sql/datadict.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/datadict.h')
-rw-r--r--sql/datadict.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/datadict.h b/sql/datadict.h
index 46dac394f07..e102618c2f7 100644
--- a/sql/datadict.h
+++ b/sql/datadict.h
@@ -38,7 +38,7 @@ enum Table_type
To check whether it's an frm of a view, use dd_frm_is_view().
*/
-enum Table_type dd_frm_type(THD *thd, char *path, LEX_STRING *engine_name,
+enum Table_type dd_frm_type(THD *thd, char *path, LEX_CSTRING *engine_name,
bool *is_sequence);
static inline bool dd_frm_is_view(THD *thd, char *path)