summaryrefslogtreecommitdiff
path: root/sql/log.cc
diff options
context:
space:
mode:
authorunknown <mats@mysql.com>2005-02-23 23:01:51 +0100
committerunknown <mats@mysql.com>2005-02-23 23:01:51 +0100
commit91251238b462d8a20c668b9456f05b802376b28a (patch)
tree50ea9d2d04c9a37c31eaad0822a5dba5fcb2e39e /sql/log.cc
parent47ed1db7465f611603f899773aad6a7d1cd1f925 (diff)
parent7f1384543202edfe2a16702a484502eb7dcbac67 (diff)
downloadmariadb-git-91251238b462d8a20c668b9456f05b802376b28a.tar.gz
Bug#8412: merged from 4.1
sql/log.cc: Merge from 4.1
Diffstat (limited to 'sql/log.cc')
-rw-r--r--sql/log.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/log.cc b/sql/log.cc
index 8ecc1152d8e..b37d053dfd7 100644
--- a/sql/log.cc
+++ b/sql/log.cc
@@ -1737,7 +1737,9 @@ COLLATION_CONNECTION=%u,COLLATION_DATABASE=%u,COLLATION_SERVER=%u",
}
}
- /* Write the SQL command */
+ /*
+ Write the SQL command
+ */
if (event_info->write(file))
goto err;