summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Automatic mergeMichael Widenius2012-09-22170-912/+3667
|\
| * Automatic mergeMichael Widenius2012-09-22170-912/+3667
| |\
| | * Updated mytop to version 1.91Michael Widenius2012-09-221-69/+78
| | * Fix test failure on --embedded-serverunknown2012-09-211-0/+3
| | * This fix+comments was originally made by Alexey KopytovMichael Widenius2012-09-185-7/+142
| | * Automatic mergeMichael Widenius2012-09-1859-198/+1247
| | |\
| | | * Fix for MDEV-533: Confusing error code when doing auto-increment insert for o...Michael Widenius2012-09-1857-167/+1222
| | | * Added THD::utime_after_query to avoid calling current_utime() twice for every...Michael Widenius2012-09-133-31/+25
| | * | Fixed test for ps-protocolMichael Widenius2012-09-181-1/+2
| | * | Merged the fix for bug lp:1009187, mdev-373unknown2012-09-184-203/+335
| | |\ \
| | | * \ - Merged the fix for bug lp:1009187, mdev-373.unknown2012-09-174-203/+235
| | | |\ \
| | | | * | Fix bug lp:1009187, mdev-373, mysql bug#58628unknown2012-09-144-86/+180
| | | * | | Fix of MDEV-511.unknown2012-09-071-0/+6
| | * | | | Fixed issues in test suite when running with --ps-protocolMichael Widenius2012-09-182-0/+7
| | | |_|/ | | |/| |
| | * | | Fixed random test failureMichael Widenius2012-09-103-2/+3
| | * | | Fixed Bug#1002564: Wrong result for a lookup query from a heap tableMichael Widenius2012-09-103-0/+41
| | * | | Fixed compiler warning on MacMichael Widenius2012-09-101-1/+1
| | * | | Added new status variables:Michael Widenius2012-09-0920-21/+328
| | * | | Automatic mergeMichael Widenius2012-09-099-14/+220
| | |\ \ \
| | | * | | Better error message when using --language or --log-binMichael Widenius2012-09-072-14/+14
| | | * | | Added function last_value() which returns the last value but evalutes all arg...Michael Widenius2012-09-057-0/+206
| | * | | | Fix of MDEV-511.unknown2012-09-071-0/+6
| | * | | | MDEV-510 assert triggered by ./mtr --ps-protocol rpl_mdev382Sergei Golubchik2012-09-062-28/+14
| | * | | | merge 5.3->5.5unknown2012-09-0610-15/+227
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | MDEV-486 LP BUG#1010116 fix.unknown2012-09-057-12/+184
| | | * | | Bug #1043845 st_distance() results are incorrect depending on variable order.Alexey Botchkov2012-08-314-2/+42
| | * | | | sys_vars.expensive_subquery_limit_basicSergei Golubchik2012-09-053-1/+90
| | * | | | XtraDB from Percona-Server-5.5.27-rel28.1Sergei Golubchik2012-09-0535-166/+704
| | |\ \ \ \
| | | * | | | Percona-Server-5.5.27-rel28.1Sergei Golubchik2012-09-0532-165/+614
| | * | | | | MDEV-481 Assertion `pins->pin[i] == 0' failed in _lf_pinbox_put_pins on concu...Sergei Golubchik2012-09-041-1/+3
| | * | | | | 1. fix an old typo. A purgatory must be cleaned on every LF_PURGATORY_SIZE fr...Sergei Golubchik2012-09-042-2/+2
| | | |_|/ / | | |/| | |
| | * | | | don't run mdev375.test for embedded serverSergei Golubchik2012-09-021-0/+2
| | * | | | remove the forgotten commented out piece of the old mergeSergei Golubchik2012-09-011-5/+0
| | * | | | fix the test to work with --lower-case-table-names=1Sergei Golubchik2012-08-312-58/+58
| | * | | | 5.3 mergeSergei Golubchik2012-08-3120-77/+139
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | compilation warningSergei Golubchik2012-08-311-1/+1
| | | * | | MDEV-381: fdatasync() does not correctly flush growing binlog file.unknown2012-08-303-7/+22
| | | * | | MDEV-437 Microseconds: In time functions precision is calculated modulo 256Sergei Golubchik2012-08-303-1/+5
| | | * | | MDEV-438 Microseconds: Precision is ignored in CURRENT_TIMESTAMP(N) when it i...Sergei Golubchik2012-08-291-4/+4
| | | * | | MDEV-454 Addition of a time interval reduces the resulting valueSergei Golubchik2012-08-294-3/+22
| | | * | | MDEV-456 An out-of-range datetime value (with a 5-digit year) can be created ...Sergei Golubchik2012-08-295-57/+65
| | | * | | MDEV-492: fixed incorrect error check.unknown2012-08-293-1/+18
| | | * | | Fix bugs in BatchedKeyAccess that show up when working with a Sergey Petrunya2012-08-281-3/+4
| | * | | | MDEV-414 Depending on indexes or execution plans, a warning on incorrect or o...Sergei Golubchik2012-08-315-47/+8
| | * | | | MDEV-395 PR_SET_DUMPABLE set in unreachable codeSergei Golubchik2012-08-301-3/+9
* | | | | | MDEV-232: Remove one fsync() from commit phase.unknown2012-09-1343-431/+1286
* | | | | | MDEV-181: XID crash recovery across binlog boundariesunknown2012-06-2253-220/+1173
* | | | | | MDEV-225: Replace with dummy events an event that is not understood by a slav...unknown2012-06-228-6/+459
* | | | | | MDEV-457 Inconsistent data truncation on datetime values with fractional seco...Sergei Golubchik2012-09-0810-265/+253
|/ / / / /
* | | | | Switch automaticly to statement based replication for statements that can't g...Michael Widenius2012-09-047-277/+108