summaryrefslogtreecommitdiff
path: root/src/cmake/showoptions.cmake
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2024-09-19 05:24:11 +0200
committerGitHub <noreply@github.com>2024-09-19 00:24:11 -0300
commitdbde182ecdcf3ebe392943c2b34adae1fdf00110 (patch)
tree565a2ff658b2cd108f3ce79fb3789ac11a5659ec /src/cmake/showoptions.cmake
parent5af3d2d650e4615aff39ccd1adf2a0c71962f084 (diff)
refactor(Deps/MySQL): Drop MariaDB and MySQL 5.7/8.1 and add MySQL 8.… (#19451)
Diffstat (limited to 'src/cmake/showoptions.cmake')
-rw-r--r--src/cmake/showoptions.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmake/showoptions.cmake b/src/cmake/showoptions.cmake
index 7111990b6f..443584127d 100644
--- a/src/cmake/showoptions.cmake
+++ b/src/cmake/showoptions.cmake
@@ -153,7 +153,6 @@ if(WITH_STRICT_DATABASE_TYPE_CHECKS)
message(" *** WITH_STRICT_DATABASE_TYPE_CHECKS - WARNING!")
message(" *** Validates uses of database Get***() functions from Field class")
message(" *** invalid calls will result in returning value 0")
- message(" *** NOT COMPATIBLE WITH MARIADB!")
add_definitions(-DACORE_STRICT_DATABASE_TYPE_CHECKS)
endif()