mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch 'github/10.3' into bb-10.3-temporal
This commit is contained in:
@ -18358,7 +18358,7 @@ bool create_internal_tmp_table(TABLE *table, KEY *keyinfo,
|
||||
table->in_use->inc_status_created_tmp_disk_tables();
|
||||
table->in_use->inc_status_created_tmp_tables();
|
||||
share->db_record_offset= 1;
|
||||
table->created= TRUE;
|
||||
table->set_created();
|
||||
DBUG_RETURN(0);
|
||||
err:
|
||||
DBUG_RETURN(1);
|
||||
@ -18869,8 +18869,8 @@ int rr_sequential_and_unpack(READ_RECORD *info)
|
||||
*/
|
||||
|
||||
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)
|
||||
{
|
||||
if (table->s->db_type() == TMP_ENGINE_HTON)
|
||||
|
Reference in New Issue
Block a user