1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

After merge fixes

This commit is contained in:
monty@mysql.com
2004-11-03 20:07:17 +02:00
parent 60691a637a
commit 0c1bcddbae
3 changed files with 13 additions and 11 deletions

View File

@ -591,7 +591,7 @@ err:
C_MODE_END
bool Protocol::send_fields(List<Item> *list, int flags)
bool Protocol::send_fields(List<Item> *list, uint flags)
{
List_iterator_fast<Item> it(*list);
Item *item;