1
0
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:
serg@janus.mylan
2007-07-30 19:56:02 +02:00
parent 94820f1976
commit f451ac1f96
4 changed files with 3 additions and 16 deletions

View File

@ -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);