mariadb/mysql-test/suite/binlog
Davi Arnaut 35ffaf10e3 Bug#34306: Can't make copy of log tables when server binary log is enabled
The problem is that when statement-based replication was enabled,
statements such as INSERT INTO .. SELECT FROM .. and CREATE TABLE
.. SELECT FROM need to grab a read lock on the source table that
does not permit concurrent inserts, which would in turn be denied
if the source table is a log table because log tables can't be
locked exclusively.

The solution is to not take such a lock when the source table is
a log table as it is unsafe to replicate log tables under statement
based replication. Furthermore, the read lock that does not permits
concurrent inserts is now only taken if statement-based replication
is enabled and if the source table is not a log table.
2008-09-29 10:53:40 -03:00
..
r Bug#34306: Can't make copy of log tables when server binary log is enabled 2008-09-29 10:53:40 -03:00
std_data Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1 2008-02-07 12:38:13 +01:00
t Bug#34306: Can't make copy of log tables when server binary log is enabled 2008-09-29 10:53:40 -03:00
combinations Eliminating compiler warnings. 2008-03-25 15:20:42 +01:00