Vicențiu Ciorbaru
aa59ecec89
Merge branch '10.0' into 10.1
2018-06-12 18:55:27 +03:00
Vladislav Vaintroub
5bfd562a00
MDEV-16445 mysql_upgrade_service should add skip-slave-start to server start parameters
2018-06-08 20:42:25 +01:00
Vladislav Vaintroub
141bc58ac9
MDEV-16430: mysql_upgrade_service does not write log file.
...
Fixed CreateFile() for the log file
- TRUNCATE_EXISTING does not create a new file, use CREATE_ALWAYS
- Make log file handle inheritable
2018-06-08 19:52:30 +01:00
iangilfillan
f0ec34002a
Correct FSF address
2017-03-10 18:21:29 +01:00
Vladislav Vaintroub
f4ae8b7691
- Properly terminate options array with all-zero entry.
...
- Fix CRLF end of lines, use LF instead
2011-05-20 01:38:42 +02:00
Vladislav Vaintroub
d4a3a7b90e
mwl#59 - windows installer.
...
Address Monty's review comments
2011-03-09 20:21:03 +01:00
Vladislav Vaintroub
47c776bc4c
MWL#55: mysql_upgrade_service.exe will now ensure that datadir is always written to my.ini file
2011-02-08 12:05:16 +01:00
Vladislav Vaintroub
0e3921a8fe
Remove --loose-skip-pbxt kludge from mysql_install_db
...
and mysql_upgrade_service, after LPBUG#688404 was
fixed.
2011-02-04 19:51:23 +01:00
Vladislav Vaintroub
614a6dfcd4
MWL#55: Handle cases where service was installed with
...
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.
2011-02-04 12:20:41 +01:00
Vladislav Vaintroub
d99fbf4867
MWL#55 : Add banner text to command line utilities
...
(Philip's review)
2011-02-03 18:56:30 +01:00
Vladislav Vaintroub
366ee3c791
Move common functionality (analyze service configuration) into winservice library
2011-01-30 22:27:59 +01:00
Vladislav Vaintroub
2bc6032c99
MWL#55 - mysql_upgrade_service.exe
...
New utility to upgrade Windows service to higher MariaDB version.
Its functionality includes changing service definition as well as
running mysql_upgrade.
2011-01-29 19:00:05 +01:00