Below is the list of changes that have just been committed into a local
4.1 repository of evgen. When evgen 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.2312 05/06/23 21:06:33 evgen@stripped +1 -0
sql_parse.cc:
Fix for fix for bug #9728
Error caused server hang on prepared insert ... select
sql/sql_parse.cc
1.447 05/06/23 21:01:38 evgen@stripped +0 -1
Fix for fix for bug #9728
Error caused server hang on prepared insert ... select
# 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: evgen
# Host: moonbone.local
# Root: /work/mysql-4.1-test
--- 1.446/sql/sql_parse.cc 2005-06-22 07:16:14 +04:00
+++ 1.447/sql/sql_parse.cc 2005-06-23 21:01:38 +04:00
@@ -2882,7 +2882,6 @@
}
else
res= -1;
- first_local_table->next= tables;
lex->select_lex.table_list.first= (byte*) first_local_table;
break;
}
| Thread |
|---|
| • bk commit into 4.1 tree (evgen:1.2312) BUG#9728 | eugene | 23 Jun |