summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2000-09-28 16:24:50 -0600
committersasha@mysql.sashanet.com <>2000-09-28 16:24:50 -0600
commitea0f48ffb2515a8ca49b003799523b7e831cca2c (patch)
tree4910abb45b14da730ae90a0d22d7b18a4fc7135c /sql/sql_class.cc
parent1148accfa3e1b50df9ccc012f9db942cbf71f5d9 (diff)
downloadmariadb-git-ea0f48ffb2515a8ca49b003799523b7e831cca2c.tar.gz
This one will not be pushed, I am committing to be able to pull in Monty's changes
added server id, mostly working added --skip-slave-start, working added --replicate-rewrite-db - just in the cmd line parses, currently noop
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r--sql/sql_class.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc
index 059b17c6d84..8ef4ec3aab4 100644
--- a/sql/sql_class.cc
+++ b/sql/sql_class.cc
@@ -83,6 +83,7 @@ THD::THD()
user_time=bootstrap=in_lock_tables=global_read_lock=0;
query_length=col_access=0;
query_error=0;
+ server_id = ::server_id;
server_status=SERVER_STATUS_AUTOCOMMIT;
next_insert_id=last_insert_id=0;
open_tables=temporary_tables=0;