From 0780f0bf98f2232c744800b0466376ee39cceb65 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 4 Feb 2008 06:49:15 +0100 Subject: [PATCH] Minor fix to make rpl_loaddata_map pass without warnings. mysql-test/suite/rpl/t/rpl_loaddata_map-master.opt: Correcting read_buffer_size to be a multiple of 4KiB since a warning is generated otherwise. --- mysql-test/suite/rpl/t/rpl_loaddata_map-master.opt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/suite/rpl/t/rpl_loaddata_map-master.opt b/mysql-test/suite/rpl/t/rpl_loaddata_map-master.opt index f3c797b19c8..831680eb5ef 100644 --- a/mysql-test/suite/rpl/t/rpl_loaddata_map-master.opt +++ b/mysql-test/suite/rpl/t/rpl_loaddata_map-master.opt @@ -1 +1 @@ ---read_buffer_size=9K --max_allowed_packet=8K +--read_buffer_size=12K --max_allowed_packet=8K