mirror of https://github.com/MariaDB/server
Browse Source
Since commit f52bf92014
the type
Sql_sort is non-trivial, because it includes a data member
Bounds_checked_array<SORT_FIELD> local_sortorder.
There still is no vtable, so memset() is safe to invoke, but
we must add a cast to silence a warning in GCC 8 or later.
pull/1439/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue