mirror of
https://github.com/MariaDB/server.git
synced 2025-11-09 11:41:36 +03:00
Bug was introduced in this commit:
commit: a9ca819897
Call alloc() instead of realloc()
Use alloc() if we don't need original string (avoid copy)
Removed not needed test of str_length in sql_string.cc
copy_if_not_alloced() was forgotten when changing realloc()'s to alloc()'s.
Changing it now.
32 KiB
32 KiB