summaryrefslogtreecommitdiff
path: root/include/my_sys.h
Commit message (Expand)AuthorAgeFilesLines
* move alloca() definition from all *.h files to one new header fileJulius Goryavsky2023-03-071-13/+1
* Merge 10.4 into 10.5Marko Mäkelä2023-01-031-3/+3
|\
| * Merge 10.3 into 10.4Marko Mäkelä2023-01-031-3/+3
| |\
| | * header typosmusvaage2022-12-201-3/+3
* | | Merge branch '10.4' into 10.5Sergei Golubchik2022-10-021-0/+11
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Sergei Golubchik2022-10-011-0/+11
| |\ \ | | |/
| | * MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY00...Oleksandr Byelkin2022-09-301-0/+11
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-2/+2
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-2/+2
| |\ \ | | |/
| | * Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-2/+2
| | |\
| | | * MDEV-26870 --skip-symbolic-links does not disallow .isl file creationMarko Mäkelä2022-01-211-2/+2
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-2/+3
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-2/+3
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-07-271-2/+3
| | |\ \ | | | |/
| | | * MDEV-24393 InnoDB disregards --skip-external-lockingMarko Mäkelä2021-07-271-2/+3
* | | | MDEV-22929 fixup: root_name() clash with clang++ <fstream>Marko Mäkelä2020-12-031-1/+0
* | | | MDEV-24125: linux large pages - Revert "Fixed centos 6 build failure"Daniel Black2020-11-171-6/+0
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-11-031-2/+5
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-11-031-2/+5
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-11-021-2/+5
| | |\ \ | | | |/
| | | * MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-021-2/+5
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-10-301-4/+5
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-10-291-4/+5
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-10-281-4/+5
| | |\ \ | | | |/
| | | * MDEV-23867: insert... select crash in compute_window_funcVarun Gupta2020-10-231-4/+5
| * | | Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-031-0/+2
| |\ \ \ | | |/ /
| | * | Fixed bugs found by valgrindMonty2020-07-021-0/+2
* | | | MDEV-19935 Create unified CRC-32 interfaceVladislav Vaintroub2020-09-171-11/+3
* | | | MDEV-23495: Refine Arm64 PMULL runtime check in MariaDBYuqi Gu2020-08-211-3/+1
* | | | MDEV-23030: ARM crash on Raspberry Pi 4Krunal Bauskar2020-07-301-0/+3
* | | | MDEV-7947 strcmp() takes 0.37% in OLTP ROMonty2020-07-231-1/+5
* | | | Added checks for uninitalized memory when writing to IO_CACHEMonty2020-06-141-2/+2
* | | | MDEV-11412 Ensure that table is truly dropped when using DROP TABLEMonty2020-06-141-0/+1
* | | | Cleanup - remove HAVE_AIOWAIT and associated code from mysysVladislav Vaintroub2020-06-051-21/+0
* | | | MDEV-22641: postfix - crc32{,c} fixups for ppc64Daniel Black2020-06-031-1/+1
* | | | Fix my_checksum declaration.Vladislav Vaintroub2020-06-011-1/+1
* | | | MDEV-22641: Provide SIMD optimized wrapper for zlib crc32() (#1558)mysqlonarm2020-06-011-3/+12
* | | | Fixed centos 6 build failureSergey Vojtovich2020-04-081-0/+1
* | | | HAVE_LARGE_PAGES no longer globalDaniel Black2020-04-051-5/+0
* | | | Simplified away my_get_large_page_size()Sergey Vojtovich2020-04-041-10/+0
* | | | HAVE_LARGE_PAGE_OPTION to HAVE_LARGE_PAGESSergey Vojtovich2020-04-041-2/+2
* | | | Coding style fixesSergey Vojtovich2020-04-041-3/+3
* | | | my_next_large_page_size() cleanupSergey Vojtovich2020-04-041-6/+0
* | | | Cleanup HAVE_MMAP_ALIGNED: one cmake check lessSergey Vojtovich2020-04-041-1/+1
* | | | Fix CentOS 6 and quantal build failuresSergey Vojtovich2020-04-031-0/+5
* | | | Merge pull request #1221 from grooverdan/10.4-MDEV-18851-multiple-sized-large...Daniel Black2020-04-021-13/+27
* | | | Merge branch 'github/10.5' into 10.5Sergei Golubchik2020-03-141-2/+2
|\ \ \ \
| * | | | MDEV-21907: Fix some -Wconversion outside InnoDBMarko Mäkelä2020-03-121-2/+2
* | | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-03-111-7/+0
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | mysys: remove windac my_security_attr_create (#1391)Daniel Black2020-02-141-7/+0