1
0
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:
monty@mysql.com
2004-05-25 02:28:44 +03:00
parent 912bf99387
commit 0babddff40
51 changed files with 94 additions and 117 deletions

View File

@ -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))
{