mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
New MYSQL_SERVER_SUFFIX usage (for easier compilation)
Update of VC++ project files.
This commit is contained in:
@ -1631,7 +1631,7 @@ static int check_license(MYSQL *mysql)
|
||||
MYSQL_RES *res;
|
||||
NET *net= &mysql->net;
|
||||
static const char query[]= "SELECT @@license";
|
||||
static const char required_license[]= LICENSE;
|
||||
static const char required_license[]= STRINGIFY_ARG(LICENSE);
|
||||
|
||||
if (mysql_real_query(mysql, query, sizeof(query)-1))
|
||||
{
|
||||
|
Reference in New Issue
Block a user