mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge 10.2 into bb-10.2-ext
This commit is contained in:
@ -2287,8 +2287,8 @@ bool create_internal_tmp_table(TABLE *table, KEY *keyinfo,
|
||||
TMP_ENGINE_COLUMNDEF **recinfo,
|
||||
ulonglong options);
|
||||
bool instantiate_tmp_table(TABLE *table, KEY *keyinfo,
|
||||
MARIA_COLUMNDEF *start_recinfo,
|
||||
MARIA_COLUMNDEF **recinfo,
|
||||
TMP_ENGINE_COLUMNDEF *start_recinfo,
|
||||
TMP_ENGINE_COLUMNDEF **recinfo,
|
||||
ulonglong options);
|
||||
bool open_tmp_table(TABLE *table);
|
||||
void setup_tmp_table_column_bitmaps(TABLE *table, uchar *bitmaps);
|
||||
|
Reference in New Issue
Block a user