mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
coding style fix : Index_hint
This commit is contained in:
@ -5636,7 +5636,7 @@ TABLE_LIST *st_select_lex::add_table_to_list(THD *thd,
|
||||
LEX_STRING *alias,
|
||||
ulong table_options,
|
||||
thr_lock_type lock_type,
|
||||
List<index_hint> *index_hints_arg,
|
||||
List<Index_hint> *index_hints_arg,
|
||||
LEX_STRING *option)
|
||||
{
|
||||
register TABLE_LIST *ptr;
|
||||
|
Reference in New Issue
Block a user