1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Removed compiler warning

Changed _XXX to _MY_XXX to solve conflict problem on Mac OS X
This commit is contained in:
monty@mysql.com
2004-03-18 14:53:38 +02:00
parent 2b16cf783f
commit 75dda82526
6 changed files with 42 additions and 50 deletions

View File

@ -246,7 +246,7 @@ static MYSQL_RES * emb_mysql_store_result(MYSQL *mysql)
return mysql_store_result(mysql);
}
int emb_next_result(MYSQL *mysql)
my_bool emb_next_result(MYSQL *mysql)
{
THD *thd= (THD*)mysql->thd;
DBUG_ENTER("emb_next_result");