Please tell me how to solve?
master
WIN 10 x64 MariaDB 10.3
VS 15 (2017)
@Mutevazi is it a clean AzerothCore source code or you applied any modifications/modules ?
@Mutevazi is it a clean AzerothCore source code or you applied any modifications/modules ?
clean
try MariaDB 10.1 with 10.2+ you got errors becouse we don't support it.
In 10.2 some func are changed and there is no compatibility between mysql and maria here
for exemple you got error on:
case CR_INVALID_CONN_HANDLE:
what is deleted in mariadb 10.2
try MariaDB 10.1 with 10.2+ you got errors becouse we don't support it.
In 10.2 some func are changed and there is no compatibility between mysql and maria here
for exemple you got error on:
case CR_INVALID_CONN_HANDLE:
what is deleted in mariadb 10.2
Good friend, give me time to check.
@Mutevazi don't worry i update my mariaDB on server to 10.3 and open pull for add compatibility
@Viste This error comes out again... MariaBD 10.2
try MariaDB 10.1
@Winfidonarleyan Now we will try.
@Mutevazi as i say you need 10.1 or lower on 10.2 and higher you get errors
@Viste Oops..... Sorry, hard day.. Thank you very much, everything went well, the compilation was successful!
@Mutevazi no problem! i done PR for support 10.2+ if you can test will be nice #1284
MariaDB is compatible with Mysql, so when preparing a compilation in Cmake, you can use the DEV library of the usual Mysq. After compilation you can use MariaDB server.

@brussens bad idea use mysql dev library with MariaDB 10.2+
@brussens hmm.... im not have ur interface -> screenshot
@Viste Well, why? Libraries have BC, so nothing terrible for local use will happen.
@Mutevazi i use advanced configuration.
Most helpful comment
try MariaDB 10.1 with 10.2+ you got errors becouse we don't support it.
In 10.2 some func are changed and there is no compatibility between mysql and maria here
for exemple you got error on:
case CR_INVALID_CONN_HANDLE:
what is deleted in mariadb 10.2