mariadb/storage/innobase/srv
Marko Mäkelä 38736928e7 Fix -std=c++98 -Wzero-length-array
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]).
2019-10-11 21:26:16 +03:00
..
srv0conc.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
srv0mon.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
srv0srv.cc Fix -std=c++98 -Wzero-length-array 2019-10-11 21:26:16 +03:00
srv0start.cc Rename log_make_checkpoint_at() to log_make_checkpoint() 2019-10-09 18:47:14 +03:00