| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-11-06 | 1 | -3/+2 |
|\ |
|
| * | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-11-06 | 1 | -3/+2 |
| |\ |
|
| | * | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2018-10-30 | 1 | -3/+2 |
| | |\ |
|
| | | * | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2018-10-27 | 1 | -3/+2 |
| | | |\ |
|
| | | | * | Fix cmake warning | Vladislav Vaintroub | 2018-10-10 | 1 | -3/+2 |
| | * | | | Merge branch '10.0' into bb-10.1-mergebb-10.1-merge-sanja | Oleksandr Byelkin | 2018-07-19 | 1 | -1/+1 |
| | |\ \ \
| | | |/ / |
|
| | | * | | MDEV-16596 : Windows - redo log does not work on native 4K sector disks. | Vladislav Vaintroub | 2018-07-02 | 1 | -1/+1 |
* | | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-07-03 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | MDEV-16596 : Windows - redo log does not work on native 4K sector disks. | Vladislav Vaintroub | 2018-06-30 | 1 | -1/+1 |
* | | | | | Cleanup log2() portability checks | Sergey Vojtovich | 2018-05-26 | 1 | -1/+0 |
* | | | | | Cleanup rint() portability checks | Sergey Vojtovich | 2018-05-26 | 1 | -1/+0 |
* | | | | | Cleanup isnan() portability checks | Sergey Vojtovich | 2018-05-26 | 1 | -1/+0 |
* | | | | | remove check for finite/isfinite | Howard Su | 2018-05-24 | 2 | -3/+0 |
* | | | | | MDEV-8743: use mkostemp when available with O_CLOEXEC | Daniel Black | 2018-05-21 | 1 | -0/+1 |
* | | | | | MDEV-15583 create_temp_file: remove tempnam implementation | Daniel Black | 2018-05-21 | 1 | -1/+0 |
* | | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-03-30 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | MDEV-13785: move defination HAVE_LARGE_PAGES -> HAVE_LINUX_LARGE_PAGES | Daniel Black | 2018-03-29 | 1 | -1/+1 |
* | | | | | Make possible to use clang on Windows (clang-cl) | Vladislav Vaintroub | 2018-02-20 | 1 | -4/+46 |
* | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-02-19 | 1 | -4/+7 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Disable noisy warning in old compiler (VS2015) | Vladislav Vaintroub | 2018-02-14 | 1 | -1/+5 |
| * | | | | Windows, compiling - disable pkg_config | Vladislav Vaintroub | 2018-02-14 | 1 | -3/+2 |
* | | | | | Windows, compiling : use /permissive- switch to improve conformance | Vladislav Vaintroub | 2018-02-07 | 1 | -0/+3 |
* | | | | | Windows, compile : reenable previously disabled warning C4291 | Vladislav Vaintroub | 2018-02-07 | 1 | -1/+1 |
* | | | | | Windows, compiling : reenable warning C4996 (deprecated functions) | Vladislav Vaintroub | 2018-02-07 | 1 | -2/+3 |
* | | | | | Windows : reenable warning C4805 (unsafe mix of types in bool operations) | Vladislav Vaintroub | 2018-02-07 | 1 | -2/+2 |
* | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ... | Vladislav Vaintroub | 2018-02-06 | 1 | -4/+0 |
* | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 | Alexander Barkov | 2018-01-29 | 1 | -5/+15 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Fix MinSizeRel build on Windows. | Vladislav Vaintroub | 2018-01-26 | 1 | -2/+9 |
| * | | | | Windows : fix compile warnings C4267, on 32bit first | Vladislav Vaintroub | 2018-01-26 | 1 | -2/+5 |
| * | | | | Fix and reenable Windows compiler warning C4800 (size_t conversion). | Vladislav Vaintroub | 2018-01-26 | 1 | -2/+2 |
* | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-01-11 | 1 | -0/+5 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Windows, compilation : Treat warning as error, if MYSQL_MAINTAINER_MODE | Vladislav Vaintroub | 2018-01-09 | 1 | -0/+5 |
* | | | | | fix TSAN build with Clang | Eugene Kosov | 2017-10-06 | 1 | -2/+2 |
* | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-10-04 | 2 | -4/+4 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | MDEV-13384 - misc Windows warnings fixed | Vladislav Vaintroub | 2017-09-28 | 2 | -4/+4 |
| * | | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT. | Vladislav Vaintroub | 2017-09-28 | 1 | -2/+2 |
* | | | | | Fix compile warnings. | Vladislav Vaintroub | 2017-09-01 | 1 | -1/+0 |
|/ / / / |
|
* | | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2017-08-29 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 10.0 into 10.1 | Marko Mäkelä | 2017-08-28 | 1 | -2/+2 |
| |\ \ \
| | |/ / |
|
| | * | | Windows compile : make compilation fail on "uninitialized variable used" warn... | Vladislav Vaintroub | 2017-08-24 | 1 | -2/+2 |
| * | | | MDEV-11520 after-merge fix for 10.1: Use sparse files. | Marko Mäkelä | 2017-02-22 | 1 | -1/+1 |
* | | | | Windows, compiling : Remove _DEBUG preprocessor constant, to fix | Vladislav Vaintroub | 2017-04-04 | 1 | -0/+5 |
* | | | | Allow to specify C runtime library used for compilation. | Vladislav Vaintroub | 2017-04-02 | 1 | -8/+21 |
* | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-12-29 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-12-11 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-12-09 | 1 | -1/+1 |
| | |\ \
| | | |/ |
|
| | | * | VS2015 build fixes | Vladislav Vaintroub | 2016-10-27 | 1 | -1/+1 |
| | | * | MDEV-9024 Build fails with VS2015 | Sergei Golubchik | 2016-02-06 | 2 | -8/+7 |
* | | | | MDEV-9154 : Remove workarounds (mainly dynamic function loading) | Vladislav Vaintroub | 2016-06-01 | 1 | -1/+1 |
* | | | | cmake: remove unused checks, options, and symbols | Sergei Golubchik | 2015-11-23 | 1 | -64/+1 |
|/ / / |
|