diff options
author | sasha@mysql.sashanet.com <> | 2000-11-03 19:31:22 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2000-11-03 19:31:22 -0700 |
commit | 67eef6a571894d800b2eae1502b0da3cbf254930 (patch) | |
tree | b82e8a106a0207262ddbd495242322e06a1bc41f /.bzrignore | |
parent | 60cdfe07f77708ba8a391ea84448dfa66b81da9a (diff) | |
download | mariadb-git-67eef6a571894d800b2eae1502b0da3cbf254930.tar.gz |
sql/slave.cc
mutex now initialized in the constructor
sql/sql_class.h
intialize MASTER_INFO mutex in the constructor
sql/sql_repl.cc
fixed typo in error message
if the user does not specify offset in CHANGE MASTER TO, set it to skip magic number
repl-tests/test-repl-ts/repl-timestamp.master.reject
New BitKeeper file ``repl-tests/test-repl-ts/repl-timestamp.master.reject''
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index df51ff83850..ba1c287dae1 100644 --- a/.bzrignore +++ b/.bzrignore @@ -172,3 +172,4 @@ mysql-test/var/lib/test/elt_ck1.MYI mysql-test/var/lib/test/elt_ck2.frm mysql-test/var/lib/test/elt_ck2.MYD mysql-test/var/lib/test/elt_ck2.MYI +repl-tests/test-repl-ts/repl-timestamp.master.reject |