1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

alot of formatting changes that came out of JimW's review

This commit is contained in:
reggie@fedora.(none)
2005-08-03 16:20:27 -05:00
parent f3de5d6b69
commit 8cb3bd41c8
10 changed files with 208 additions and 198 deletions

View File

@ -691,7 +691,7 @@ int Set_option::correct_file(int skip)
int error;
error= modify_defaults_file(Options::config_file, option,
option_value, instance_name, skip);
option_value, instance_name, skip);
if (error > 0)
return ER_OUT_OF_RESOURCES;
else if (error < 0)