mariadb/win/packaging/ca
Vladislav Vaintroub 4da30b3e3d MDEV-221 - Properly escape command line when starting mysql_install_db
since password characters can contain quotes or spaces.

The proper quoting method for command line arguments used here was  extracted from
http://blogs.msdn.com/b/twistylittlepassagesallalike/archive/2011/04/23/everyone-quotes-arguments-the-wrong-way.aspx

Additionally, mysql_install_db.exe now passes root password to "mysqld.exe --bootstrap"
 in hexadecimal form, to handle potential special chars inside password string literal.
2012-04-16 15:28:33 +02:00
..
CMakeLists.txt Move common functionality (analyze service configuration) into winservice library 2011-01-30 22:27:59 +01:00
CustomAction.cpp MDEV-221 - Properly escape command line when starting mysql_install_db 2012-04-16 15:28:33 +02:00
CustomAction.def enable 'Optimized for transactions'configuration checkbox if innodb is compiled in 2011-04-08 02:49:04 +02:00
CustomAction.rc MWL#55 : implement MSI installer 2011-01-29 19:06:50 +01:00