Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-19787 Speedup Table_map_iterator, via compiler intrinsics | Vladislav Vaintroub | 2019-06-19 | 1 | -18/+9 |
* | MDEV-19702 Refactor Bitmap<N> to be based on ulonglong, not on uint32 | Vladislav Vaintroub | 2019-06-19 | 1 | -223/+166 |
* | MDEV-19709 Workaround "internal compiler bug" on GCC v 4.9 | Vladislav Vaintroub | 2019-06-12 | 1 | -3/+7 |
* | MDEV-19709: Unbreak the build for clang | Marko Mäkelä | 2019-06-11 | 1 | -1/+1 |
* | MDEV-19709 Bitmap<128>::merge etc may crash on older GCC versions | Vladislav Vaintroub | 2019-06-11 | 1 | -0/+17 |
* | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-05-19 | 1 | -1/+1 |
|\ | |||||
| * | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-14 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge branch '5.5' into 10.1 | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Update FSF Address | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
* | | | | MDEV-19235 MariaDB Server compiled for 128 Indexes crashes at startupbb-10.4-wlad-MDEV-19235 | Vladislav Vaintroub | 2019-05-09 | 1 | -65/+196 |
|/ / / | |||||
* | | | Fix some -Wsign-conversion | Marko Mäkelä | 2018-04-29 | 1 | -6/+9 |
|/ / | |||||
* | | MDEV-9021: MYSQLD SEGFAULTS WHEN BUILT USING --WITH-MAX-INDEXES=128 | Nirbhay Choubey | 2015-11-09 | 1 | -3/+41 |
* | | - Renaming variables so that they don't shadow others (After this patch one c... | Monty | 2015-07-06 | 1 | -1/+1 |
* | | 10.0-base merge | Sergei Golubchik | 2014-02-26 | 1 | -1/+1 |
|\ \ | |||||
| * \ | 5.5 merge | Sergei Golubchik | 2014-02-25 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | MySQL-5.5.36 merge | Sergei Golubchik | 2014-02-17 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Updated/added copyright headers | Murthy Narkedimilli | 2014-01-06 | 1 | -1/+1 |
* | | | | MDEV-5314 - Compiling fails on OSX using clang | Sergey Vojtovich | 2014-02-19 | 1 | -2/+2 |
* | | | | Fixes to get valgrind to work with jemalloc | Michael Widenius | 2014-01-02 | 1 | -2/+2 |
|/ / / | |||||
* | | | 5.5 merge and fixes for compiler/test errors | Sergei Golubchik | 2013-09-18 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | mysql-5.5.33 merge | Sergei Golubchik | 2013-09-06 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Bug#12328597 - MULTIPLE COUNT(DISTINCT) IN SAME SELECT FALSE | Neeraj Bisht | 2013-05-13 | 1 | -0/+1 |
* | | | remove ULL() and LL(), because they're totally unnecessary | Sergei Golubchik | 2013-04-07 | 1 | -2/+3 |
|/ / | |||||
* | | mysql-5.5.18 merge | Sergei Golubchik | 2011-11-03 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 1 | -2/+2 |
| |\ | |||||
* | \ | merge with 5.3 | Sergei Golubchik | 2011-10-19 | 1 | -0/+15 |
|\ \ \ | |||||
| * \ \ | Merged the code of MWL#106 into 5.3 | Igor Babaev | 2011-05-16 | 1 | -0/+15 |
| |\ \ \ | |||||
| | * | | | MWL#106: Backport optimizations for derived tables and views. | Igor Babaev | 2010-05-26 | 1 | -0/+15 |
* | | | | | lots of post-merge changes | Sergei Golubchik | 2011-04-25 | 1 | -1/+1 |
* | | | | | merge. | Sergei Golubchik | 2010-11-25 | 1 | -15/+48 |
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | |||||
| * | | | Change some my_bool in C++ classes and a few functions to bool to detect wron... | Michael Widenius | 2010-09-24 | 1 | -14/+14 |
| * | | | Added extra argument to longlong2str() to make it have same prototype is int2... | Michael Widenius | 2010-08-07 | 1 | -1/+1 |
| |/ / | |||||
| * | | MWL#17: Table elimination | Sergey Petrunya | 2009-08-13 | 1 | -0/+33 |
| |/ | |||||
* | | WL#5486: Remove code for unsupported platforms | Davi Arnaut | 2010-07-15 | 1 | -9/+0 |
* | | Bug#42643: InnoDB does not support replication of TRUNCATE TABLE | Davi Arnaut | 2010-05-25 | 1 | -0/+1 |
* | | WL#5030: Split and remove mysql_priv.h | Mats Kindahl | 2010-03-31 | 1 | -0/+5 |
|/ | |||||
* | Fix Bug#27812 "an ampersand is missed in sql/sql_bitmap.h, line 68" | unknown | 2008-01-29 | 1 | -1/+1 |
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0 | unknown | 2006-12-23 | 1 | -2/+1 |
|\ | |||||
| * | Many files: | unknown | 2006-12-23 | 1 | -2/+1 |
* | | This changeset is largely a handler cleanup changeset (WL#3281), but includes... | unknown | 2006-06-04 | 1 | -0/+2 |
* | | merge | unknown | 2005-07-20 | 1 | -1/+1 |
* | | merge | unknown | 2005-07-19 | 1 | -0/+9 |
|\ \ | |/ | |||||
| * | Bug#10932 - Building server with key limit of 128, makes test cases fail | unknown | 2005-07-19 | 1 | -0/+9 |
* | | merge | unknown | 2005-06-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | merge | unknown | 2005-06-05 | 1 | -1/+1 |
| |\ | |||||
| | * | Code cleanups during code reviews | unknown | 2005-06-01 | 1 | -1/+1 |
* | | | merge | unknown | 2005-06-04 | 1 | -1/+1 |
* | | | Merge | unknown | 2005-06-04 | 1 | -13/+11 |
|\ \ \ | |/ / | |||||
| * | | more than 64 indexes per table. bugfixes. bug#10995 | unknown | 2005-06-01 | 1 | -12/+11 |
| |/ | |||||
* | | sql_bitmap.h: | unknown | 2005-06-02 | 1 | -1/+1 |