1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

after merge fix

This commit is contained in:
unknown
2003-10-24 21:14:26 +03:00
parent 1f32eb5f18
commit f38d78943c

View File

@@ -1196,7 +1196,10 @@ bool select_dumpvar::send_data(List<Item> &items)
DBUG_RETURN(1);
}
while ((xx=li++))
{
xx->check();
xx->update();
}
DBUG_RETURN(0);
}