1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

true,false -> TRUE, FALSE

Simple fixes/optimization of things discovered during review of new pushed code
This commit is contained in:
monty@mishka.local
2004-10-14 18:03:46 +03:00
parent 0543320240
commit 719c88e38f
17 changed files with 185 additions and 131 deletions

View File

@@ -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;