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

Merge from 5.0

This commit is contained in:
Staale Smedseng
2009-06-29 16:00:47 +02:00
36 changed files with 246 additions and 216 deletions

View File

@ -4780,7 +4780,7 @@ send_result_message:
const char *err_msg= thd->main_da.message();
if (!thd->vio_ok())
{
sql_print_error(err_msg);
sql_print_error("%s", err_msg);
}
else
{