mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
BINARY charset is now used instead of binary_flag
This commit is contained in:
parent
372b26e778
commit
e823751548
25 changed files with 199 additions and 226 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue