Justin do you have a bug case open? If yes can you reference the #?On Thu, Jul 9, 2015 at 7:04 PM, Justin Swanhart <greenlion@gmail.com> wrote:These MySQLbinlog features are extremely important. It is extra ridiculous that I have to force users to use Oracle mysqlbinlog with MariaDB to decode DECIMAL. It is silly and stupid and sad.
Sent from my iPhoneThinking of something else, would the MaxScale Binlog Server module satisfy your use case? I'm not 100% sure of what you need. If you need to stream binlogs, Binlog Server can do that.-GLOn Thu, Jul 9, 2015 at 6:28 PM, <Rhys.Campbell@swisscom.com> wrote:Thanks but it's not going to work for my use case.
Rhys
Sent from my Samsung Galaxy smartphone.
-------- Original message --------From: Justin Swanhart <greenlion@gmail.com>Date: 09/07/2015 18:20 (GMT+01:00)To: "Campbell Rhys, INI-TPD-QPM" <Rhys.Campbell@swisscom.com>Subject: Re: [Maria-discuss] mysqlbinlog
I use non-MariaDB mysqlbinlog with MariaDB all the time. Flexviews users needs to use the MySQL version because MariaDB mysqlbinlog does not properly decide DECIMAL columns when displaying RBR with -v
Sent from my iPhoneHello All,
I’ve been playing with mysqlbinlog today. I’m Looking at performing backups of the binary logs.
The MariaDB mysqlbinlog lags behind the MySQL version in the sense it’s missing a few features. Namely the ability to ‘tail’ a live binary log…
mysqlbinlog --read-from-remote-server --host=host_name --raw
--stop-never binlog.000999
I haven’t fully tested this but running the MySQL version against MariaDB doesn’t appear viable. I’m probably going to fall back to a FLUSH LOGS / file copy solution for the moment.
What would be the chances of back-porting these features into the MariaDB version?
Cheers,
Rhys
_______________________________________________
Mailing list: https://launchpad.net/~maria-discuss
Post to : maria-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-discuss
More help : https://help.launchpad.net/ListHelp
_______________________________________________
Mailing list: https://launchpad.net/~maria-discuss
Post to : maria-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-discuss
More help : https://help.launchpad.net/ListHelp
----