summaryrefslogtreecommitdiff
path: root/include/my_global.h
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | bzr merge from guilhem's maria tree to our local 5.1Michael Widenius2009-04-251-4/+36
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | merge of 5.1-main into 5.1-maria. MyISAM changes are propagated to Maria exceptGuilhem Bichot2009-04-011-3/+36
| |\ \ \ \ | | |/ / /
| | * | | Automerge.Alexey Kopytov2009-02-251-0/+3
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Fixed a build failure on Ubuntu 8.10 introduced by the patchAlexey Kopytov2009-02-251-0/+3
| | * | | Manual merge to 5.1.Alexey Kopytov2009-02-231-2/+33
| | |\ \ \ | | | |/ /
| | | * | Fix for bug #15936: "round" differs on Windows to UnixAlexey Kopytov2009-02-231-2/+33
| | | |/
| | * | Merge from bugteam team tree.Chad MILLER2009-02-101-1/+3
| | |\ \
| | * | | Bug#34309: '_PC' macro redefinitionChad MILLER2009-01-271-1/+0
| * | | | merge of 5.1-main into 5.1-maria; MyISAM changes are also ported to Maria.Guilhem Bichot2009-03-111-1/+0
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Bug#37995 Error message truncation in test "innodb" in embedded mode.Alexey Botchkov2009-02-051-1/+0
| * | | | merge of 5.1-main into 5.1-maria. Myisam->Maria change propagation will follow.Guilhem Bichot2009-02-121-0/+6
| |\ \ \ \ | | |/ / /
* | | | | Fix Valgrind errors seen in buildbot.unknown2009-04-081-0/+6
* | | | | Merge with base MySQL 5.1Michael Widenius2009-02-151-0/+6
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | merge: 5.1 -> 5.1-rplLuis Soares2009-01-231-0/+3
| |\ \ \ | | |/ /
| | * | Merge from mysql-5.0-bugteam to mysql-5.1-bugteam.Alexey Kopytov2008-12-071-0/+3
| | |\ \ | | | |/
| | | * Fix for bug #27483: Casting 'scientific notation type' to 'unsigned Alexey Kopytov2008-12-031-0/+3
| | | * Correct failing build.unknown2008-04-281-2/+6
| | | * Merge mysql.com:/misc/mysql/mysql-5.0unknown2008-03-271-1/+1
| | | |\
| * | | \ merge 5.1 --> 5.1-rplAlfranio Correia2008-12-131-5/+5
| |\ \ \ \ | | |/ / /
| * | | | Fixning compiler warnings. Fixing build failure for valgrind platform.Mats Kindahl2008-08-221-0/+3
* | | | | Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, my...Guilhem Bichot2008-12-101-27/+61
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | wt needs to use its own implementation of rwlocks withSergei Golubchik2008-10-241-0/+9
| * | | | typedef is better than __attribute__ ((unused))Sergei Golubchik2008-10-221-2/+1
| * | | | mergedSergei Golubchik2008-10-211-1/+1
| |\ \ \ \
| | * | | | Fix for bug#39226 Maria: crash with FLUSH TABLES WITH READ LOCK after LOCK TA...Michael Widenius2008-10-121-1/+1
| * | | | | win32: compilation failures, maria.test failureSergei Golubchik2008-10-211-1/+1
| |/ / / /
| * | | | proc_info_hook, mysys access to thd->proc_infoSergei Golubchik2008-08-271-1/+20
| * | | | Fix for BUG#36319 "Maria: table is not empty but DELETE and SELECT find no ro...Guilhem Bichot2008-06-101-3/+8
| * | | | Merge mysql.com:/home/my/mysql-5.1unknown2008-04-281-13/+13
| |\ \ \ \
| * | | | | Injecting more "const" declarations into code which does not changeunknown2008-04-031-15/+15
| * | | | | Merge gbichot4.local:/home/mysql_src/mysql-5.1-build-gcaunknown2008-02-181-0/+4
| |\ \ \ \ \
| * | | | | | Bugs fixed:unknown2008-01-071-0/+1
| * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-12-301-4/+2
| |\ \ \ \ \ \
| | * | | | | | UNDO of rows now puts back all part of the row on their original pages and po...unknown2007-12-301-4/+2
| * | | | | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-12-161-0/+3
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | include sys/stat.hunknown2007-12-151-0/+3
| * | | | | | | Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainunknown2007-12-161-1/+13
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | First part of redo/undo for key pagesunknown2007-11-141-1/+1
| | * | | | | | Merge some changes from sql directory in 5.1 treeunknown2007-10-201-7/+0
| | * | | | | | Merge hynda.mysql.fi:/home/my/mysql-5.1-mainunknown2007-09-271-0/+19
| | |\ \ \ \ \ \
| | | * | | | | | post-merge fixes, and fixes for some of the 16 compiler warningsunknown2007-07-261-0/+7
| | | * | | | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-06-271-0/+13
| | | |\ \ \ \ \ \
| | | | * | | | | | This patch is a collection of patches from from Sanja, Sergei and Monty.unknown2007-05-291-0/+2
| | | | * | | | | | Merge gbichot3.local:/home/mysql_src/mysql-5.1-for-mariaunknown2007-02-281-0/+26
| | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ Merge gbichot3.local:/home/mysql_src/mysql-5.1-cleanunknown2006-12-201-0/+26
| | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ Merge gbichot3.local:/home/mysql_src/mysql-5.1-cleanunknown2006-12-181-0/+26
| | | | | | |\ \ \ \ \ \
| | | | | | | * | | | | | Maria - post-review fixes about my_sync_dir():unknown2006-11-221-0/+8
| | | | | | | * | | | | | post-review fixes.unknown2006-11-161-1/+10
| | | | | | | * | | | | | more post-review fixes - comments, renames, error checks in unit testsunknown2006-10-201-0/+7
| | | | | | | * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2006-10-131-0/+2
| | | | | | | |\ \ \ \ \ \