1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
sven@riska.(none) 81b1d712bf BUG#31168: @@hostname does not replicate
Problem: in mixed and statement mode, a query that refers to a
system variable will use the slave's value when replayed on
slave. So if the value of a system variable is inserted into a
table, the slave will differ from the master.
Fix: mark statements that refer to a system variable as "unsafe",
meaning they will be replicated by row in mixed mode and produce a warning
in statement mode. There are some exceptions: some variables are actually
replicated. Those should *not* be marked as unsafe.
BUG#34732: mysqlbinlog does not print default values for auto_increment variables
Problem: mysqlbinlog does not print default values for some variables,
including auto_increment_increment and others. So if a client executing
the output of mysqlbinlog has different default values, replication will
be wrong.
Fix: Always print default values for all variables that are replicated.
I need to fix the two bugs at the same time, because the test cases would
fail if I only fixed one of them.
2008-03-07 13:59:36 +01:00
..
2007-08-07 05:35:20 -04:00
2007-08-02 12:45:56 -07:00
2007-07-23 23:35:43 -07:00
2007-11-01 12:30:03 -07:00
2007-07-06 11:35:10 -07:00
2007-09-26 12:45:08 +02:00
2007-11-24 15:02:29 +04:00
2008-02-04 19:55:36 +01:00
2007-07-11 18:45:35 -07:00
2007-11-02 13:40:34 +03:00
2007-08-31 16:59:07 +05:00
2007-08-31 16:59:07 +05:00
2007-11-20 20:15:20 +04:00
2008-02-07 12:00:48 -07:00
2008-01-07 21:06:18 +01:00
2007-09-24 12:42:44 +02:00
2007-08-22 15:43:16 +03:00
2007-11-26 22:21:46 +03:00
2007-07-15 21:51:36 +04:00