Commit d76c8070 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix crashes in windows-embedded

parent ed946a7e
...@@ -814,8 +814,8 @@ THD::THD() ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment