mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
slave master.info FILE -> IO_CACHE
send_file() is more stack-friendly - changed large static buffer to alloc_root() fixed my_b_seek() to work with WRITE_CACHE test case to make sure the slave starts correctly after being stopped truncated words file so the replication tests will take less time mysql-test/r/3.23/rpl000001.b.result: truncated words file mysql-test/r/3.23/rpl000004.b.result: truncated words file mysql-test/std_data/words: truncated words file BitKeeper/etc/ignore: Added mysql-test/rpl000011.test mysql-test/var/lib/mysql-bin.007 sql/share/norwegian/errmsg.sys sql/share/norwegian-ny/errmsg.sys to the ignore list mysys/mf_iocache2.c: got my_b_seek() to work with WRITE_CACHE, at least the one used by the slave sql/share/romanian/errmsg.sys: accidently touched the file sql/slave.cc: converted FILE to IO_CACHE for master.info sql/slave.h: FILE -> IO_CACHE for master.info sql/sql_repl.cc: be nice to the stack - change a large stack buffer to be alloced with alloc_root in send_file()
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
sum(length(word))
|
||||
363634
|
||||
71
|
||||
|
@ -1,2 +1,2 @@
|
||||
count(*)
|
||||
45402
|
||||
10
|
||||
|
3
mysql-test/r/3.23/rpl000011.result
Normal file
3
mysql-test/r/3.23/rpl000011.result
Normal file
@ -0,0 +1,3 @@
|
||||
n
|
||||
1
|
||||
2
|
Reference in New Issue
Block a user