diff options
author | unknown <evgen@moonbone.local> | 2005-07-12 23:24:35 +0400 |
---|---|---|
committer | unknown <evgen@moonbone.local> | 2005-07-12 23:24:35 +0400 |
commit | df8f7a1f139d1b5b9a4f8ea4e70249d20e1f425a (patch) | |
tree | 6b6c4daa9cac4f3d04e44c27cda81755e8aa6fee /sql/item.h | |
parent | 954cc0906e618c55b7c88890726ce2949acbf06e (diff) | |
parent | 4c741718c378dc3259e1f0c2cdf7fcdbc421d7a7 (diff) | |
download | mariadb-git-df8f7a1f139d1b5b9a4f8ea4e70249d20e1f425a.tar.gz |
Merge
sql/item.cc:
Auto merged
sql/item.h:
Auto merged
mysql-test/r/view.result:
SCCS merged
mysql-test/t/view.test:
SCCS merged
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item.h b/sql/item.h index 12acb8dd28d..8a694a467ae 100644 --- a/sql/item.h +++ b/sql/item.h @@ -1524,6 +1524,7 @@ public: :Item_direct_ref(thd, item) {} bool fix_fields(THD *, Item **); + bool eq(const Item *item, bool binary_cmp) const; }; |