mirror of https://github.com/MariaDB/server
Browse Source
This is another follow-up fix to
commit b393e2cb0c
which turned out to be still broken.
Replace the C++11 keyword 'constexpr' with #define.
debug_sync_t::str: Remove the zero-length array.
Replace sync->str with reinterpret_cast<char*>(&sync[1]).
pull/1127/head
4 changed files with 10 additions and 12 deletions
Loading…
Reference in new issue