From 4b2e8d5310aa7756fb0993159f5a0aa5f85cc57b Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 25 Oct 2002 13:58:32 +0500 Subject: BINARY charset is now used instead of binary_flag --- sql/item_buff.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/item_buff.cc') diff --git a/sql/item_buff.cc b/sql/item_buff.cc index b55a4dc66a0..7b8976bb572 100644 --- a/sql/item_buff.cc +++ b/sql/item_buff.cc @@ -56,7 +56,7 @@ bool Item_str_buff::cmp(void) } else if (null_value) return 0; // new and old value was null - else if (!item->binary) + else if (!item->binary()) tmp= sortcmp(&value,res) != 0; else tmp= stringcmp(&value,res) != 0; -- cgit v1.2.1