Below is the list of changes that have just been committed into a local
5.0 repository of tomash. When tomash 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, 2006-08-25 11:34:13+04:00, kroki@stripped +1 -0
Comment cleanup after push of bug#21166.
sql/item.cc@stripped, 2006-08-25 11:34:09+04:00, kroki@stripped +7 -7
Comment cleanup after push of bug#21166.
# 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: kroki
# Host: moonlight.intranet
# Root: /home/tomash/src/mysql_ab/mysql-5.0
--- 1.231/sql/item.cc 2006-08-25 11:34:19 +04:00
+++ 1.232/sql/item.cc 2006-08-25 11:34:19 +04:00
@@ -421,11 +421,10 @@ void Item::rename(char *new_name)
/*
- transform() - traverse item tree possibly transforming it (replacing
- items)
+ Traverse item tree possibly transforming it (replacing items).
SYNOPSIS
- transform()
+ Item::transform()
transformer functor that performs transformation of a subtree
arg opaque argument passed to the functor
@@ -450,9 +449,9 @@ void Item::rename(char *new_name)
it, please use Item::walk() instead.
- RETURN
+ RETURN VALUE
Returns pointer to the new subtree root. THD::change_item_tree()
- should be called for it if transformation took place, i.e. if
+ should be called for it if transformation took place, i.e. if a
pointer to newly allocated item is returned.
*/
@@ -5339,9 +5338,10 @@ int Item_default_value::save_in_field(Fi
/*
- This method like the walk method traverses the item tree, but at
- the same time it can replace some nodes in the tree
+ This method like the walk method traverses the item tree, but at the
+ same time it can replace some nodes in the tree
*/
+
Item *Item_default_value::transform(Item_transformer transformer, byte *args)
{
DBUG_ASSERT(!current_thd->is_stmt_prepare());
| Thread |
|---|
| • bk commit into 5.0 tree (kroki:1.2245) BUG#21166 | kroki | 25 Aug |