Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved include <cmath> from my_global.h | Sergey Vojtovich | 2018-05-26 | 1 | -4/+0 |
* | Cleanup log2() portability checks | Sergey Vojtovich | 2018-05-26 | 1 | -11/+0 |
* | Cleanup rint() portability checks | Sergey Vojtovich | 2018-05-26 | 1 | -35/+0 |
* | Cleanup isnan() portability checks | Sergey Vojtovich | 2018-05-26 | 1 | -8/+0 |
* | Cleanup isinf() portability checks | Sergey Vojtovich | 2018-05-26 | 1 | -8/+0 |
* | remove check for finite/isfinite | Howard Su | 2018-05-24 | 1 | -11/+0 |
* | bugfix: EE_OPEN_WARNING could be statistically wrong | Sergei Golubchik | 2018-05-21 | 1 | -6/+0 |
* | cleanup: create_temp_file() | Sergei Golubchik | 2018-05-21 | 2 | -2/+3 |
* | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-05-11 | 1 | -1/+1 |
|\ | |||||
| * | Fix warning VS2017 15.7 update. | Vladislav Vaintroub | 2018-05-09 | 1 | -1/+1 |
* | | Optimize performance schema likely/unlikely | Michael Widenius | 2018-05-07 | 9 | -368/+453 |
* | | Add checking of correct likely/unlikely | Michael Widenius | 2018-05-07 | 1 | -10/+30 |
* | | Fix some -Wsign-conversion | Marko Mäkelä | 2018-04-29 | 3 | -9/+10 |
* | | Fix a lot of compiler warnings found by -Wunused | Monty | 2018-04-26 | 3 | -5/+5 |
* | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-04-24 | 3 | -9/+8 |
|\ \ | |/ | |||||
| * | Remove most 'register' use in C++ | Marko Mäkelä | 2018-04-24 | 3 | -9/+8 |
* | | Merge remote-tracking branch '10.2' into 10.3 | Vicențiu Ciorbaru | 2018-04-12 | 1 | -3/+8 |
|\ \ | |/ | |||||
| * | Merge branch '10.1' into 10.2 | Vicențiu Ciorbaru | 2018-04-10 | 1 | -3/+8 |
| |\ | |||||
| | * | MDEV-14705: slow innodb startup/shutdown can exceed systemd timeout | Daniel Black | 2018-04-06 | 1 | -3/+8 |
* | | | improve strmake_buf() to detect wrong usage reliably | Sergei Golubchik | 2018-04-10 | 1 | -1/+1 |
* | | | Misc. typos | luz.paz | 2018-04-05 | 17 | -34/+34 |
* | | | MDEV-15694 Windows : use GetSystemTimePreciseAsFileTime if available for high... | Vladislav Vaintroub | 2018-04-01 | 2 | -2/+9 |
* | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-03-30 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | MDEV-13785: move defination HAVE_LARGE_PAGES -> HAVE_LINUX_LARGE_PAGES | Daniel Black | 2018-03-29 | 1 | -3/+3 |
* | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-03-28 | 2 | -0/+9 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-03-21 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | Merge 10.0 into 10.1 | Marko Mäkelä | 2018-03-20 | 1 | -0/+2 |
| | |\ | |||||
| | | * | Merge 5.5 into 10.0 | Marko Mäkelä | 2018-03-20 | 1 | -0/+2 |
| | | |\ | |||||
| | | | * | honor alignment rules and xtradb too | Eugene Kosov | 2018-03-20 | 1 | -0/+2 |
| * | | | | Merge branch '10.1' into 10.2 | Vicențiu Ciorbaru | 2018-03-21 | 1 | -0/+5 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.0-galera' into 10.1 | Vicențiu Ciorbaru | 2018-03-19 | 1 | -0/+5 |
| | |\ \ \ | |||||
| | | * | | | MDEV-8743: where O_CLOEXEC is available, use for innodb buf_dump | Daniel Black | 2018-03-15 | 1 | -0/+5 |
| | | * | | | Merge tag 'mariadb-10.0.34' into 10.0-galeramariadb-galera-10.0.34 | Jan Lindström | 2018-02-01 | 6 | -22/+51 |
| | | |\ \ \ | |||||
| | * | | | | | MDEV-14265 - RPMLint warning: shared-lib-calls-exit | Sergey Vojtovich | 2018-03-16 | 1 | -0/+7 |
| * | | | | | | After-merge fix for commit 98eb9518db1da854048b09d94244a982a1d32f9a | Marko Mäkelä | 2018-03-16 | 1 | -0/+7 |
* | | | | | | | MDEV-15505 Fix wsrep XID storage byte order | Marko Mäkelä | 2018-03-21 | 1 | -0/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | MDEV-15505 Fixes to compilation without -DWITH_WSREP:BOOL=ON | Teemu Ollakka | 2018-03-21 | 1 | -4/+4 |
| * | | | | | | | MDEV-15505 New wsrep XID format for backwards compatibility | Teemu Ollakka | 2018-03-12 | 1 | -4/+2 |
| * | | | | | | | MDEV-15505 Fix wsrep XID seqno byte order | Teemu Ollakka | 2018-03-12 | 1 | -0/+8 |
* | | | | | | | | MDEV-8743: fopen mode e (glibc only) to prevent galera SST scripts accessing ... | Daniel Black | 2018-03-05 | 1 | -0/+5 |
|/ / / / / / / | |||||
* | | | | | | | helper append_interval(String*) | Sergei Golubchik | 2018-02-23 | 1 | -1/+1 |
* | | | | | | | Merge branch 'bb-10.2-ext' into 10.3 | Sergei Golubchik | 2018-02-23 | 2 | -1/+2 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch '10.2' into bb-10.2-ext | Sergei Golubchik | 2018-02-22 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |||||
| | * | | | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2018-02-22 | 1 | -0/+1 |
| | |\ \ \ \ \ \ | | | |/ / / / / | |||||
| | | * | | | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2018-02-22 | 1 | -0/+1 |
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | | | |||||
| | | | * | | | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2018-02-22 | 1 | -0/+1 |
| | | | |\ \ \ \ | | | | | |_|/ / | | | | |/| | / | | | | | | |/ | | | | | |/| | |||||
| | | | | * | | bug: ha_heap was unilaterally increasing reclength | Sergei Golubchik | 2018-02-11 | 1 | -0/+1 |
| * | | | | | | Fix truncation warning on Windows. | Vladislav Vaintroub | 2018-02-21 | 1 | -1/+1 |
* | | | | | | | Make possible to use clang on Windows (clang-cl) | Vladislav Vaintroub | 2018-02-20 | 1 | -2/+2 |
* | | | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-02-15 | 1 | -3/+0 |
|\ \ \ \ \ \ \ | |/ / / / / / |