Merge mysql.com:/Users/emurphy/src/bk-clean/mysql-5.0

into  mysql.com:/Users/emurphy/src/work/mysql-5.0-bug11567
This commit is contained in:
elliot@mysql.com 2005-07-18 22:27:20 -04:00
commit 98dc8e3242

View file

@ -242,7 +242,7 @@ static void print_set_option(FILE* file, uint32 bits_changed, uint32 option,
{
if (*need_comma)
fprintf(file,", ");
fprintf(file,"%s=%d", name, (bool)(flags & option));
fprintf(file,"%s=%d", name, test(flags & option));
*need_comma= 1;
}
}