mariadb/storage
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
..
archive MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 2021-01-08 16:04:29 +10:00
blackhole MDEV-24017: Blackhole : Specified key was too long; max key length is 1000 bytes 2020-10-24 22:43:21 +11:00
cassandra MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 2021-01-08 16:04:29 +10:00
connect Merge remote-tracking branch 'connect/10.2' into 10.2 2021-07-27 18:25:42 +02:00
csv MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 2021-01-08 16:04:29 +10:00
example
federated MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 2021-01-08 16:04:29 +10:00
federatedx MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 2021-01-08 16:04:29 +10:00
heap MDEV-21082: isnan/isinf compilation errors, isfinite warnings on MacOS 2019-11-19 16:28:15 +03:00
innobase MDEV-26443 HAVE_C99_INITIALIZERS is not applicable to C++ 2021-08-20 11:14:36 +03:00
maria fix clang build 2021-06-15 13:10:16 +03:00
mroonga CMakeLists.txt: remove MYSQL_SOURCE_DIR from MYSQL_INCLUDE_DIRS 2021-08-19 09:35:45 +03:00
myisam fix clang build 2021-06-15 13:10:16 +03:00
myisammrg Merge branch '10.1' into 10.2 2020-08-02 11:05:29 +02:00
oqgraph Some tests can take very long time when run with valgrind 2021-07-24 21:32:52 +03:00
perfschema cleanup: specifying plugin dependencies in CMakeLists.txt 2021-08-03 10:10:00 +02:00
rocksdb Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
sequence MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 2021-01-08 16:04:29 +10:00
sphinx MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 2021-01-08 16:04:29 +10:00
spider MDEV-25985 Spider handle ">=" as ">" in some cases 2021-07-14 12:08:37 +00:00
test_sql_discovery
tokudb MDEV-23786: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' 2021-07-26 11:28:06 +05:30
xtradb cleanup: specifying plugin dependencies in CMakeLists.txt 2021-08-03 10:10:00 +02:00