summaryrefslogtreecommitdiff
path: root/sql/mysql_install_db.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23052 mysql_install_db.exe can run on existing non-empty directory,Vladislav Vaintroub2020-06-301-7/+15
* MDEV-19519 mysql_install_db.exe doesn't set password_last_changed for newly c...Vladislav Vaintroub2020-03-251-1/+2
* Fix a couple of clang-cl warningsVladislav Vaintroub2019-11-151-1/+1
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\
| * Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF addressMichal Schorm2019-05-101-1/+1
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-02-031-6/+66
| | |\ \ \ | | | |/ /
| | | * | Merge 10.1 into 10.1Marko Mäkelä2019-02-021-6/+66
| | | |\ \
| | | | * \ Merge branch '5.5' into 10.0Oleksandr Byelkin2019-01-281-6/+66
| | | | |\ \ | | | | | |/
| | | | | * Backport MDEV-17504 to 5.5Vladislav Vaintroub2019-01-111-6/+66
* | | | | | MDEV-15693 Stop packaging data directory into ZIPsVladislav Vaintroub2019-02-191-3/+23
* | | | | | MDEV-17658 change the structure of mysql.user tableSergei Golubchik2018-12-121-5/+7
* | | | | | Windows : create a minimalistic MTR test for mysql_install_db.exeVladislav Vaintroub2018-12-061-1/+1
|/ / / / /
* | | | | Attempt to fix build by a workaround for a bug in Windows8.1 SDKVladislav Vaintroub2018-10-201-0/+1
* | | | | MDEV-17504 : add diagnostics if creation of directories fail in mysql_install...wlad2018-10-191-14/+73
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-06-121-1/+1
| | |\ \ \ | | | |/ /
| | | * | fix typoVladislav Vaintroub2018-06-081-1/+1
* | | | | MDEV-12645 - mysql_install_db: no install test db optionSergey Vojtovich2018-04-301-1/+0
* | | | | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-201-2/+1
* | | | | Windows, compiling : reenable warning C4996 (deprecated functions)Vladislav Vaintroub2018-02-071-23/+0
* | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-2/+1
|/ / / /
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-3/+3
|\ \ \ \ | |/ / /
| * | | Correct FSF addressiangilfillan2017-03-101-1/+1
| |/ /
| * | Windows : Fix server compile errors when compile with /Zc:strictStrings optionVladislav Vaintroub2017-02-281-2/+2
* | | MDEV-11903 Windows : Support innodb page sizes in the installer/mysql_install...Vladislav Vaintroub2017-03-131-11/+11
|/ /
* | 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