mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 11:45:32 +02:00
Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql Docs/manual.texi: Auto merged sql/sql_parse.cc: Auto merged sql/sql_class.h: Auto merged
This commit is contained in:
commit
10d5f95eee
8 changed files with 89 additions and 34 deletions
|
|
@ -286,7 +286,10 @@ public:
|
|||
|
||||
ulong slave_proxy_id; // in slave thread we need to know in behalf of which
|
||||
// thread the query is being run to replicate temp tables properly
|
||||
|
||||
|
||||
// thread-specific state map for lex parser
|
||||
uchar state_map[256];
|
||||
|
||||
THD();
|
||||
~THD();
|
||||
bool store_globals();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue