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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user