mirror of
https://github.com/MariaDB/server.git
synced 2025-08-29 00:08:14 +03:00
Fix warning
This commit is contained in:
@@ -1987,7 +1987,7 @@ void var_set_query_get_value(struct st_command *command, VAR *var)
|
|||||||
|
|
||||||
while ((row= mysql_fetch_row(res)))
|
while ((row= mysql_fetch_row(res)))
|
||||||
{
|
{
|
||||||
if (++rows == (ulong) row_no)
|
if (++rows == row_no)
|
||||||
{
|
{
|
||||||
|
|
||||||
DBUG_PRINT("info", ("At row %ld, column %d is '%s'",
|
DBUG_PRINT("info", ("At row %ld, column %d is '%s'",
|
||||||
|
Reference in New Issue
Block a user