mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3
TODO: enable MDEV-13049 optimization for 10.3
This commit is contained in:
@ -112,6 +112,12 @@ int ha_sequence::open(const char *name, int mode, uint flags)
|
||||
}
|
||||
else
|
||||
table->m_needs_reopen= true;
|
||||
|
||||
/*
|
||||
The following is needed to fix comparison of rows in
|
||||
ha_update_first_row() for InnoDB
|
||||
*/
|
||||
memcpy(table->record[1], table->s->default_values, table->s->reclength);
|
||||
}
|
||||
DBUG_RETURN(error);
|
||||
}
|
||||
|
Reference in New Issue
Block a user