1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Some post-merge cleaning, and made assert THD::store_globals() work at all times.

This commit is contained in:
pem@mysql.com
2005-11-24 19:13:13 +01:00
parent eae8414d35
commit 23cab491e9
3 changed files with 7 additions and 1 deletions

View File

@ -183,6 +183,7 @@ THD::THD()
spcont(NULL)
{
stmt_arena= this;
thread_stack= 0;
db= 0;
catalog= (char*)"std"; // the only catalog we have for now
main_security_ctx.init();