mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Several fixes revelaled by Intel compiler.
This commit is contained in:

parent
f5c00b0dbd
commit
acf218b708
@ -469,7 +469,7 @@ int Instance_options::add_option(const char* option)
|
||||
case SAVE_WHOLE:
|
||||
*(selected_options->value)= tmp;
|
||||
return 0;
|
||||
defaut:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user