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

DTrace fixes plus fixing a too long file name

This commit is contained in:
Mikael Ronstrom
2008-12-22 18:10:24 +01:00
parent 8195d7da05
commit bceeb36b45
7 changed files with 7 additions and 5 deletions

View File

@ -1231,7 +1231,7 @@ bool mysql_multi_update(THD *thd,
result->send_error(ER_UNKNOWN_ERROR, ER(ER_UNKNOWN_ERROR));
result->abort();
}
MYSQL_MULTI_UPDATE_DONE(res, result->found(), result->updated());
MYSQL_MULTI_UPDATE_DONE(res, result->num_found(), result->num_updated());
delete result;
thd->abort_on_warning= 0;
DBUG_RETURN(FALSE);