mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Remove redundant code in opt_range.cc: print_key_value()
This commit is contained in:
@ -15926,15 +15926,6 @@ static void print_key_value(String *out, const KEY_PART_INFO *key_part,
|
|||||||
{
|
{
|
||||||
field= key_part->field;
|
field= key_part->field;
|
||||||
store_length= key_part->store_length;
|
store_length= key_part->store_length;
|
||||||
if (field->flags & BLOB_FLAG)
|
|
||||||
{
|
|
||||||
// Byte 0 of a nullable key is the null-byte. If set, key is NULL.
|
|
||||||
if (field->real_maybe_null() && *key)
|
|
||||||
{
|
|
||||||
out->append(STRING_WITH_LEN("NULL"));
|
|
||||||
goto next;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (field->real_maybe_null())
|
if (field->real_maybe_null())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user