diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-12-07 10:14:28 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-12-07 10:14:28 -0700 |
commit | 4512b01c313047f80866530d4961a47aa8a89e9b (patch) | |
tree | 2fe182138b57b76e007f1481b3b85644cadfe3d5 /sql/log.cc | |
parent | 3e9523d2fa4bcc023a8c05b8ffac17fb17aefd7a (diff) | |
download | mariadb-git-4512b01c313047f80866530d4961a47aa8a89e9b.tar.gz |
ok, here comes the push - prepare to resolve conflicts! And lets hope bk can gracefully handle all of my renames
BitKeeper/etc/ignore:
Added mysql-test/var/lib/test/test3.frm mysql-test/var/lib/test/test3.MRG to the ignore list
mysql-test/t/mrg000001.test:
fixed paths
sql/log.cc:
fixed mutex problem
Diffstat (limited to 'sql/log.cc')
-rw-r--r-- | sql/log.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/log.cc b/sql/log.cc index 1c377ebc3a5..d87fdd1b7e5 100644 --- a/sql/log.cc +++ b/sql/log.cc @@ -596,7 +596,6 @@ bool MYSQL_LOG::write(THD *thd,enum enum_server_command command, sql_print_error(ER(ER_ERROR_ON_WRITE),name,error); } va_end(args); - VOID(pthread_mutex_unlock(&LOCK_log)); } VOID(pthread_mutex_unlock(&LOCK_log)); return error != 0; |