summaryrefslogtreecommitdiff
path: root/sql/mysql_install_db.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-06-121-1/+1
|\
| * fix typoVladislav Vaintroub2018-06-081-1/+1
* | Correct FSF addressiangilfillan2017-03-101-1/+1
|/
* Windows : Fix server compile errors when compile with /Zc:strictStrings optionVladislav Vaintroub2017-02-281-2/+2
* MDEV-11088 Client plugins cannot be loaded by command line toolsVladislav Vaintroub2017-01-061-0/+18
* Update AskMonty and Atlassian references to MariaDBiangilfillan2016-03-081-3/+3
* Disable buffering when writing to mysqld's stdin.Vladislav Vaintroub2015-12-021-0/+4
* MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-1/+0
* 10.0-base mergeSergei Golubchik2013-06-061-5/+11
|\
| * 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
* | MDEV-3847 : MSI installer does not work.Vladislav Vaintroub2012-11-091-1/+9
* | Compile 10.0 on WindowsVladislav Vaintroub2012-08-301-7/+11
|/
* 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