1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/include
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
..
2008-01-11 20:34:36 -02:00
2008-06-17 17:57:04 +05:30
2007-07-23 23:54:55 +02:00
2008-07-18 19:21:54 +05:30
2008-04-28 14:58:32 -04:00
2008-08-23 07:47:43 +05:00
2008-08-23 07:47:43 +05:00
2008-08-08 14:30:05 +05:30
2007-03-02 08:43:45 -08:00