diff options
author | igor@rurik.mysql.com <> | 2004-02-18 22:21:37 -0800 |
---|---|---|
committer | igor@rurik.mysql.com <> | 2004-02-18 22:21:37 -0800 |
commit | 09fa16424a9d5e35b1b7abbc912b0bdfc105f15f (patch) | |
tree | 930d3af069574ba2f718af7997089edaeb3b22fc /sql/item_row.h | |
parent | 76e94787a2ead0b2ab099262f76d1cfe4505cc82 (diff) | |
download | mariadb-git-09fa16424a9d5e35b1b7abbc912b0bdfc105f15f.tar.gz |
Many files:
After review fixes for Item_equal.
Diffstat (limited to 'sql/item_row.h')
-rw-r--r-- | sql/item_row.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_row.h b/sql/item_row.h index de6c18bf0d9..a550bce4b5a 100644 --- a/sql/item_row.h +++ b/sql/item_row.h @@ -71,7 +71,7 @@ public: void print(String *str); bool walk(Item_processor processor, byte *arg); - Item *traverse(Item_calculator calculator, byte *arg); + Item *transform(Item_transformer transformer, byte *arg); uint cols() { return arg_count; } Item* el(uint i) { return items[i]; } |