mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
many warnings (practically safe but annoying) corrected
This commit is contained in:
@ -666,7 +666,8 @@ static bool check_view_insertability(THD * thd, TABLE_LIST *view)
|
||||
|
||||
DBUG_ASSERT(view->table != 0 && view->field_translation != 0);
|
||||
|
||||
bitmap_init(&used_fields, used_fields_buff, used_fields_buff_size * 8, 0);
|
||||
VOID(bitmap_init(&used_fields, used_fields_buff, used_fields_buff_size * 8,
|
||||
0));
|
||||
bitmap_clear_all(&used_fields);
|
||||
|
||||
view->contain_auto_increment= 0;
|
||||
|
Reference in New Issue
Block a user