Below is the list of changes that have just been committed into a local
5.0 repository of kostja. When kostja 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.1847 05/03/23 20:43:23 konstantin@stripped +1 -0
Fix a valgrind warning spotted while trying to repeat Bug#7166
"Server crashes when running out of connections"
sql/sql_class.cc
1.172 05/03/23 20:43:16 konstantin@stripped +1 -0
thd->query_id is compared with thd->warn_id in push_warning,
THD::THD seems to be the best place to fix it.
# 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: konstantin
# Host: dragonfly.local
# Root: /media/sda1/mysql/mysql-5.0-7166
--- 1.171/sql/sql_class.cc 2005-03-09 22:49:40 +03:00
+++ 1.172/sql/sql_class.cc 2005-03-23 20:43:16 +03:00
@@ -193,6 +193,7 @@
variables.pseudo_thread_id= 0;
one_shot_set= 0;
file_id = 0;
+ query_id= 0;
warn_id= 0;
db_charset= global_system_variables.collation_database;
bzero(ha_data, sizeof(ha_data));
| Thread |
|---|
| • bk commit into 5.0 tree (konstantin:1.1847) BUG#7166 | konstantin | 23 Mar |