summaryrefslogtreecommitdiff
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Merge bb-10.2-ext into 10.3Marko Mäkelä2017-07-071-1/+1
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2017-07-051-1/+1
| |\
| | * MDEV-13106 : Fix check for empty directory in MSI installerVladislav Vaintroub2017-06-191-1/+1
| | |
* | | Remove XtraDBMarko Mäkelä2017-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The XtraDB storage engine was already replaced by InnoDB and disabled in MariaDB Server 10.2. Let us remove it altogether to avoid dragging dead code around. Replace some references to XtraDB with references to InnoDB. rpl_get_position_info(): Remove. Remove the mysql-test-run --suite=percona, because it only contains tests specific to XtraDB, many of which were disabled already in earlier MariaDB versions.
* | | Merge branch 'bb-10.2-ext' into 10.3Marko Mäkelä2017-06-021-1/+6
|\ \ \ | |/ / | | | | | | | | | | | | This excludes MDEV-12472 (InnoDB should accept XtraDB parameters, warning that they are ignored). In other words, MariaDB 10.3 will not recognize any XtraDB-specific parameters.
| * | Merge 10.1 into 10.2Marko Mäkelä2017-05-061-1/+6
| |\ \ | | |/ | | | | | | | | | | | | Also, include fixes by Vladislav Vaintroub to the aws_key_management plugin. The AWS C++ SDK specifically depends on OPENSSL_LIBRARIES, not generic SSL_LIBRARIES (such as YaSSL).
| | * MDEV-9566 MariaBackup packagingVladislav Vaintroub2017-04-271-1/+6
| | |
* | | Make feedback plugin ON by default, for pre-releasemariadb-10.3.0Vladislav Vaintroub2017-04-131-1/+1
| | |
* | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-04-131-5/+41
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2017-04-061-5/+41
| |\ \ | | |/
| | * Merge 10.0 into 10.1Marko Mäkelä2017-04-061-5/+41
| | |\
| | | * Compiling, Windows . Avoid unnecessary rebuilds with MSVC.Vladislav Vaintroub2017-04-031-5/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To export symbols from the mysqld.exe, use lib.exe with /DEF, rather than pre-link step when building mysqld.exe. This helps to avoid relinking all plugins, if mysqld.exe was recompiled but the list of its exports has not changed. Also removed unnecessary DEPENDS in some ADD_CUSTOM_COMMAND (gen_lex_token, gen_lex_hash etc). They confuse VS generator which tends to recreate headers and do unnecessary recompilations.
* | | | Windows packaging cleanup- get rid of "Monty Program AB" in installationVladislav Vaintroub2017-04-051-8/+8
|/ / / | | | | | | | | | | | | | | | | | | registry keys. This is safe to do before first prerelease of new version is available, otherwise it would break upgrades
* | | Allow to specify C runtime library used for compilation.Vladislav Vaintroub2017-04-022-5/+9
| | | | | | | | | | | | | | | Default to static release (previously static debug was used in debug builds, but not is appears to be too slow)
* | | Merge 10.2 into bb-10.2-mariarocksSergei Petrunia2017-03-314-69/+29
|\ \ \
| * \ \ Merge branch '10.1' into 10.2Sergei Golubchik2017-03-302-3/+3
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Sergei Golubchik2017-03-211-1/+1
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2017-03-211-1/+1
| | | |\
| | | | * Windows : Fix packaging when building with VS2017Vladislav Vaintroub2017-03-131-1/+1
| | | | |
| | * | | Correct FSF addressiangilfillan2017-03-102-3/+3
| | | | |
| * | | | MDEV-12328, attempt to fix windows packagingVladislav Vaintroub2017-03-261-1/+1
| | | | |
| * | | | Windows : Remove the option for creating anonymous account from the MSI in 10.2Vladislav Vaintroub2017-03-131-12/+1
| | | | |
| * | | | MDEV-11903 : correction - min innodb pagesize is 4KVladislav Vaintroub2017-03-131-2/+0
| | | | |
| * | | | MDEV-11903 Windows : Support innodb page sizes in the ↵Vladislav Vaintroub2017-03-131-53/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | installer/mysql_install_db.exe - add PAGESIZE property to the MSI installer - add combobox to the MSI UI to select innodb page size - add new parameter --innodb_page_size for mysql_install_db.exe. this is passed down to bootstrap and also stored in my.ini. MSI will call mysql_install_db.exe with --innodb_page_size set to the PAGESIZE property
* | | | | make sure rocksdb-engine compoment is in MSIVladislav Vaintroub2017-03-211-2/+2
|/ / / /
* | | | MDEV-12202 Do not package embedded in MSIVladislav Vaintroub2017-03-071-1/+1
| | | | | | | | | | | | | | | | | | | | Also get rid of example ini files, they do not provide any value, just confusion
* | | | More verbose output for the Wix linker (light.exe)Vladislav Vaintroub2017-02-081-1/+1
|/ / / | | | | | | | | | | | | This is an attempt to workaround buildbot "1200 seconds without output, killing process"
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-113-5/+28
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2016-12-093-5/+28
| |\ \ | | |/
| | * MDEV-11214 Windows : MSI installation fails, if run by a service user (e.g ↵Vladislav Vaintroub2016-11-031-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | LocalSystem) Skip permission for data directory for LogonUser, if installation runs by one of the service accounts (determined from their well-known SID). There is no real LogonUser in this case.
| | * MDEV-11157 Windows - Upgrade installer to use HeidiSQL 9.4Vladislav Vaintroub2016-10-272-4/+12
| | |
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-282-4/+8
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2016-09-272-4/+8
| |\ \ | | |/
| | * Windows packaging : use /d switch to sign MSI, to prevent installer showing ↵Vladislav Vaintroub2016-08-191-0/+1
| | | | | | | | | | | | randomly generated name in UAC prompt
| | * Windows : fix search for WiX root directory when using 64bit cmakeVladislav Vaintroub2016-08-111-4/+7
| | | | | | | | | | | | | | | "C:\Program Files (x86)" directory needs to be checked as well in this case.
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-283-4/+9
|\ \ \ | |/ /
| * | Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-212-13/+7
| |\ \ | | |/
| | * MDEV-10117 - update HeidiSQL to current versionVladislav Vaintroub2016-05-241-1/+1
| | |
| | * MDEV-10071 Block installation on XP/Windows 2003 Server(they are no more ↵Vladislav Vaintroub2016-05-241-0/+3
| | | | | | | | | | | | supported)
| | * MDEV-10108 Fix errors in installations by domain userVladislav Vaintroub2016-05-241-1/+3
| | |
| | * MDEV-9973 : Do not set permissions for serviceaccount user (Win7 and later)Vladislav Vaintroub2016-04-271-11/+0
| | | | | | | | | | | | | | | This appears to break some installation, and it did not do anything useful anyway.
| * | MDEV-10118 : do not suggest upgrade from MySQL 5.7 to MariaDB 10.x in the ↵Vladislav Vaintroub2016-05-241-2/+2
| | | | | | | | | | | | installer. Do not lauch upgrade wizard after installation
* | | MDEV-9973 : Do not set permissions for serviceaccount user (Win7 and later)Vladislav Vaintroub2016-04-271-11/+0
| | | | | | | | | | | | | | | This appears to break some installation, and it did not do anything useful anyway.
* | | MDEV-9659 : AWS KMS encryption pluginVladislav Vaintroub2016-03-131-2/+2
| | |
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-3/+0
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-3/+0
| |\ \ | | |/
| | * MDEV-9024 Build fails with VS2015Sergei Golubchik2016-02-062-57/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cherry-pick f1daf9ce from 10.0 branch ------------------------------------- Fix build failures caused by new C runtime library - isnan, snprintf, struct timespec are now defined, attempt to redefine them leads - P_tmpdir, tzname are no more defined - lfind() and lsearch() in lf_hash.c had to be renamed, declaration conflicts with some C runtime functions with the same name declared in a header included by stdlib.h Also fix couple of annoying warnings : - remove #define NOMINMAX from config.h to avoid "redefined" compiler warnings(NOMINMAX is already in compile flags) - disable incremental linker in Debug as well (feature not used much and compiler crashes often) Also simplify package building with Wix, require Wix 3.9 or later (VS2015 is not compatible with old Wix 3.5/3.6)
* | | MDEV 4691- address review commentsVladislav Vaintroub2016-01-191-13/+8
| | |
* | | Merge branch 'connect/10.1' into 10.1Sergei Golubchik2015-11-192-5/+5
|\ \ \ | |/ / |/| |
| * | Commit resolved conflictsOlivier Bertrand2015-09-183-2/+6
| |\ \