mirror of
https://github.com/MariaDB/server.git
synced 2025-07-16 00:42:55 +03:00
Remove compiler warnings
- Remove unused variables - Mark variables unused - Fix wrong types - Add no-strict-aliasing to BUILD scripts
This commit is contained in:
@ -4891,7 +4891,7 @@ end_with_restore_list:
|
||||
unit->set_limit(select_lex);
|
||||
|
||||
MYSQL_DELETE_START(thd->query());
|
||||
Protocol *save_protocol;
|
||||
Protocol * UNINIT_VAR(save_protocol);
|
||||
bool replaced_protocol= false;
|
||||
|
||||
if (!select_lex->item_list.is_empty())
|
||||
|
Reference in New Issue
Block a user