summaryrefslogtreecommitdiff
path: root/sql/mysql_install_db.cc
Commit message (Expand)AuthorAgeFilesLines
* Small mysql_install_db.exe fixesVladislav Vaintroub2013-05-091-4/+10
* strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1)Sergei Golubchik2013-04-171-1/+1
* MDEV-393. Remove --loose-pbxt=OFF/loose-skip-pbxt from bootstrapper calls to ...Vladislav Vaintroub2012-07-121-1/+1
* fixed some urls that the previous update missedDaniel Bartholomew2012-06-181-2/+2
* MDEV-221 - Properly escape command line when starting mysql_install_db Vladislav Vaintroub2012-04-161-5/+13
* fix CRLF line endings to LFVladislav Vaintroub2011-04-081-11/+11
* Fix SQL syntax error when running mysql --bootstrap.Vladislav Vaintroub2011-04-081-1/+1
* mwl#59 - windows installer. Vladislav Vaintroub2011-03-091-116/+148
* Remove --loose-skip-pbxt kludge from mysql_install_db Vladislav Vaintroub2011-02-041-7/+2
* MWL#55 : Add banner text to command line utilitiesVladislav Vaintroub2011-02-031-0/+7
* Fix service user name and directory ACL setting on localized WindowsVladislav Vaintroub2011-02-021-4/+40
* remove an extra LocalFree() call for pOldDacls, it is not allocated on heapVladislav Vaintroub2011-02-011-3/+4
* MWL#55 : mysql_install_db.exe - command line utilityto install new databaseVladislav Vaintroub2011-01-291-0/+566