1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Reversed SQL_ANSI_MODE per Monty's request.

This commit is contained in:
jcole@abel.spaceapes.com
2001-03-14 07:15:45 -06:00
parent fef4e75287
commit 84999eb5e2
9 changed files with 27 additions and 68 deletions

View File

@@ -285,9 +285,6 @@ 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();