summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorserg@serg.mysql.com <>2002-10-25 22:07:04 +0000
committerserg@serg.mysql.com <>2002-10-25 22:07:04 +0000
commit1a1cafce63831cc81ea5e99d4ba82d48bd455236 (patch)
treea265b1027bdd9f187cbc41ed6c5c709d6793109e /libmysqld
parent3c570209df399cc24d1e5e454a8bc152ca284a81 (diff)
parentdede6634f675a213de62560f539f7af2e103b9f3 (diff)
downloadmariadb-git-1a1cafce63831cc81ea5e99d4ba82d48bd455236.tar.gz
merged
Diffstat (limited to 'libmysqld')
-rw-r--r--libmysqld/lib_sql.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmysqld/lib_sql.cc b/libmysqld/lib_sql.cc
index 42ad0021542..09681fa3a63 100644
--- a/libmysqld/lib_sql.cc
+++ b/libmysqld/lib_sql.cc
@@ -107,6 +107,7 @@ void start_embedded_conn1(NET * net)
thd->command=COM_SLEEP;
thd->version=refresh_version;
thd->set_time();
+ bzero(thd->scramble, sizeof(thd->scramble));
init_sql_alloc(&thd->mem_root,8192,8192);
check_connections1(thd);