mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
sql/log.cc
fixed bug in find_first_log
sql/mysqlbinlog.cc
flose file only if we opened it
sql/slave.cc
changed spacing
sql/sql_repl.cc
fixed error message
sql/log.cc:
fixed bug in find_first_log
sql/mysqlbinlog.cc:
flose file only if we opened it
sql/slave.cc:
changed spacing
sql/sql_repl.cc:
fixed error message
BitKeeper/etc/ignore:
Added repl-tests/test-repl/foo-dump-slave.master. repl-tests/test-repl/sum-wlen-slave.master. repl-tests/test-repl/sum-wlen-slave.master.re to the ignore list
This commit is contained in:
parent
113fb0ffaa
commit
6e8c7df035
5 changed files with 14 additions and 6 deletions
|
|
@ -256,7 +256,7 @@ void mysql_binlog_send(THD* thd, char* log_ident, ulong pos, ushort flags)
|
|||
|
||||
if(pos < 4)
|
||||
{
|
||||
errmsg = "Contratulations! You have hit the magic number and can win \
|
||||
errmsg = "Congratulations! You have hit the magic number and can win \
|
||||
sweepstakes if you report the bug";
|
||||
goto err;
|
||||
}
|
||||
|
|
@ -291,6 +291,8 @@ sweepstakes if you report the bug";
|
|||
packet->length(0);
|
||||
packet->append("\0",1);
|
||||
}
|
||||
|
||||
|
||||
if(error != LOG_READ_EOF)
|
||||
{
|
||||
switch(error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue