summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | Disable main.index_merge_innodb with InnoDB plugin. The test case isSergey Vojtovich2009-08-121-0/+1
| * | | | | | | | | | AutomergeRamil Kalimullin2009-08-145-7/+48
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge from mysql-5.0-bugteam.Davi Arnaut2009-08-135-7/+48
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | |
| | | * | | | | | | | | Bug#46013: rpl_extraColmaster_myisam fails on pb2Davi Arnaut2009-08-134-0/+48
| * | | | | | | | | | | Fix for bug #46614: Assertion in show_create_trigger() Ramil Kalimullin2009-08-143-2/+23
| |/ / / / / / / / / /
| * | | | | | | | | | BUG#45574 CREATE IF NOT EXISTS is not binlogged if the object existsunknown2009-08-137-53/+255
| * | | | | | | | | | mergeMattias Jonsson2009-08-123-17/+5
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | A follow up patch for the follow up patch for Bug#45829 Konstantin Osipov2009-08-122-0/+6
| | * | | | | | | | | | A follow up patch for Bug#45829 "CREATE TABLE TRANSACTIONAL Konstantin Osipov2009-08-123-18/+0
| * | | | | | | | | | | manual mergeMattias Jonsson2009-08-124-1/+66
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Bug#46478: timestamp field incorrectly defaultedMattias Jonsson2009-08-063-0/+65
| * | | | | | | | | | | | mergeMattias Jonsson2009-08-129-3/+261
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | Bug#39893: Crash if select on a partitioned table, when partitioning is disabledMattias Jonsson2009-01-089-3/+261
| * | | | | | | | | | | | Manual Mergeunknown2009-08-125-0/+105
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | BUG#45516 SQL thread does not use database charset properlyunknown2009-08-125-0/+106
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge from mysql-5.0-bugteam.Davi Arnaut2009-08-112-42/+42
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | Fix tree name.Davi Arnaut2009-08-111-1/+1
| | * | | | | | | | | | Update test case result due to mis-merge.Davi Arnaut2009-08-111-45/+45
| | | |_|_|/ / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Raise version number after cloning 5.0.85unknown2009-08-111-2/+2
| | * | | | | | | | | Merge from mysql-5.0-bugteam.Davi Arnaut2009-08-104-10/+58
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | |
| | * | | | | | | | | Mergeunknown2009-08-102-0/+143
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Backport into build-200907211706-5.0.82sp1MySQL Build Team2009-07-213-3/+172
| | | * | | | | | | | | Backport into build-200907211706-5.0.82sp1MySQL Build Team2009-07-213-0/+65
| | | * | | | | | | | | Backport into build-200907211706-5.0.82sp1MySQL Build Team2009-07-213-2/+18
| | | * | | | | | | | | Backport into build-200907211706-5.0.82sp1MySQL Build Team2009-07-213-0/+46
| | | * | | | | | | | | Set version number for mysql-5.0.82sp1 releaseunknown2009-07-211-1/+1
| | * | | | | | | | | | Merge from mysql-5.0-bugteam.Davi Arnaut2009-08-0469-277/+1531
| | |\ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | fix for Bug#46897 'Test "index_merge_innodb" fails (mostly)':Guilhem Bichot2009-08-253-2/+16
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
* | | | | | | | | | | | Update GPL-version of the README file.Alexander Nozdrin2009-08-141-48/+374
* | | | | | | | | | | | merge of 5.1-build into trunk, to get one vardir per test runGuilhem Bichot2009-08-122-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Create separate vardirs during collections test runs.Daniel Fischer2009-08-122-6/+6
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | 8M was too small for the InnoDB data file, needs 10M.Guilhem Bichot2009-08-123-4/+4
* | | | | | | | | | | several tests fail with --mem --parallel because the InnoDB files fill /dev/shm;Guilhem Bichot2009-08-121-4/+6
* | | | | | | | | | | merge of 5.1-main into mysql-trunk.Guilhem Bichot2009-08-12146-690/+28994
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | merge fix to define __NT__ on WindowsVladislav Vaintroub2009-08-111-3/+3
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Always compile with __NT__ on windows. in 5.1 itthis #define isVladislav Vaintroub2009-08-111-3/+3
| * | | | | | | | | | | Merge from mysql-5.1-bugteam.Davi Arnaut2009-08-1116-33/+1616
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Update README.Davi Arnaut2009-08-111-2/+1247
| | * | | | | | | | | | Manual merge.Davi Arnaut2009-08-104-8/+40
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / | | | |/| | | | | | | |
| | | * | | | | | | | | Bug#45010: invalid memory reads during parsing some strange statementsDavi Arnaut2009-08-073-8/+43
| | * | | | | | | | | | MergeMartin Hansson2009-08-104-13/+118
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | | * | | | | | | | | Bug#46454: MySQL wrong index optimisation leads to incorrect result & crashesMartin Hansson2009-08-074-13/+118
| | * | | | | | | | | | Auto-mergeIgnacio Galarza2009-08-061-2/+15
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | |
| | | * | | | | | | | | Bug #27535 Installing Windows service with --defaults-file option - quotation...Ignacio Galarza2009-08-061-2/+15
| | | | |_|_|/ / / / / | | | |/| | | | | | |
| | | * | | | | | | | Merge from mysql-5.0.Davi Arnaut2009-08-044-5/+49
| | | |\ \ \ \ \ \ \ \ | | | | | |_|/ / / / / | | | | |/| | | | | |
| | * | | | | | | | | Fix for BUG#45816 - assertion failure with index containing double Satya B2009-08-064-2/+39
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | * | | | | | | | Bug #45630 rpl_trigger.test causes valgrind failures within nptl_pthread_ex...unknown2009-08-061-0/+108
| | * | | | | | | | Merge approved bug fixJim Winstead2009-08-051-6/+49
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Not all of the necessary tests for multi-byte support in readlineJim Winstead2009-07-311-6/+49
| * | | | | | | | | | Merge mysql-5.1-innodb_plugin to mysql-5.1.Sergey Vojtovich2009-08-11452-334/+221187
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | |