summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
diff options
context:
space:
mode:
authorunknown <jcole@abel.spaceapes.com>2001-03-14 07:15:45 -0600
committerunknown <jcole@abel.spaceapes.com>2001-03-14 07:15:45 -0600
commitbf7cf461c7d14278e2020f79d45106e8a6553f6e (patch)
treee7dfccda5cff6fea865f644da997138ac44495c1 /sql/sql_class.cc
parent83a178cb4d7139804e2d382ec545e1963db25f89 (diff)
downloadmariadb-git-bf7cf461c7d14278e2020f79d45106e8a6553f6e.tar.gz
Reversed SQL_ANSI_MODE per Monty's request.
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r--sql/sql_class.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc
index 107073951b0..925061594a9 100644
--- a/sql/sql_class.cc
+++ b/sql/sql_class.cc
@@ -135,10 +135,6 @@ THD::THD():user_time(0),fatal_error(0),last_insert_id_used(0),
}
#endif
- // copy global state map into thread
- for(int x=0; x < 256; x++)
- state_map[x] = global_state_map[x];
-
#ifdef __WIN__
real_id = 0 ;
#endif