fix(Core/DatabseWorkerPool): Maria stuff (#9705)
This commit is contained in:
parent
695f8350af
commit
d0ee420b3a
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
#if MARIADB_VERSION_ID >= 100600
|
||||
#define MIN_MYSQL_SERVER_VERSION 100500u
|
||||
#define MIN_MYSQL_CLIENT_VERSION 30503u
|
||||
#define MIN_MYSQL_CLIENT_VERSION 30203u
|
||||
#else
|
||||
#define MIN_MYSQL_SERVER_VERSION 50700u
|
||||
#define MIN_MYSQL_CLIENT_VERSION 50700u
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue