mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
merged compilation warning fixes
This commit is contained in:
commit
49557aae69
1 changed files with 1 additions and 1 deletions
|
|
@ -4235,7 +4235,7 @@ void Item_func_set_user_var::save_item_result(Item *item)
|
|||
bool
|
||||
Item_func_set_user_var::update()
|
||||
{
|
||||
bool res= NULL;
|
||||
bool res= 0;
|
||||
DBUG_ENTER("Item_func_set_user_var::update");
|
||||
|
||||
switch (cached_result_type) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue