Below is the list of changes that have just been committed into a local
5.1 repository of monty. When monty 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.2222 06/06/21 13:24:06 monty@stripped +1 -0
Fixed typo that was forgot in last changeset.
sql/sql_parse.cc
1.563 06/06/21 13:24:02 monty@stripped +1 -1
Fixed typo that was forgot in last changeset.
# 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: monty
# Host: narttu.mysql.fi
# Root: /home/my/mysql-5.1
--- 1.562/sql/sql_parse.cc 2006-06-20 13:20:28 +03:00
+++ 1.563/sql/sql_parse.cc 2006-06-21 13:24:02 +03:00
@@ -699,7 +699,7 @@
bool is_update_query(enum enum_sql_command command)
{
DBUG_ASSERT(command >= 0 && command <= SQLCOM_END);
- return (sql_command_flags[command] & CF_CHANGES_DATA) == 0;
+ return (sql_command_flags[command] & CF_CHANGES_DATA) != 0;
}
/*
| Thread |
|---|
| • bk commit into 5.1 tree (monty:1.2222) | monty | 21 Jun |