mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 21:25:36 +02:00
Less "default_charset_info"
This commit is contained in:
parent
ef9c226119
commit
d19ba004e4
6 changed files with 32 additions and 27 deletions
|
|
@ -99,7 +99,7 @@ bool Item_field_buff::cmp(void)
|
|||
{
|
||||
bool tmp= field->cmp(buff) != 0; // This is not a blob!
|
||||
if (tmp)
|
||||
field->get_image(buff,length);
|
||||
field->get_image(buff,length,field->charset());
|
||||
if (null_value != field->is_null())
|
||||
{
|
||||
null_value= !null_value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue