1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-31 15:50:51 +03:00

fix for bug#16407 (EVENTS: sql_mode)

post-review fixes
This commit is contained in:
andrey@lmy004.
2006-02-21 02:40:23 +01:00
parent a1fdeb1386
commit 0ba2425caf
5 changed files with 23 additions and 19 deletions

View File

@@ -268,7 +268,7 @@ init_event_thread(THD* thd)
thd->client_capabilities= 0;
thd->security_ctx->master_access= 0;
thd->security_ctx->db_access= 0;
thd->security_ctx->host= (char*)my_localhost;
thd->security_ctx->host_or_ip= (char*)my_localhost;
my_net_init(&thd->net, 0);
thd->net.read_timeout = slave_net_timeout;
thd->slave_thread= 0;