diff options
author | sasha@mysql.sashanet.com <> | 2000-09-28 16:24:50 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2000-09-28 16:24:50 -0600 |
commit | ea0f48ffb2515a8ca49b003799523b7e831cca2c (patch) | |
tree | 4910abb45b14da730ae90a0d22d7b18a4fc7135c /sql/mysqlbinlog.cc | |
parent | 1148accfa3e1b50df9ccc012f9db942cbf71f5d9 (diff) | |
download | mariadb-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/mysqlbinlog.cc')
-rw-r--r-- | sql/mysqlbinlog.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/mysqlbinlog.cc b/sql/mysqlbinlog.cc index dd34230bc1a..c7b31946349 100644 --- a/sql/mysqlbinlog.cc +++ b/sql/mysqlbinlog.cc @@ -29,6 +29,8 @@ #define CLIENT_CAPABILITIES (CLIENT_LONG_PASSWORD | CLIENT_LONG_FLAG | CLIENT_LOCAL_FILES) +char server_version[50]; +uint32 server_id = 0; // needed by net_serv.c ulong bytes_sent = 0L, bytes_received = 0L; |