mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 09:44:17 +01:00
Fix warning
This commit is contained in:
parent
68eeedfded
commit
3a53dbbae5
1 changed files with 1 additions and 1 deletions
|
@ -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'",
|
||||
|
|
Loading…
Add table
Reference in a new issue