Fix comment. Boolean function returns true/false, not zero/one.

This commit is contained in:
Chad MILLER 2009-01-14 11:10:36 -05:00
parent 408523b772
commit 73688c5e21

View File

@ -63,8 +63,8 @@ static bool make_empty_rec(THD *thd, int file, enum db_type table_type,
db_file Handler to use. May be zero, in which case we use
create_info->db_type
RETURN
0 ok
1 error
false ok
true error
*/
bool mysql_create_frm(THD *thd, my_string file_name,