summaryrefslogtreecommitdiff
path: root/sql/sql_help.cc
diff options
context:
space:
mode:
authormonty@mishka.local <>2004-10-14 18:03:46 +0300
committermonty@mishka.local <>2004-10-14 18:03:46 +0300
commit719c88e38fd772efd3f13096380d57f282dfd649 (patch)
treed6c50a4680a01729ce573d4c4f548366a8d2b530 /sql/sql_help.cc
parent0543320240560d278114fe951e0c5caca0ef8c40 (diff)
downloadmariadb-git-719c88e38fd772efd3f13096380d57f282dfd649.tar.gz
true,false -> TRUE, FALSE
Simple fixes/optimization of things discovered during review of new pushed code
Diffstat (limited to 'sql/sql_help.cc')
-rw-r--r--sql/sql_help.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_help.cc b/sql/sql_help.cc
index eabe66d33bf..ffaaafc26e6 100644
--- a/sql/sql_help.cc
+++ b/sql/sql_help.cc
@@ -746,7 +746,7 @@ int mysqld_help(THD *thd, const char *mask)
select,&subcategories_list);
delete select;
String *cat= categories_list.head();
- if (send_header_2(protocol, true) ||
+ if (send_header_2(protocol, TRUE) ||
send_variant_2_list(mem_root,protocol,&topics_list, "N",cat) ||
send_variant_2_list(mem_root,protocol,&subcategories_list,"Y",cat))
goto end;