mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch 'github/10.3' into bb-10.3-temporal
This commit is contained in:
@ -2348,8 +2348,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