diff options
author | unknown <gkodinov/kgeorge@magare.gmz> | 2007-07-23 19:09:48 +0300 |
---|---|---|
committer | unknown <gkodinov/kgeorge@magare.gmz> | 2007-07-23 19:09:48 +0300 |
commit | 54c9742922864ee711e024bb93307c553d66fb38 (patch) | |
tree | 86713572e653132a2684b616296b150dcba45fb6 /sql/table.h | |
parent | 5b0f4a172b458d8fdca24477d19c4b5c1535def4 (diff) | |
download | mariadb-git-54c9742922864ee711e024bb93307c553d66fb38.tar.gz |
coding style fix : Index_hint
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/table.h b/sql/table.h index 494b74d564c..a276a9f32fd 100644 --- a/sql/table.h +++ b/sql/table.h @@ -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 */ /* |