mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
client/mysqltest.c
added send/reap/dirty_close include/mysql.h mysql_send_query()/mysql_reap_query() libmysql/libmysql.c mysql_send_query()/mysql_reap_query() mysys/my_vsnprintf.c fixed critical bug that codedumped when connection aborted sql/sql_parse.cc 0 mysql-test/r/dirty-close.result New BitKeeper file ``mysql-test/r/dirty-close.result'' mysql-test/t/dirty-close.test New BitKeeper file ``mysql-test/t/dirty-close.test''
This commit is contained in:
@ -408,7 +408,7 @@ pthread_handler_decl(handle_one_connection,arg)
|
||||
{
|
||||
sql_print_error(ER(ER_NEW_ABORTING_CONNECTION),
|
||||
thd->thread_id,(thd->db ? thd->db : "unconnected"),
|
||||
thd->user,
|
||||
thd->user ? thd->user : "unauthenticated",
|
||||
(thd->host ? thd->host : thd->ip ? thd->ip : "unknown"),
|
||||
(net->last_errno ? ER(net->last_errno) :
|
||||
ER(ER_UNKNOWN_ERROR)));
|
||||
|
Reference in New Issue
Block a user