diff options
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 6bc01119508..015694ca71f 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -7463,5 +7463,10 @@ public: extern THD_list server_threads; + +void setup_tmp_table_column_bitmaps(TABLE *table, uchar *bitmaps); +void +setup_tmp_table_column_bitmaps(TABLE *table, uchar *bitmaps, uint field_count); + #endif /* MYSQL_SERVER */ #endif /* SQL_CLASS_INCLUDED */ |