summaryrefslogtreecommitdiff
path: root/sql/winservice.c
Commit message (Collapse)AuthorAgeFilesLines
* Correct FSF addressiangilfillan2017-03-101-1/+1
|
* MDEV-10118 : do not suggest upgrade from MySQL 5.7 to MariaDB 10.x in the ↵Vladislav Vaintroub2016-05-241-3/+10
| | | | installer. Do not lauch upgrade wizard after installation
* Merge 5.3->5.5Igor Babaev2012-03-171-1/+38
|\
| * LP952607: Do not show MySQL services preinstalled by Dell in the upgrade wizardVladislav Vaintroub2012-03-121-1/+38
| |
* | fix the include guards and add missing gplv2 headersSergei Golubchik2012-02-171-0/+16
| |
* | 5.3.4 mergeSergei Golubchik2012-02-151-2/+2
|\ \ | |/
| * lp:893522 more problems found by PVS StudioSergei Golubchik2012-01-121-2/+2
| |
* | Fix build and packaging on Windows:Vladislav Vaintroub2011-11-261-1/+1
|/ | | | | | | | | | | | | | | | | | - build executables we have in 5.3 (mysql_install_db.exe, mysq_upgrade_service.exe, upgrade wizard), and MSI - add some missing headers to windows specific source files. This needs to be done since 5.5 is using WIN32_LEAN_AND_MEAN preprocessor constant thus windows.h no more includes whiole Windows - do not deliver perl scripts (mysql_install_db.pl & friends) -they do not work, are not documented, and we have native executables for this functionality. do not pack echo.exe, replace.exe into MSI, they are not needed. Do not build resolveip on Windows, it is not used. - precache results of of system checks in cmake/os/WindowsCache.cmake (like it is alreay done for majority of tests to speed up cmake run with VS) - make feedback plugin DEFAULT on Windows (so MSI works if user enables plugin), fix null pointer access in PSI_register
* MWL#55 : Philip's review:Vladislav Vaintroub2011-02-151-6/+19
| | | | | | | Take into account that mysql services start even with invalid defaults files (using data file relative to mysqld.exe location). Handle this case in upgrade scenarios, as if there was no --defaults-file in service definition.
* MWL#55: look for my.cnf in addition to my.ini trying to figure out defaults ↵Vladislav Vaintroub2011-02-081-2/+6
| | | | file for the service
* MWL#55: Handle cases where service was installed with Vladislav Vaintroub2011-02-041-12/+75
| | | | | | | | | | | 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: correct mysqld.exe file path, to extract version from it.Vladislav Vaintroub2011-02-031-1/+1
| | | | | Take into account that services registered by MySQL do not have .exe extension in service binary path.
* split long lines, use get_mysql_service_properties()Vladislav Vaintroub2011-01-301-0/+167