mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
handler::ha_write_row_no_binlog() hack removed,
existing table->no_replicate code is used instead
This commit is contained in:
@ -7716,6 +7716,7 @@ open_performance_schema_table(THD *thd, TABLE_LIST *one_table,
|
||||
DBUG_ASSERT(table->s->table_category == TABLE_CATEGORY_PERFORMANCE);
|
||||
/* Make sure all columns get assigned to a default value */
|
||||
table->use_all_columns();
|
||||
table->no_replicate= 1;
|
||||
}
|
||||
|
||||
DBUG_RETURN(table);
|
||||
|
Reference in New Issue
Block a user