mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed compiler warnings from optimized builds
This commit is contained in:
@ -9342,7 +9342,7 @@ bool LEX::parsed_insert_select(SELECT_LEX *first_select)
|
||||
return true;
|
||||
|
||||
// fix "main" select
|
||||
SELECT_LEX *blt= pop_select();
|
||||
SELECT_LEX *blt __attribute__((unused))= pop_select();
|
||||
DBUG_ASSERT(blt == &builtin_select);
|
||||
push_select(first_select);
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user