mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
after-merge fix
This commit is contained in:
@ -1878,7 +1878,8 @@ int open_table_from_share(THD *thd, TABLE_SHARE *share, const char *alias,
|
|||||||
bzero((char*) bitmaps, bitmap_size*3);
|
bzero((char*) bitmaps, bitmap_size*3);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
outparam->no_replicate= test(outparam->file->ha_table_flags() &
|
outparam->no_replicate= outparam->file &&
|
||||||
|
test(outparam->file->ha_table_flags() &
|
||||||
HA_HAS_OWN_BINLOGGING);
|
HA_HAS_OWN_BINLOGGING);
|
||||||
thd->status_var.opened_tables++;
|
thd->status_var.opened_tables++;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user