Commit 6ab0034f authored by Chad MILLER's avatar Chad MILLER

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

parent 51a960e3
...@@ -63,8 +63,8 @@ static bool make_empty_rec(THD *thd, int file, enum db_type table_type, ...@@ -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 db_file Handler to use. May be zero, in which case we use
create_info->db_type create_info->db_type
RETURN RETURN
0 ok false ok
1 error true error
*/ */
bool mysql_create_frm(THD *thd, my_string file_name, bool mysql_create_frm(THD *thd, my_string file_name,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment