diff options
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/handler.h b/sql/handler.h index 279bfafd3b9..749c1aaf497 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -1740,10 +1740,10 @@ struct Table_specification_st: public HA_CREATE_INFO, HA_CREATE_INFO::init(); DDL_options_st::init(); } - void init(DDL_options_st::Options options) + void init(DDL_options_st::Options options_arg) { HA_CREATE_INFO::init(); - DDL_options_st::init(options); + DDL_options_st::init(options_arg); } /* Quick initialization, for parser. |