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