summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-04-101-3/+8
|\
| * MDEV-14705: slow innodb startup/shutdown can exceed systemd timeoutDaniel Black2018-04-061-3/+8
* | MDEV-13785: move defination HAVE_LARGE_PAGES -> HAVE_LINUX_LARGE_PAGESDaniel Black2018-03-291-3/+3
* | Merge 10.1 into 10.2Marko Mäkelä2018-03-211-0/+2
|\ \ | |/
| * Merge 10.0 into 10.1Marko Mäkelä2018-03-201-0/+2
| |\
| | * Merge 5.5 into 10.0Marko Mäkelä2018-03-201-0/+2
| | |\
| | | * honor alignment rules and xtradb tooEugene Kosov2018-03-201-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-016-22/+51
| | |\ \ \
| * | | | | MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2018-03-161-0/+7
* | | | | | After-merge fix for commit 98eb9518db1da854048b09d94244a982a1d32f9aMarko Mäkelä2018-03-161-0/+7
* | | | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-02-221-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.0' into 10.1Sergei Golubchik2018-02-221-0/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge branch '5.5' into 10.0Sergei Golubchik2018-02-221-0/+1
| | |\ \ \ \ | | | |_|/ / | | |/| | / | | | | |/ | | | |/|
| | | * | bug: ha_heap was unilaterally increasing reclengthSergei Golubchik2018-02-111-0/+1
* | | | | compilation error on windowsSergei Golubchik2018-02-061-1/+1
* | | | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-066-28/+44
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-025-19/+44
| |\ \ \ \ | | |/ / /
| | * | | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-245-22/+42
| | |\ \ \ | | | |/ /
| | | * | improve ASAN instrumentation: clangSergei Golubchik2018-01-221-0/+8
| | | * | improve ASAN instrumentation: TRASHSergei Golubchik2018-01-221-4/+4
| | | * | Correct TRASH() macro usageSergei Golubchik2018-01-221-1/+0
| | | * | 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
| | | * | MDEV-14229: Stack trace is not resolved for shared objectsVicențiu Ciorbaru2018-01-191-0/+4
| | | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-01-181-1/+1
| | | |\ \
| | | | * | Updated copyright year in user visible textmysql-5.5.59Balasubramanian Kandasamy2017-11-271-1/+1
| | | * | | compiler warning: my_printf_error() supports printf format extensionsSergei Golubchik2018-01-181-3/+1
| | | * | | BIT field woesSergei Golubchik2018-01-161-11/+13
| | | * | | add support for ASAN instrumentationSergei Golubchik2018-01-161-3/+8
| | * | | | MDEV-7533: COLUMN_JSON() doesn't escape control characters in string valuesOleksandr Byelkin2018-01-231-0/+3
* | | | | | MDEV-11415 Remove excessive undo logging during ALTER TABLE…ALGORITHM=COPYMarko Mäkelä2018-01-301-2/+8
* | | | | | Compilation speed (#546)Eugene Kosov2018-01-141-1/+5
* | | | | | Fixed wrong arguments to printf and related functionsMonty2018-01-041-0/+2
* | | | | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-223-13/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2017-12-193-13/+0
* | | | | | Merge 10.1 into 10.2Marko Mäkelä2017-12-141-0/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.0 into 10.1Marko Mäkelä2017-12-121-0/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-8949: COLUMN_CREATE unicode name breakageOleksandr Byelkin2017-11-141-0/+6
* | | | | | Correct definition of ATTRIBUTE_NORETURN on Windows.Vladislav Vaintroub2017-09-291-1/+1
* | | | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-2/+2
* | | | | | MDEV-13384 Fix Windows warnings. thd_alloc functions now use size_t parametersVladislav Vaintroub2017-09-287-76/+76
* | | | | | MDEV-13712 Spelling errors in the error messageSergei Golubchik2017-09-181-13/+13
* | | | | | MDEV-13773 client packages need my_global.h and/or my_config.hSergei Golubchik2017-09-181-0/+19
* | | | | | MDEV-12763 10.2 uses deprecated openssl 1.0 apis even with 1.1Sergei Golubchik2017-09-181-1/+22
* | | | | | Add ATTRIBUTE_NORETURN and ATTRIBUTE_COLDMarko Mäkelä2017-08-311-0/+23
* | | | | | Merge 10.1 into 10.2Marko Mäkelä2017-08-311-2/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/10.0-galera' into 10.1Jan Lindström2017-08-211-2/+8
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |