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

Fix warning

This commit is contained in:
unknown
2007-08-28 11:39:29 +02:00
parent 68eeedfded
commit 3a53dbbae5

View File

@@ -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'",