1
0
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:
gkodinov/kgeorge@magare.gmz
2007-07-23 19:09:48 +03:00
parent 6a5b7b6a15
commit 07acfcf557
5 changed files with 15 additions and 15 deletions

View File

@ -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;