mariadb/client
Kristian Nielsen 312219cc63 MDEV-6364: Migrate a slave from MySQL 5.6 to MariaDB 10 break replication
MySQL 5.6 implemented WL#344, which is about a MASTER_DELAY option to CHANGE
MASTER. But as part of this worklog, the format of the realy-log.info file was
changed. The new format is not understood by earlier versions, and nor by
MariaDB 10.0, so changing server to those versions would cause the slave to
abort with an error due to reading incorrect data out of relay-log.info.

Fix this by backporting from the WL#344 patch just the code that understands
the new relay-log.info format. We still write out the old format, and none of
the MASTER_DELAY feature is backported with this commit.
2014-06-24 14:43:08 +02:00
..
async_example.c MWL#192: non-blocking client API, after-review fixes. 2012-01-06 12:43:18 +01:00
client_priv.h 10.0-base merge 2013-07-18 16:46:57 +02:00
CMakeLists.txt MDEV-5620 CMake option to compile against an external PCRE library 2014-03-04 01:22:53 +01:00
completion_hash.cc Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
completion_hash.h Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
echo.c Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
get_password.c mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00
my_readline.h MDEV-4297 mysql --binary-mode 2013-06-10 21:45:30 +02:00
mysql.cc 5.5 merge 2014-05-09 12:35:11 +02:00
mysql_plugin.c MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
mysql_upgrade.c 5.5 merge 2014-05-09 12:35:11 +02:00
mysqladmin.cc 10.0-base merge 2014-02-03 15:22:39 +01:00
mysqlbinlog.cc 10.0-base merge 2014-02-03 15:22:39 +01:00
mysqlcheck.c 5.5 merge 2014-02-25 16:04:35 +01:00
mysqldump.c 5.5 merge 2014-05-09 12:35:11 +02:00
mysqlimport.c 10.0-base merge 2014-02-03 15:22:39 +01:00
mysqlshow.c 10.0-base merge 2014-02-03 15:22:39 +01:00
mysqlslap.c 10.0-base merge 2014-02-03 15:22:39 +01:00
mysqltest.cc MDEV-6364: Migrate a slave from MySQL 5.6 to MariaDB 10 break replication 2014-06-24 14:43:08 +02:00
readline.cc MDEV-4297 mysql --binary-mode 2013-06-10 21:45:30 +02:00
sql_string.cc.dontuse mysql-5.5.31 merge 2013-05-07 13:05:09 +02:00
sql_string.h.dontuse mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00