mariadb/storage/innobase/handler
Marko Mäkelä 0b2241aebc MDEV-26443 HAVE_C99_INITIALIZERS is not applicable to C++
Designated initializers were introduced in ISO/IEC 9899:1999 (C99),
but the C code base of MariaDB is supposed to be compatible with the
1990 version of the standard.

The InnoDB code based was switched from C to C++ in
MySQL 5.6 and MariaDB 10.0. C++ did not introduce syntax for
designated initializers until ISO/IEC 14882:2020.
Our C++ code base is still stuck with the 2011 or earlier version of
that standard.

Therefore, this check as well as the macro STRUCT_FLD are best removed.
2021-08-20 11:14:36 +03:00
..
ha_innodb.cc MDEV-25594: Improve debug checks 2021-07-27 08:52:01 +03:00
ha_innodb.h Cleanup: Remove handler::update_table_comment() 2021-05-27 09:31:19 +03:00
ha_xtradb.h MDEV-23474 InnoDB fails to restart after SET GLOBAL innodb_log_checksums=OFF 2020-08-18 16:46:07 +03:00
handler0alter.cc MDEV-20154 Assertion len <= col->len | ... failed in row_merge_buf_add 2021-07-29 12:33:05 +03:00
i_s.cc MDEV-26443 HAVE_C99_INITIALIZERS is not applicable to C++ 2021-08-20 11:14:36 +03:00
i_s.h MDEV-26443 HAVE_C99_INITIALIZERS is not applicable to C++ 2021-08-20 11:14:36 +03:00