1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-04 17:23:46 +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 #endif
#ifndef EMBEDDED_LIBRARY #ifndef EMBEDDED_LIBRARY
mysql_audit_init_thd(this); mysql_audit_init_thd(this);
net.vio=0;
#endif #endif
net.vio=0;
client_capabilities= 0; // minimalistic client client_capabilities= 0; // minimalistic client
ull=0; ull=0;
system_thread= NON_SYSTEM_THREAD; system_thread= NON_SYSTEM_THREAD;