summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* Rewritten patch of percona - switching query cache on and off, removing comme...unknown2011-05-181-0/+3
* Merge with dynamic column codeMichael Widenius2011-05-124-2/+2126
|\
| * Fixed bug when accessing wrong decimal value in dynamic string (Fixed lp:781233)Michael Widenius2011-05-121-13/+64
| * automatic mergeMichael Widenius2011-05-111-1/+11
| |\
| | * Fixed a memory overrun in dynamic columns when sending in a mailformed (too s...Michael Widenius2011-05-111-1/+9
| | * Fixed compiler warnings and test cases problems found by buildbotMichael Widenius2011-05-111-0/+2
| * | Fix compile error by changing #include <mysys_priv.h> to #include "mysys_pri...Vladislav Vaintroub2011-05-111-11/+18
| |/
| * Adding support for Dynamic columns (WL#34):Michael Widenius2011-05-084-2/+2058
* | Merge with MariaDB 5.2Michael Widenius2011-05-108-544/+170
|\ \ | |/ |/|
| * Automatic merge with MariaDB 5.1Michael Widenius2011-05-031-2/+3
| |\
| | * Fixed after-merge failures found by buildbotMichael Widenius2011-05-031-2/+3
| * | Merge with MariaDB 5.1Michael Widenius2011-05-038-545/+169
| |\ \ | | |/
| | * Merge with MySQL 5.1.57/58Michael Widenius2011-05-028-545/+169
| | |\
| | | * Bug #11758687: 50924: object names not resolved correctly Georgi Kodinov2011-04-041-5/+6
| | | * Fix-up after commit of Bug#11900714Magne Mahre2011-03-301-2/+4
| | | * Bug#11900714 REMOVE LGPL LICENSED FILES IN MYSQL 5.1Magne Mahre2011-03-286-301/+108
| | | * Bug #11752069 (former bug 43152)Jon Olav Hauglid2011-02-161-489/+146
* | | | merge mwl#55Vladislav Vaintroub2011-03-111-2/+0
|\ \ \ \ | |/ / /
| * | | merge 5.2Vladislav Vaintroub2011-03-1013-33/+282
| |\ \ \
| * | | | MWL#55 : cherrypick MySQL 5.5 CMake/build improvements in orderVladislav Vaintroub2011-01-291-2/+0
* | | | | Merge with 5.2Michael Widenius2011-03-0913-33/+278
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-2813-33/+278
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | - maria/ma_test_all.sh can now be run with --tmpdir=/dev/shm for faster testingMichael Widenius2011-02-251-2/+2
| | * | | - Reduced memory requirements for mysqltest to 1/4.th This also gave a speed...Michael Widenius2011-02-244-12/+18
| | * | | Merge with MySQL 5.1.55Michael Widenius2011-02-208-18/+253
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Updating header copyright/README in source for 2011Karen Langford2011-01-252-2/+2
| | | * | Bug#42054: SELECT CURDATE() is returning bad valueDavi Arnaut2011-01-111-1/+7
| | | * | Bug#51023: Mysql server crashes on SIGHUP and destroys InnoDB filesDavi Arnaut2011-01-071-3/+3
| | | * | Bug#51023: Mysql server crashes on SIGHUP and destroys InnoDB filesDavi Arnaut2011-01-071-1/+134
| | | * | MergeKent Boortz2010-12-291-1/+1
| | | |\ \
| | | | * | - Added/updated copyright headersKent Boortz2010-12-2812-1312/+2
| | | * | | Fix for bug#48451: my_seek and my_tell ignore MY_WME flagRamil Kalimullin2010-12-093-5/+13
| | | * | | Workaround a GCC warning about a pointer being cast to a largerDavi Arnaut2010-11-301-1/+4
| | | * | | Bug#51817: incorrect assumption: thd->query at 0x2ab2a8360360 is an invalid p...Davi Arnaut2010-11-261-7/+96
| | | * | | mergeGeorgi Kodinov2010-11-261-1/+16
| | | |\ \ \
| | | * | | | Bug#58057: 5.1 libmysql/libmysql.c unused variable/compile failureDavi Arnaut2010-11-102-6/+7
| | | * | | | Bug #45288 pb2 returns a lot of compilation warningsJon Olav Hauglid2010-11-081-1/+3
| | * | | | | fix "./configure --with-debug" buildsSergei Golubchik2011-01-261-1/+1
| | * | | | | Fixed bugs found by buildbot:Michael Widenius2011-01-261-2/+6
| * | | | | | Merge with alias as StringMichael Widenius2011-02-281-0/+4
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
* | | | | | | Fixed compiler warnings and some test failures found by buildbotMichael Widenius2011-02-231-8/+11
* | | | | | | Merge in new handler and handlersocket code into 5.3 mainMichael Widenius2011-02-223-11/+30
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge with 5.1Michael Widenius2011-01-112-6/+8
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Automatic merge with 5.1Michael Widenius2011-01-101-0/+4
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | - Fixed that Aria works with HANDLER commandsMichael Widenius2011-01-101-0/+4
| * | | | | | | Implementation of MWL#172: Add support for prepared statements to HANDLER READMichael Widenius2011-01-042-11/+26
* | | | | | | | Fix for lp:711565 "Index Condition Pushdown can make a thread hold MyISAM loc...Michael Widenius2011-02-181-2/+2
* | | | | | | | Fix compile errors:Vladislav Vaintroub2011-02-011-1/+2
* | | | | | | | Removed some old comments.Sergei Golubchik2011-01-141-1/+1
* | | | | | | | MergeIgor Babaev2010-12-272-6/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |