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

Merge from 5.0-bt

This commit is contained in:
Staale Smedseng
2009-06-29 15:17:01 +02:00
parent 729648c4b7
commit 6777150883
40 changed files with 254 additions and 224 deletions

View File

@ -144,7 +144,7 @@ static int send_file(THD *thd)
if (errmsg)
{
sql_print_error("Failed in send_file() %s", errmsg);
DBUG_PRINT("error", (errmsg));
DBUG_PRINT("error", ("%s", errmsg));
}
DBUG_RETURN(error);
}