mariadb/storage/innobase/fts
Marko Mäkelä 3f1a256234 MDEV-31890: Remove COMPILE_FLAGS
The cmake configuration step is single-threaded and already consuming
too much time. We should not make it worse by adding invocations like
MY_CHECK_CXX_COMPILER_FLAG().

Let us prefer something that works on any supported version
of GCC (4.8.5 or later) or clang, as well as recent versions
of the Intel C compiler.

This replaces commit 1fde785315
2023-10-11 15:59:56 +03:00
..
fts0ast.cc Bug #31228694 FTS QUERY WITH LIMIT HIT AN ASSERT 2020-10-26 13:32:30 +02:00
fts0blex.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fts0blex.l Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fts0config.cc Merge 10.3 into 10.4 2021-08-18 16:51:52 +03:00
fts0fts.cc MDEV-24011 InnoDB: Failing assertion: index_cache->words == NULL in fts0fts.cc line 551 2023-04-19 17:11:14 +05:30
fts0opt.cc MDEV-25975 merge fixup 2022-04-06 10:13:21 +03:00
fts0pars.cc MDEV-31890: Remove COMPILE_FLAGS 2023-10-11 15:59:56 +03:00
fts0pars.y MDEV-31890: Remove COMPILE_FLAGS 2023-10-11 15:59:56 +03:00
fts0plugin.cc Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
fts0que.cc Merge branch '10.3' into 10.4 2022-08-03 19:51:44 +02:00
fts0sql.cc Merge 10.3 into 10.4 2021-08-18 16:51:52 +03:00
fts0tlex.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fts0tlex.l Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
make_parser.sh Update FSF address 2019-05-11 19:25:02 +03:00
Makefile.query Merge 10.1 into 10.2 2019-04-02 09:14:15 +03:00