Below is the list of changes that have just been committed into a local
5.1 repository of knielsen. When knielsen does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2068 06/01/20 13:51:18 knielsen@stripped +1 -0
Fix formatting.
sql/log.cc
1.188 06/01/20 13:50:49 knielsen@stripped +8 -4
Fix formatting.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: knielsen
# Host: rt.int.sifira.dk
# Root: /usr/local/mysql/mysql-5.1-new
--- 1.187/sql/log.cc 2006-01-20 12:33:53 +01:00
+++ 1.188/sql/log.cc 2006-01-20 13:50:49 +01:00
@@ -112,7 +112,8 @@
SYNOPSIS
open_log_table()
- log_type type of the log table to open: QUERY_LOG_GENERAL or QUERY_LOG_SLOW
+ log_type type of the log table to open: QUERY_LOG_GENERAL
+ or QUERY_LOG_SLOW
DESCRIPTION
@@ -245,7 +246,8 @@
SYNOPSIS
reopen_log_table()
- log_type type of the log table to open: QUERY_LOG_GENERAL or QUERY_LOG_SLOW
+ log_type type of the log table to open: QUERY_LOG_GENERAL
+ or QUERY_LOG_SLOW
DESCRIPTION
@@ -878,7 +880,8 @@
unlock_table_name(thd, close_slow_log);
unlock_table_name(thd, close_general_log);
VOID(pthread_mutex_unlock(&LOCK_open));
- return reopen_log_table(QUERY_LOG_SLOW) || reopen_log_table(QUERY_LOG_GENERAL);
+ return reopen_log_table(QUERY_LOG_SLOW) ||
+ reopen_log_table(QUERY_LOG_GENERAL);
}
/* the parameters are unused for the log tables */
@@ -923,7 +926,8 @@
SYNOPSIS
close_log_table()
- log_type type of the log table to close: QUERY_LOG_GENERAL or QUERY_LOG_SLOW
+ log_type type of the log table to close: QUERY_LOG_GENERAL
+ or QUERY_LOG_SLOW
lock_in_use Set to TRUE if the caller owns LOCK_open. FALSE otherwise.
DESCRIPTION
| Thread |
|---|
| • bk commit into 5.1 tree (knielsen:1.2068) | knielsen | 20 Jan |