mirror of
https://github.com/MariaDB/server.git
synced 2025-11-09 11:41:36 +03:00
We have "set" variables, which can accept empty values (like sql_mode), and which can not (like log_output). The problem was that the code does not distinguish them and allow empty values for every set variable. The fix is to introduce an attribute of a set variable telling whether it can accept empty values.
36 KiB
36 KiB