diff options
author | gkodinov@dl145s.mysql.com <> | 2006-09-28 14:52:09 +0200 |
---|---|---|
committer | gkodinov@dl145s.mysql.com <> | 2006-09-28 14:52:09 +0200 |
commit | 7a84e12442bb85969b19f063f53fe2cd81c86a30 (patch) | |
tree | c69fa4af005f2b3e0c0f5180d9c1e86dcca48c8c /sql/item.cc | |
parent | 3abb6043337598a94eccbf201dde11962dbfe9d5 (diff) | |
parent | 16f59a5e56ba8c0da8eea53e7b3379040207c201 (diff) | |
download | mariadb-git-7a84e12442bb85969b19f063f53fe2cd81c86a30.tar.gz |
Merge bk-internal:/home/bk/mysql-5.1-opt
into dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.1-opt
Diffstat (limited to 'sql/item.cc')
-rw-r--r-- | sql/item.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/item.cc b/sql/item.cc index 2ff5a87ba8f..ccbe2b340d5 100644 --- a/sql/item.cc +++ b/sql/item.cc @@ -5711,11 +5711,6 @@ void Item_trigger_field::cleanup() } -/* - If item is a const function, calculate it and return a const item - The original item is freed if not returned -*/ - Item_result item_cmp_type(Item_result a,Item_result b) { if (a == STRING_RESULT && b == STRING_RESULT) |