From 6adaff23a4b2170f59dda27cd5b897adb40c2542 Mon Sep 17 00:00:00 2001 From: "monty@mysql.com" <> Date: Tue, 31 Aug 2004 14:35:04 +0300 Subject: Review of new pushed code (Indentation fixes and simple optimizations) Use 'mysqltest' as test database instead of test_$1 or test1,test2 to not accidently delete an important database Safety fix for mailformed MERGE files --- sql/lock.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sql/lock.cc') diff --git a/sql/lock.cc b/sql/lock.cc index fab0a61e506..215059b8a46 100644 --- a/sql/lock.cc +++ b/sql/lock.cc @@ -779,7 +779,8 @@ void unlock_global_read_lock(THD *thd) (is_not_commit || \ global_read_lock_blocks_commit)) -bool wait_if_global_read_lock(THD *thd, bool abort_on_refresh, bool is_not_commit) +bool wait_if_global_read_lock(THD *thd, bool abort_on_refresh, + bool is_not_commit) { const char *old_message; bool result= 0, need_exit_cond; -- cgit v1.2.1