1
0
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:
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

@@ -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 */
/*