summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2000-09-28 16:24:50 -0600
committerunknown <sasha@mysql.sashanet.com>2000-09-28 16:24:50 -0600
commitaf033a3255c41cc18246fcbca7e7215f16f574b1 (patch)
tree4910abb45b14da730ae90a0d22d7b18a4fc7135c /sql/sql_class.h
parent17d6b65a71afc72add70778178a1f79346a61a71 (diff)
downloadmariadb-git-af033a3255c41cc18246fcbca7e7215f16f574b1.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 sql/log_event.cc: added server id sql/log_event.h: added server id sql/mysql_priv.h: server id sql/mysqlbinlog.cc: server id sql/mysqld.cc: server id, --skip-slave-start, --replicate-rewrite-db sql/share/romanian/errmsg.sys: somehow got touched and bk thinks it is modified sql/slave.cc: server id, fixed typo in error message, cleaned up sql/sql_class.cc: server id in THD sql/sql_class.h: server id in THD
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index 9e4293c7b62..212a641f335 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -243,6 +243,7 @@ public:
ULL *ull;
struct st_my_thread_var *mysys_var;
enum enum_server_command command;
+ uint32 server_id;
const char *where;
char* last_nx_table; // last non-existent table, we need this for replication
char* last_nx_db; // database of the last nx table