1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fix Unix build

This commit is contained in:
Vladislav Vaintroub
2011-12-10 19:35:44 +01:00
parent e91bbca5fb
commit c439494942
3 changed files with 14 additions and 13 deletions

View File

@@ -766,6 +766,8 @@ THD::THD()
stmt_arena= this;
thread_stack= 0;
scheduler= thread_scheduler; // Will be fixed later
event_scheduler.data= 0;
event_scheduler.m_psi= 0;
extra_port= 0;
catalog= (char*)"std"; // the only catalog we have for now
main_security_ctx.init();