summaryrefslogtreecommitdiff
path: root/include/my_global.h
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| * | | | Merge 10.2 into 10.3Marko Mäkelä2018-12-131-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2018-12-131-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge 10.0 into 10.1Marko Mäkelä2018-12-131-1/+1
| | | |\ \
| | | | * | Fix UNICODE issue of dlerrorJiaye Wu2018-12-121-1/+1
* | | | | | Fix UNICODE issue of dlerror()Jiaye Wu2018-12-111-1/+1
* | | | | | Merge 10.3 into 10.4mariadb-10.4.0Marko Mäkelä2018-11-081-1/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-16697: Fix difference between 32bit/windows and 64bit systems in allowed...Oleksandr Byelkin2018-11-071-1/+0
* | | | | | Merge 10.3 into 10.4Marko Mäkelä2018-10-171-1/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-8765: mysqldump -use utf8mb4 by defaultDaniel Black2018-10-121-1/+3
* | | | | | Merge 10.3 into 10.4Marko Mäkelä2018-10-051-1/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-1/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-141-1/+3
| | |\ \ \ \ | | | |/ / /
* | | | | | MDEV-16536 Remove shared memory transportVladislav Vaintroub2018-08-201-7/+0
|/ / / / /
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-0/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0-galera' into 10.1Vicențiu Ciorbaru2018-06-121-0/+2
| | |\ \ \
| | | * | | MDEV-8743: mysqld port/socket - FD_CLOEXEC if no SOCK_CLOEXECDaniel Black2018-04-191-0/+2
| * | | | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-03-211-0/+5
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.0-galera' into 10.1Vicențiu Ciorbaru2018-03-191-0/+5
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-8743: where O_CLOEXEC is available, use for innodb buf_dumpDaniel Black2018-03-151-0/+5
| | | * | | Merge tag 'mariadb-10.0.34' into 10.0-galeramariadb-galera-10.0.34Jan Lindström2018-02-011-0/+8
| | | |\ \ \ | | | | |/ /
| | | * | | Merge tag 'mariadb-10.0.32' into 10.0-galeraJan Lindström2017-08-091-4/+3
| | | |\ \ \
| | | * \ \ \ Merge tag 'mariadb-10.0.30' into bb-sachin-10.0-galera-mergeSachin Setiya2017-03-171-4/+3
| | | |\ \ \ \
| | | * \ \ \ \ Merge tag 'mariadb-10.0.28' into 10.0-galeraNirbhay Choubey2016-10-281-2/+1
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge tag 'mariadb-10.0.24' into 10.0-galeraNirbhay Choubey2016-02-231-15/+4
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge tag 'mariadb-10.0.23' into 10.0-galeraNirbhay Choubey2015-12-191-0/+4
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge tag 'mariadb-10.0.22' into 10.0-galeraNirbhay Choubey2015-10-311-1/+1
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | Add close-on-exec flag to open(), socket(), accept() & fopen().Nirbhay Choubey2015-06-241-0/+6
* | | | | | | | | | | | moved include <cmath> from my_global.hSergey Vojtovich2018-05-261-4/+0
* | | | | | | | | | | | Cleanup log2() portability checksSergey Vojtovich2018-05-261-11/+0
* | | | | | | | | | | | Cleanup rint() portability checksSergey Vojtovich2018-05-261-35/+0
* | | | | | | | | | | | Cleanup isnan() portability checksSergey Vojtovich2018-05-261-8/+0
* | | | | | | | | | | | Cleanup isinf() portability checksSergey Vojtovich2018-05-261-8/+0
* | | | | | | | | | | | remove check for finite/isfiniteHoward Su2018-05-241-11/+0
* | | | | | | | | | | | cleanup: create_temp_file()Sergei Golubchik2018-05-211-2/+2
* | | | | | | | | | | | Add checking of correct likely/unlikelyMichael Widenius2018-05-071-10/+30
* | | | | | | | | | | | Fix a lot of compiler warnings found by -WunusedMonty2018-04-261-3/+3
* | | | | | | | | | | | Misc. typosluz.paz2018-04-051-2/+2
* | | | | | | | | | | | MDEV-8743: fopen mode e (glibc only) to prevent galera SST scripts accessing ...Daniel Black2018-03-051-0/+5
* | | | | | | | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-0/+8
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-0/+8
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / | | | |/| | | | | | | |
| | | * | | | | | | | | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-0/+8
| | | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / | | | |/| | | | | | | / | | | | | |_|_|_|_|_|/ | | | | |/| | | | | |
| | | | * | | | | | | Fix compilation without dlopenSergei Golubchik2018-01-221-2/+2
| | | | * | | | | | | Add dummy defintion for Dl_info in case we're missing dladdrVicențiu Ciorbaru2018-01-191-0/+4