Below is the list of changes that have just been committed into a local
5.0 repository of cmiller. When cmiller 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@stripped, 2007-04-02 09:30:56-04:00, cmiller@stripped +1 -0
Removed unnecessary, problematic debug statement.
sql/sql_parse.cc@stripped, 2007-04-02 09:30:54-04:00, cmiller@stripped +0 -1
Removed unnecessary, problematic debug statement.
# 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: cmiller
# Host: zippy.cornsilk.net
# Root: /home/cmiller/work/mysql/mysql-5.0-comeng
--- 1.598/sql/sql_parse.cc 2007-03-23 09:53:06 -04:00
+++ 1.599/sql/sql_parse.cc 2007-04-02 09:30:54 -04:00
@@ -140,7 +140,6 @@
if (thd->options & (OPTION_NOT_AUTOCOMMIT | OPTION_BEGIN |
OPTION_TABLE_LOCK))
{
- DBUG_PRINT("info",("options: 0x%llx", thd->options));
/* Safety if one did "drop table" on locked tables */
if (!thd->locked_tables)
thd->options&= ~OPTION_TABLE_LOCK;
| Thread |
|---|
| • bk commit into 5.0 tree (cmiller:1.2425) | Chad MILLER | 2 Apr |