Thanks for the details Shawn.
So row based replication would avoid server side LOAD DATA on slave.
Unfortunately, the Master is using MySQL ver 5.0, so I don't think it can
use row based replication.
- thanks,
N
On Thu, Jan 30, 2014 at 7:48 AM, shawn l.green wrote:
> Hello Neubyr,
>
>
> On 1/
2014/01/29 16:16 -0800, neubyr
https://dev.mysql.com/doc/refman/5.0/en/replication-features-load.html -
Someone was not all awake when making this webpage up: four of the links under
"Table of Contents" point to this same page.
(I was looking because I was thinking about Neubyr
Hello Neubyr,
On 1/29/2014 7:16 PM, neubyr wrote:
I am trying to understand MySQL statement based replication with LOAD DATA
LOCAL INFILE statement'.
According to manual -
https://dev.mysql.com/doc/refman/5.0/en/replication-features-load.html -
LOAD DATA LOCAL INFILE is replicated as LOAD DATA