mirror of https://github.com/MariaDB/server
Browse Source
Problem:
Field_set::val_str in case of an empty SET value
returned a String with str_length==0 and Ptr==0,
which is not expected by some pieces of the code.
Fix:
Returning an empty string with str_length==0 and Ptr=="",
like Field_enum does.
pull/73/head
3 changed files with 21 additions and 2 deletions
Loading…
Reference in new issue