Bug #2007 mysqlcc doesn't read [client] group
Submitted: 3 Dec 2003 18:58 Modified: 1 Jun 2004 0:32
Reporter: Paul DuBois Email Updates:
Status: Closed Impact on me:
None 
Category:MySQLCC Severity:S3 (Non-critical)
Version:0.9.3 OS:Any (all)
Assigned to: Jorge del Conde CPU Architecture:Any

[3 Dec 2003 18:58] Paul DuBois
Description:
Unlike all other client programs, mysqlcc doesn't
read the [client] group. It reads only the [mysqlcc]
group.

How to repeat:
examine src/main.cpp

Suggested fix:
--- main.cpp.orig	Wed Dec  3 20:53:56 2003
+++ main.cpp	Wed Dec  3 20:54:35 2003
@@ -22,7 +22,7 @@
 static void usage();
 static void print_version();
 
-static const char *load_default_groups[]= { "mysqlcc",0 };
+static const char *load_default_groups[]= { "mysqlcc","client",0 };
 
 static ulong 
select_limit,my_net_buffer_length,max_join_size,my_max_allowed_packet,opt_connect_timeout=0;
 static uint opt_local_infile=0;
[9 Dec 2003 13:16] Jorge del Conde
Hi!

MySQLCC had support for this, but it caused some conflicts in certain systems.  This bug will be fixed for 0.9.5

Removing the "client" group from the default_groups momentarily fixed the bug.  As I have no further info regarding the bug I must do a lot of testing to see what causes mysqlcc to crash if I add the client group to the default_groups.
[1 Jun 2004 0:32] Jorge del Conde
Hi!

MySQLCC has been discontinued and will not be developed nor maintained anymore with the exception of Critical bugs.

In the near future we will release the substitute of MySQLCC called MySQL Query Browser.