summaryrefslogtreecommitdiff
path: root/sql/mysql_upgrade_service.cc
Commit message (Collapse)AuthorAgeFilesLines
* - Properly terminate options array with all-zero entry.Vladislav Vaintroub2011-05-201-5/+6
| | | | - Fix CRLF end of lines, use LF instead
* mwl#59 - windows installer. Vladislav Vaintroub2011-03-091-112/+83
| | | | Address Monty's review comments
* MWL#55: mysql_upgrade_service.exe will now ensure that datadir is always ↵Vladislav Vaintroub2011-02-081-15/+14
| | | | written to my.ini file
* Remove --loose-skip-pbxt kludge from mysql_install_db Vladislav Vaintroub2011-02-041-5/+0
| | | | | and mysql_upgrade_service, after LPBUG#688404 was fixed.
* MWL#55: Handle cases where service was installed with Vladislav Vaintroub2011-02-041-2/+26
| | | | | | | | | | | mysqld --install without any parameters. In such case, service name is always MYSQL, as service binary path is "path\to\mysqld.exe" "MySQL". Guess data directory it is either from my.ini (which is assumed to be in the installation root), or just data directory under install root.
* MWL#55 : Add banner text to command line utilitiesVladislav Vaintroub2011-02-031-8/+16
| | | | (Philip's review)
* Move common functionality (analyze service configuration) into winservice ↵Vladislav Vaintroub2011-01-301-49/+23
| | | | library
* MWL#55 - mysql_upgrade_service.exe Vladislav Vaintroub2011-01-291-0/+550
New utility to upgrade Windows service to higher MariaDB version. Its functionality includes changing service definition as well as running mysql_upgrade.