summaryrefslogtreecommitdiff
path: root/BitKeeper
diff options
context:
space:
mode:
authorunknown <nick@mysql.com>2002-10-07 15:42:10 -0600
committerunknown <nick@mysql.com>2002-10-07 15:42:10 -0600
commit642b759333e1c4d210b2a9b6687c1021324c7627 (patch)
tree9997d085fbe0c80ca2c5861d96de3a8da03bbae6 /BitKeeper
parent18585d178d6cbf8364c11da5973531681ac26879 (diff)
downloadmariadb-git-642b759333e1c4d210b2a9b6687c1021324c7627.tar.gz
fixed race that caused sig11s on simultaneous FLUSH LOGS
(possibly also fixes binlog filename corruption problems--hasn't been reproduced since) sql/log.cc: Fixed race caused by calling MYSQL_LOG::is_open() outside of critical section. sql/sql_parse.cc: added missing args to calls to MYSQL_LOG::new_file(bool) BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'BitKeeper')
-rw-r--r--BitKeeper/etc/logging_ok1
1 files changed, 1 insertions, 0 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok
index 2e089f1b96a..e85dfeb876f 100644
--- a/BitKeeper/etc/logging_ok
+++ b/BitKeeper/etc/logging_ok
@@ -30,3 +30,4 @@ zak@balfor.local
bar@bar.mysql.r18.ru
paul@teton.kitebird.com
serg@build.mysql2.com
+nick@mysql.com