summaryrefslogtreecommitdiff
path: root/sql/unireg.cc
diff options
context:
space:
mode:
authorChad MILLER <chad@mysql.com>2009-01-14 11:10:36 -0500
committerChad MILLER <chad@mysql.com>2009-01-14 11:10:36 -0500
commit73688c5e218543cba0ef1ef3d69bcdafea747d50 (patch)
tree7ea4b9112498675f3b2d195eaf11fbf24d584df6 /sql/unireg.cc
parent408523b7720e789c90ef8e235f17b51cc7f8afcd (diff)
downloadmariadb-git-73688c5e218543cba0ef1ef3d69bcdafea747d50.tar.gz
Fix comment. Boolean function returns true/false, not zero/one.
Diffstat (limited to 'sql/unireg.cc')
-rw-r--r--sql/unireg.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/unireg.cc b/sql/unireg.cc
index b581ad4655a..0aac7873d11 100644
--- a/sql/unireg.cc
+++ b/sql/unireg.cc
@@ -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,