Commit 48b11599 authored by unknown's avatar unknown

Fix warning

parent 9ec2ac8c
......@@ -1987,7 +1987,7 @@ void var_set_query_get_value(struct st_command *command, VAR *var)
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'",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment