summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
diff options
context:
space:
mode:
authorlars@mysql.com <>2005-09-01 17:58:00 +0200
committerlars@mysql.com <>2005-09-01 17:58:00 +0200
commit9dd14fc38132022fa527076a75512d8a4b38ca39 (patch)
treeab7c761fb3972c2af8302d0721af4fcae4e11b85 /sql/sql_parse.cc
parent7fd89c85b7b326fbfcf67ed6a1f1e8c72b05029e (diff)
downloadmariadb-git-9dd14fc38132022fa527076a75512d8a4b38ca39.tar.gz
BUG#12542: Added comments
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r--sql/sql_parse.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc
index 8e457b67f00..94064d5ddfa 100644
--- a/sql/sql_parse.cc
+++ b/sql/sql_parse.cc
@@ -1998,7 +1998,8 @@ mysql_execute_command(THD *thd)
Exceptions are:
- SET: we always execute it (Not that many SET commands exists in
- the binary log anyway)
+ the binary log anyway -- only 4.1 masters write SET statements,
+ in 5.0 there are no SET statements in the binary log)
- DROP TEMPORARY TABLE IF EXISTS: we always execute it (otherwise we
have stale files on slave caused by exclusion of one tmp table).
*/