1
0
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:
jani@a193-229-222-105.elisa-laajakaista.fi
2005-09-23 16:47:08 +03:00
parent f5c00b0dbd
commit acf218b708
18 changed files with 42 additions and 38 deletions

View File

@ -469,7 +469,7 @@ int Instance_options::add_option(const char* option)
case SAVE_WHOLE:
*(selected_options->value)= tmp;
return 0;
defaut:
default:
break;
}
}