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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user