diff options
author | unknown <lars@mysql.com> | 2005-09-01 17:58:00 +0200 |
---|---|---|
committer | unknown <lars@mysql.com> | 2005-09-01 17:58:00 +0200 |
commit | f8aadb60947b6f94ffd6ddec77036091593b54a9 (patch) | |
tree | ab7c761fb3972c2af8302d0721af4fcae4e11b85 /sql/sql_parse.cc | |
parent | 20108d6f4bb3003dfb7edec9e4319e89d86dbfa9 (diff) | |
download | mariadb-git-f8aadb60947b6f94ffd6ddec77036091593b54a9.tar.gz |
BUG#12542: Added comments
sql/log_event.cc:
Added comments
sql/sql_parse.cc:
Added comments
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r-- | sql/sql_parse.cc | 3 |
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). */ |