1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fixed compiler warnings

This commit is contained in:
monty@mysql.com
2005-07-28 21:25:05 +03:00
parent 3c12d0ae54
commit 987edeaa9b
11 changed files with 14 additions and 6 deletions

View File

@ -2654,6 +2654,7 @@ static int run_query_normal(MYSQL* mysql, struct st_query* q, int flags)
if (!disable_result_log)
{
ulong affected_rows; /* Ok to be undef if 'disable_info' is set */
LINT_INIT(affected_rows);
if (res)
{