mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Fixes for bug #4571 (Windows compabilities)
This commit is contained in:
@@ -3672,7 +3672,7 @@ purposes internal to the MySQL server", MYF(0));
|
||||
}
|
||||
|
||||
if (res == 0)
|
||||
send_ok(thd, (thd->row_count_func < 0 ? 0 : thd->row_count_func));
|
||||
send_ok(thd, (ulong) (thd->row_count_func < 0 ? 0 : thd->row_count_func));
|
||||
else
|
||||
goto error; // Substatement should already have sent error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user