mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3
This commit is contained in:
@@ -275,7 +275,7 @@ void ha_perfschema::use_hidden_primary_key(void)
|
||||
table->column_bitmaps_set_no_signal(&table->s->all_set, table->write_set);
|
||||
}
|
||||
|
||||
int ha_perfschema::update_row(const uchar *old_data, uchar *new_data)
|
||||
int ha_perfschema::update_row(const uchar *old_data, const uchar *new_data)
|
||||
{
|
||||
DBUG_ENTER("ha_perfschema::update_row");
|
||||
if (!pfs_initialized)
|
||||
|
Reference in New Issue
Block a user