mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
This commit is contained in:
@ -80,7 +80,7 @@ bool compare_record(const TABLE *table)
|
||||
{
|
||||
if (field->real_maybe_null())
|
||||
{
|
||||
uchar null_byte_index= field->null_ptr - table->record[0];
|
||||
uchar null_byte_index= (uchar)(field->null_ptr - table->record[0]);
|
||||
|
||||
if (((table->record[0][null_byte_index]) & field->null_bit) !=
|
||||
((table->record[1][null_byte_index]) & field->null_bit))
|
||||
|
Reference in New Issue
Block a user