From e343a2c1347a0e99b363dbced913276d2355237f Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Tue, 10 May 2011 18:19:11 +0200 Subject: small enhancement of the create table options feature: no unnecessary casting from void*, more type safety. typos fixed. --- sql/create_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/create_options.h') diff --git a/sql/create_options.h b/sql/create_options.h index b66bbf43570..174abb1a59a 100644 --- a/sql/create_options.h +++ b/sql/create_options.h @@ -70,7 +70,7 @@ class Create_field; my_bool parse_engine_table_options(THD *thd, handlerton *ht, TABLE_SHARE *share); -my_bool parse_option_list(THD* thd, void **option_struct, +my_bool parse_option_list(THD* thd, void *option_struct, engine_option_value *option_list, ha_create_table_option *rules, my_bool suppress_warning, -- cgit v1.2.1