On 09/24/2016 05:18 PM, John Fawcett wrote: > I have also looked at the latest mysql > 5.7.15 source and it does the same thing. > see mysql_read_default_options in mysql-5.7.15/sql-common/client.c > groups[0]= (char*) "client"; groups[1]= (char*) group; groups[2]=0; I opened a bug report in mysql
http://bugs.mysql.com/bug.php?id=83136 Its mostly harmless but inefficient that the [client] group can be read twice. John