mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
A BINARY field is represented by the Field_string class. The space character is used as the filler for unused characters in such a field. But a BINARY field should use \x00 instead. Field_string:reset() now detects whether the current field is a BINARY one and if so uses the \x00 character as a default value filler.
61 KiB
61 KiB