1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-03 05:41:09 +03:00

Fix crashes in windows-embedded

This commit is contained in:
Vladislav Vaintroub
2012-01-02 11:43:22 +01:00
parent ed946a7e89
commit d76c80700d

View File

@@ -814,8 +814,8 @@ THD::THD()
#endif
#ifndef EMBEDDED_LIBRARY
mysql_audit_init_thd(this);
net.vio=0;
#endif
net.vio=0;
client_capabilities= 0; // minimalistic client
ull=0;
system_thread= NON_SYSTEM_THREAD;