mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
coding style fix : Index_hint
This commit is contained in:
@@ -754,7 +754,7 @@ public:
|
||||
(TABLE_LIST::join_using_fields != NULL)
|
||||
*/
|
||||
|
||||
class index_hint;
|
||||
class Index_hint;
|
||||
struct TABLE_LIST
|
||||
{
|
||||
TABLE_LIST() {} /* Remove gcc warning */
|
||||
@@ -826,7 +826,7 @@ struct TABLE_LIST
|
||||
*/
|
||||
TABLE_LIST *next_name_resolution_table;
|
||||
/* Index names in a "... JOIN ... USE/IGNORE INDEX ..." clause. */
|
||||
List<index_hint> *index_hints;
|
||||
List<Index_hint> *index_hints;
|
||||
TABLE *table; /* opened table */
|
||||
uint table_id; /* table id (from binlog) for opened table */
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user