mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
feat(Deps/MySQL): add support MariaDB 10.5 (#3452)
This commit is contained in:
1
.github/SECURITY.md
vendored
1
.github/SECURITY.md
vendored
@@ -23,6 +23,7 @@ We support these versions of MariaDB:
|
||||
| 10.2 | :white_check_mark: |
|
||||
| 10.3 | :white_check_mark: |
|
||||
| 10.4 | :white_check_mark: |
|
||||
| 10.5 | :white_check_mark: |
|
||||
|
||||
Note: We do not support any repacks that may or may not have been made based on AzerothCore.
|
||||
|
||||
|
||||
@@ -28,9 +28,9 @@ endif(WIN32)
|
||||
# Find MariaDB for Windows
|
||||
if (WIN32)
|
||||
# Set know versions MariaDB
|
||||
set(_MARIADB_KNOWN_VERSIONS "MariaDB 10.4" "MariaDB 10.3" "MariaDB 10.2")
|
||||
set(_MARIADB_KNOWN_VERSIONS "MariaDB 10.5" "MariaDB 10.4" "MariaDB 10.3" "MariaDB 10.2")
|
||||
|
||||
# Set default oprions
|
||||
# Set default options
|
||||
set(MARIADB_FOUND_LIB 0)
|
||||
set(MARIADB_FOUND_INCLUDE 0)
|
||||
set(MARIADB_FOUND_EXECUTABLE 0)
|
||||
|
||||
Reference in New Issue
Block a user