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.
This commit is contained in:
unknown 2008-02-04 06:49:15 +01:00
parent eca6968963
commit 0780f0bf98

View File

@ -1 +1 @@
--read_buffer_size=9K --max_allowed_packet=8K
--read_buffer_size=12K --max_allowed_packet=8K