diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 851a8f4be33919c03e139ea2206f941f05e8cd8b..f01b377fd34d1ebe90c732a6170d163311ea17c2 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -87,3 +87,4 @@ worm@altair.is.lan zak@balfor.local zak@linux.local zgreant@mysql.com +hf@genie.(none) diff --git a/libmysqld/lib_sql.cc b/libmysqld/lib_sql.cc index 1afcc0d3147664882c68bf92f48216552e01a298..f50223c789f895ec1df18a992573fc0121b5865c 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);