Below is the list of changes that have just been committed into a local
4.1 repository of bell. When bell 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://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.2176 04/12/13 08:45:00 bell@stripped +1 -0
initialize variables (addition for BUG#7079)
sql/item.cc
1.181 04/12/13 08:44:57 bell@stripped +2 -2
initialize variables
# 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: bell
# Host: sanja.is.com.ua
# Root: /home/bell/mysql/bk/work-ref-4.1
--- 1.180/sql/item.cc Sat Dec 11 17:12:11 2004
+++ 1.181/sql/item.cc Mon Dec 13 08:44:57 2004
@@ -1372,7 +1372,7 @@
bool Item_field::fix_fields(THD *thd, TABLE_LIST *tables, Item **ref)
{
- enum_parsing_place place;
+ enum_parsing_place place= NO_MATTER;
DBUG_ASSERT(fixed == 0);
if (!field) // If field is not checked
{
@@ -2044,7 +2044,7 @@
{
DBUG_ASSERT(fixed == 0);
uint counter;
- enum_parsing_place place;
+ enum_parsing_place place= NO_MATTER;
bool not_used;
if (!ref)
{
| Thread |
|---|
| • bk commit into 4.1 tree (bell:1.2176) | sanja | 13 Dec |