mirror of https://github.com/MariaDB/server
Browse Source
String inherits from Sql_alloc, so it's allocated on the thd's memroot, this cannot be done per row. Moved String[] allocation into the Item_func_sformat constructor (not fix_fields(), because we want it on the same memroot where the item is).bb-10.7-kevgs
4 changed files with 36 additions and 12 deletions
Loading…
Reference in new issue