bk commit into 4.1 tree (monty:1.2308) -
06-02-2005
, 05:05 PM
Below is the list of changes that have just been committed into a local
4.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/in...urce-tree.html
ChangeSet
1.2308 05/06/03 01:16:29 monty (AT) mysql (DOT) com +1 -0
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/my/mysql-4.1
sql/sql_parse.cc
1.439 05/06/03 01:16:27 monty (AT) mysql (DOT) com +0 -0
Auto merged
# 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.com
# Root: /home/my/mysql-4.1/RESYNC
--- 1.438/sql/sql_parse.cc 2005-06-02 04:44:52 +03:00
+++ 1.439/sql/sql_parse.cc 2005-06-03 01:16:27 +03:00
@@ -2515,11 +2515,6 @@
*/
start_waiting_global_read_lock(thd);
- // put tables back for PS rexecuting
- tables= lex->link_first_table_back(tables, create_table,
- create_table_local);
- break;
-
unsent_create_error:
// put tables back for PS rexecuting
tables= lex->link_first_table_back(tables, create_table,
@@ -3691,14 +3686,6 @@
if (thd->lock == thd->locked_tables)
thd->lock= 0;
}
- DBUG_VOID_RETURN;
-
- error1:
- /*
- Release the protection against the global read lock and wake
- everyone, who might want to set a global read lock.
- */
- start_waiting_global_read_lock(thd);
DBUG_VOID_RETURN;
}
--
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe: http://lists.mysql.com/internals?uns...ie.nctu.edu.tw |