chusiang / mysql-master-master

Automatically exported from code.google.com/p/mysql-master-master
GNU General Public License v2.0
1 stars 1 forks source link

Configuration file parsing, white space causes items not to be recognized #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I just lost an hour figuring out that a white space character at the start of a 
line causes it to not be 
read properly.

i.e.

 clone_dirs var/lib/mysql
* is not the same as *
clone_dirs var/lib/mysql

I think that the standard behavior is the log file parser should trim white 
space before doing 
anything else.

Original issue reported on code.google.com by toc...@gmail.com on 31 Mar 2009 at 6:41

GoogleCodeExporter commented 9 years ago
Hey Morgan,

I'll investigate this, and I think that this should cause no issues with 
existing
installations.  

-- Ryan Lowe

Original comment by ryan.a.l...@gmail.com on 26 Apr 2009 at 6:48