summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Add #include <stdint> needed by GCC to declare uintptr_tOlivier Bertrand2014-09-302-0/+2
* - Fix all compiler issues on FreeBSD clang.Olivier Bertrand2014-09-302-4/+4
* - fix MDEV-6802: MPXFAM::GetNextPos redefinedOlivier Bertrand2014-09-291-1/+1
* - Add some new testsOlivier Bertrand2014-09-276-0/+386
* - Fix: Crash of an XCOL table when the Colname column size is too small.Olivier Bertrand2014-09-274-5/+20
* - Fix a compile error (MDEV-6723)Olivier Bertrand2014-09-171-1/+1
* - Fix MDEV-6624 (indexing on void table)Olivier Bertrand2014-09-063-7/+10
* - Fix MDEV-6686 (buffer overflow in MakeRecord)Olivier Bertrand2014-09-051-2/+2
* - Initialise min/max buffer to 0 to avoid valgrind complainingOlivier Bertrand2014-09-026-24/+33
* - Avoid uninitialised warning from valgrindOlivier Bertrand2014-08-291-0/+2
* - Fix a bug in DOSFAM::OpenTableFile. Bin was not set to TRUE for blockedOlivier Bertrand2014-08-271-2/+2
* - Fix a test failure. Due to mmap on void file being accepted on WindowsOlivier Bertrand2014-08-274-23/+49
* - Adding a test for indexed UPDATE/DELETEOlivier Bertrand2014-08-253-0/+2691
* - Make storing and sorting values using less memory allocationOlivier Bertrand2014-08-253-135/+149
* - Fix a compile error on LinuxOlivier Bertrand2014-08-241-1/+1
* - Move DataPath from the MYCAT catalog to the ha_connect handler. IndeedOlivier Bertrand2014-08-2316-40/+113
* - Add a new CONNECT global variable allowing to tell whether or notOlivier Bertrand2014-08-2225-249/+395
* - Remove a gcc warningOlivier Bertrand2014-08-151-1/+1
* - Modifies the way indexed UPDATE/DELETE are sorted in order to executeOlivier Bertrand2014-08-1619-913/+591
* - Update part_file.result to match the test changeOlivier Bertrand2014-08-081-1/+1
* - Fix MDEV-6502Olivier Bertrand2014-08-083-7/+5
* - Commiting merge filesOlivier Bertrand2014-08-072872-94553/+138340
|\
| * - Fix failing tests. part_file.test failure was due to a new alter flag thatOlivier Bertrand2014-08-052-3/+2
| * Merge 10.0->10.0-connectAlexander Barkov2014-08-0479-3396/+13047
| |\
| * | MDEV-6450 - MariaDB crash on Power8 when built with advanceSergey Vojtovich2014-08-042-6/+6
| * | MDEV-6450 - MariaDB crash on Power8 when built with advanceSergey Vojtovich2014-07-312-6/+6
| * | fix failures in embedded testsSergei Golubchik2014-07-311-2/+2
| * | MDEV-6050 MySQL Bug#13036505 62540: TABLE LOCKS WITHIN STORED FUNCTIONS ARE B...Sergei Golubchik2014-07-319-161/+321
| * | MDEV-6312 HA_MUST_USE_TABLE_CONDITION_PUSHDOWN is not accounted by init_read_...Sergei Golubchik2014-07-313-13/+8
| * | Try to fix compiler error seen on Labrador.Jan Lindström2014-07-312-7/+12
| * | MDEV-6340 Mariadb 10.0.12 fatal "Lost connection" error w/ GCC 4.9 'Release' ...Sergei Golubchik2014-07-312-2/+2
| * | MDEV-6506: InnoDB: Assertion failure in thread 2810182464 in file Jan Lindström2014-07-311-1/+1
| * | Fixed failing testcaseMichael Widenius2014-07-302-0/+3
| * | Automatic mergeMichael Widenius2014-07-3064-278/+860
| |\ \
| | * | Fixed problem with very slow shutdown when using 100,000 MyISAM tables with d...Michael Widenius2014-07-1951-208/+650
| | * | Fixed assert in perfschema/pfs.cc::start_idle_wait_v1 when using performance ...Michael Widenius2014-07-1915-70/+210
| * | | Fixed MDEV-6451: "Error 'Table 't1' already exists' on query" with slave_ddl_...Michael Widenius2014-07-302-3/+22
| * | | Fixed wrong usage of global_query_id. (It's not protected by LOCK_thread_count)Michael Widenius2014-07-301-3/+1
| * | | Merge revision 4244 from 5.5. Fix compiler error on sparc.Jan Lindström2014-07-271-2/+2
| * | | Fix unnecessary printout of same writer thread more than once. FixedJan Lindström2014-07-263-7/+12
| * | | MDEV-6489 - rpl.rpl_insert, rpl.rpl_insert_delayed andSergey Vojtovich2014-07-251-1/+1
| * | | Merge InnoDB fixes from 5.5 revisions 4229, 4230, 4233, 4237 and 4238 i.e.Jan Lindström2014-07-258-67/+223
| * | | MDEV-6483 - Deadlock around rw_lock_debug_mutex on PPC64Sergey Vojtovich2014-07-246-82/+12
| * | | MDEV-6473 - main.statistics fails on PPC64Sergey Vojtovich2014-07-232-4/+4
| * | | MDEV-6470: Restrict number of error messages about persistent statictic table...Jan Lindström2014-07-228-118/+228
| * | | gis-precise.test fixed to work on Power8.Alexey Botchkov2014-07-222-8/+7
| * | | MDEV-6469 - rpl.rpl_gtid_basic, rpl.rpl_gtid_stop_start,Sergey Vojtovich2014-07-226-23/+13
| * | | MDEV-6443: Server crashed with assertaion failure in file ha_innodb.cc Jan Lindström2014-07-222-1/+30
| * | | MDEV-6443: Server crashed with assertaion failure in file Jan Lindström2014-07-222-0/+17
| * | | MDEV-5756 CMake option to build without thread pool.Alexey Botchkov2014-07-222-5/+11