diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-11-03 19:31:22 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-11-03 19:31:22 -0700 |
commit | 745f1197f64244e9937f6354891044b6b57e78dc (patch) | |
tree | b82e8a106a0207262ddbd495242322e06a1bc41f /.bzrignore | |
parent | a1b03526fc2d5a7e38da93fa589e7cb55242d86d (diff) | |
download | mariadb-git-745f1197f64244e9937f6354891044b6b57e78dc.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''
BitKeeper/etc/ignore:
Added repl-tests/test-repl-ts/repl-timestamp.master.reject to the ignore list
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
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 |