1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-24 14:48:09 +03:00
Files
mariadb/mysql-test/suite/rpl/r
unknown 010971a761 MDEV-6156: Parallel replication incorrectly caches charset between worker threads
Replication caches the character sets used in a query, to be able to quickly
reuse them for the next query in the common case of them not having changed.

In parallel replication, this caching needs to be per-worker-thread. The
code was not modified to handle this correctly, so the caching in one worker
could cause another worker to run a query using the wrong character set,
causing replication corruption.
2014-04-23 16:06:06 +02:00
..
2013-07-21 19:24:20 +02:00
2011-12-01 00:54:54 +00:00
2011-02-20 18:51:43 +02:00
2013-05-08 13:36:17 +04:00
2012-09-27 20:09:46 +02:00
2013-06-06 17:51:28 +02:00
2014-02-11 16:57:28 +02:00
2013-10-29 15:08:44 +01:00
2013-07-21 16:39:19 +02:00
2013-07-05 19:57:48 +04:00
2011-10-19 21:45:18 +02:00
2014-02-11 14:21:48 +01:00
2013-05-28 15:39:56 +02:00
2013-10-14 00:24:05 +03:00
2011-07-02 22:08:51 +02:00
c
2012-05-21 15:30:25 +02:00
2012-09-27 20:09:46 +02:00
2012-09-22 15:30:24 +03:00
2014-02-01 00:54:03 +01:00
2014-01-22 15:29:36 +01:00
2011-07-02 22:12:12 +02:00
2011-12-12 23:58:40 +01:00
2014-02-01 00:54:03 +01:00
2013-07-21 16:39:19 +02:00
2013-12-16 13:02:21 +01:00
2012-01-16 20:16:35 +01:00
2013-12-16 13:02:21 +01:00
2013-07-13 22:29:30 +02:00
2013-05-07 13:05:09 +02:00
2011-10-19 21:45:18 +02:00
2014-01-22 15:29:36 +01:00
2011-07-02 22:12:12 +02:00
2013-12-16 13:02:21 +01:00
2012-03-12 23:15:01 +00:00
2013-06-06 17:51:28 +02:00
2011-10-19 21:45:18 +02:00
2011-10-19 21:45:18 +02:00
2011-10-19 21:45:18 +02:00
2012-08-09 17:22:00 +02:00