summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix buildbot valgrind failureSergey Petrunya2010-07-064-21/+6
* Added missing calls of update_virtual_fields() in the Igor Babaev2010-07-013-4/+46
* Add sql/opt_index_cond_pushdown.cc to CMakeLists.txt filesSergey Petrunya2010-06-272-0/+2
* Fix windows build: add sql/opt_subselect.cc to CMakeLists.txt filesSergey Petrunya2010-06-272-0/+2
* Fix valgrind failure: when creating key image, don't try to copy out more thanSergey Petrunya2010-06-271-1/+1
* Fix windows build: provide log2 function if the system doesn't have it.Sergey Petrunya2010-06-262-0/+14
* Post-merge fixes: update test results for vcol and pbxt test suites.Sergey Petrunya2010-06-263-33/+33
* Post-merge fixes: Update test results. The differences in QEPs are becauseSergey Petrunya2010-06-264-12/+12
* Post-merge fixes: Sergey Petrunya2010-06-261-6/+24
* MariaDB 5.2 -> MariaDB 5.3 merge Sergey Petrunya2010-06-262113-28005/+1029393
|\
| * after merge fix.Sergei Golubchik2010-06-076-8/+65
| * updated test results in the pbxt suiteSergei Golubchik2010-06-074-37/+37
| * few small MySQL bugs/issues that impact the engines, as discussed in the SE s...Sergei Golubchik2010-06-0516-318/+266
| * include guardsSergei Golubchik2010-06-031-0/+3
| * fixes for test suiteSergei Golubchik2010-06-032-20/+6
| * handle a case when a user connects with a password to a passwordless accountSergei Golubchik2010-06-021-2/+4
| * merge 5.1->5.2Sergei Golubchik2010-06-011860-11878/+994685
| |\
| | * Automerge MariaDB 5.1.47 release into main.unknown2010-05-311855-11422/+994656
| | |\
| | | * Fixed compiler warningsMichael Widenius2010-05-2710-1917/+15
| | | * Added macros to inform valgrind that memory is uninitializedMichael Widenius2010-05-265-11/+42
| | | * Resolve bzr conflictsMichael Widenius2010-05-262-4/+50
| | | * Merge with MySQL 5.1.47Michael Widenius2010-05-26309-5067/+7466
| | | |\
| | | | * MergeKaren Langford2010-05-063-13/+21
| | | | |\
| | | | | * btr_page_split_and_insert(): Correct the fix of Bug #52964.Marko Mäkelä2010-05-041-1/+9
| | | | | * buf_zip_decompress(): Allow BUF_NO_CHECKSUM_MAGIC as the stamped checksum.Marko Mäkelä2010-05-032-12/+12
| | | | * | tree name changeGeorgi Kodinov2010-05-051-1/+1
| | | | |\ \
| | | | | * \ mergeGeorgi Kodinov2010-05-051-2/+2
| | | | | |\ \
| | | | | | * | Raise version number after cloning 5.0.91unknown2010-05-031-2/+2
| | | | | | * | tree name changeGeorgi Kodinov2010-05-011-1/+1
| | | | | * | | tree name changeGeorgi Kodinov2010-05-051-1/+1
| | | | * | | | On behalf of Kristofer :Georgi Kodinov2010-05-055-6/+33
| | | | * | | | merge mysql-5.1-bugteam (local) --> mysql-5.1-bugteamAlfranio Correia2010-05-042-0/+55
| | | | |\ \ \ \
| | | | | * | | | BUG#43407 SET GLOBAL SQL_SLAVE_SKIP_COUNTER should log previous state in erro...Alfranio Correia2010-05-041-0/+31
| | | | | * | | | BUG#43406 CHANGE MASTER TO should log previous state in error logAlfranio Correia2010-05-041-0/+24
| | | | * | | | | Updates to README file of the 'engines' test suitesOmer BarNir2010-05-041-6/+6
| | | | * | | | | Bug #53371: COM_FIELD_LIST can be abused to bypass table level grants.Georgi Kodinov2010-05-049-8/+138
| | | | |\ \ \ \ \ | | | | | |/ / / / | | | | |/| / / / | | | | | |/ / /
| | | | | * | | Bug #53371: COM_FIELD_LIST can be abused to bypass table level grants.Georgi Kodinov2010-05-032-0/+49
| | | | | |/ /
| | | | * | | AutomergeKristofer Pettersson2010-05-03230-6993/+4199
| | | | |\ \ \
| | | | | * \ \ merged 5.1-innodb Georgi Kodinov2010-05-01230-6993/+4199
| | | | | |\ \ \ | | | | | | | |/ | | | | | | |/|
| | | | | | * | Disable innodb.innodb, main.ps_3innodb and main.partition_innodb_pluginVasil Dimov2010-04-302-0/+14
| | | | | | * | recv_sys_init(), recv_sys_empty_hash(): Shrink recv_sys->addr_hash.Marko Makela2010-04-291-2/+2
| | | | | | * | recv_sys_init(), recv_sys_empty_hash(): Shrink recv_sys->addr_hash.Marko Makela2010-04-293-4/+10
| | | | | | * | Reduce the next-key locking of READ UNCOMMITTED to match that ofMarko Makela2010-04-294-18/+18
| | | | | | * | Reduce the next-key locking of READ UNCOMMITTED to match that ofMarko Makela2010-04-295-18/+25
| | | | | | * | Bug#53046 dict_update_statistics_low can still be run concurrentlyVasil Dimov2010-04-281-0/+5
| | | | | | * | Revert the fix of Bug#38996 Race condition in ANALYZE TABLEVasil Dimov2010-04-281-9/+0
| | | | | | * | Followup to vasil.dimov@oracle.com-20100428084627-wtrmc66wqvjsdgj7:Vasil Dimov2010-04-281-7/+17
| | | | | | * | Fix Bug#53046 dict_update_statistics_low can still be run concurrentlyVasil Dimov2010-04-284-0/+70
| | | | | | * | Merge r6103 from InnoDB Plugin to the built-in InnoDB to fix Bug #53202:Marko Makela2010-04-284-9/+31
| | | | | | * | Merge mysql-5.1 -> mysql-5.1-innodb, this merge does not changeVasil Dimov2010-04-270-0/+0
| | | | | | |\ \