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

After merge fixes

libmysqld/lib_sql.cc:
  After merge fix
sql/handler.cc:
  Cleanup
This commit is contained in:
unknown
2004-11-03 20:07:17 +02:00
parent 4fb5d78d5e
commit 3693aa4715
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;