mariadb/client
He Zhenxing 51a9116638 BUG#37145 Killing a statement doing DDL may log binlog event with error code 1053
When the thread executing a DDL was killed after finished its
execution but before writing the binlog event, the error code in
the binlog event could be set wrongly to ER_SERVER_SHUTDOWN or
ER_QUERY_INTERRUPTED.

This patch fixed the problem by ignoring the kill status when
constructing the event for DDL statements.

This patch also included the following changes in order to
provide the test case.

 1) modified mysqltest to support variable for connection command

 2) modified mysql-test-run.pl, add new variable MYSQL_SLAVE to
    run mysql client against the slave mysqld.
2009-03-27 13:19:50 +08:00
..
.cvsignore
client_priv.h
CMakeLists.txt
completion_hash.cc
completion_hash.h
echo.c
get_password.c
Makefile.am
my_readline.h Fix for bug#41486: extra character appears in BLOB for every 2009-03-18 11:18:24 +03:00
mysql.cc auto-merge 2009-03-23 05:21:45 +01:00
mysql_upgrade.c Bug#29125 Windows Server X64: so many compiler warnings 2009-02-10 17:47:54 -05:00
mysqladmin.cc Bug#29125 Windows Server X64: so many compiler warnings 2009-02-10 17:47:54 -05:00
mysqlbinlog.cc Bug#29125 Windows Server X64: so many compiler warnings 2009-02-10 17:47:54 -05:00
mysqlcheck.c Bug#29125 Windows Server X64: so many compiler warnings 2009-02-10 17:47:54 -05:00
mysqldump.c auto-merge 2009-03-19 09:58:56 -04:00
mysqlimport.c
mysqlmanager-pwgen.c Bug #42434: license of mysys MD5 implementation is not GPL-compatible 2009-03-09 20:57:03 +02:00
mysqlmanagerc.c
mysqlshow.c
mysqltest.c BUG#37145 Killing a statement doing DDL may log binlog event with error code 1053 2009-03-27 13:19:50 +08:00
readline.cc Fix for bug#41486: extra character appears in BLOB for every 2009-03-18 11:18:24 +03:00
sql_string.cc auto-merge 2009-03-19 09:44:58 -04:00
sql_string.h