summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Fixed bugs found by buildbot:Michael Widenius2011-01-261-0/+3
* Fixed some mysql-test-run failures and compile warnings/errorsMichael Widenius2011-01-202-6/+10
* MergeIgor Babaev2011-01-141-2/+4
|\
| * Fixed LP bug #702310 / bug #59493.Igor Babaev2011-01-141-2/+4
* | Call always ha_index_init(), not index_init(), to ensure that active_index is...Michael Widenius2011-01-141-4/+4
|/
* Merge with 5.1Michael Widenius2011-01-121-5/+14
|\
| * Fix for LP#697610 ha_index_prev(uchar*): Assertion `inited==INDEX' failed wit...Michael Widenius2011-01-121-5/+14
* | Merge BUG#675118 into maria-5.1Sergey Petrunya2011-01-121-1/+1
|\ \ | |/ |/|
| * BUG#675118: Elimination of a table results in an invalid execution planSergey Petrunya2011-01-111-1/+1
* | - Fixed that Aria works with HANDLER commandsMichael Widenius2011-01-103-3/+20
* | ALTER TABLE IGNORE didn't ignore duplicates for unique add index for InnoDBMichael Widenius2011-01-051-0/+10
* | Make copy from heap to MyISAM / Aria killable.Michael Widenius2011-01-051-0/+6
* | Speed up `mtr --parallel=<lots>` by scheduling some slow tests earlier.unknown2011-01-031-3/+8
|/
* Fixed LP bug #639935 (bug #58727).Igor Babaev2010-12-243-3/+26
* mergeVladislav Vaintroub2010-12-062-8/+1
|\
| * Bug#473914: mysql_client_test fail with in debug compilaton on windows x64Vladislav Vaintroub2010-12-062-8/+1
* | Automatic merge with 5.1-releaseMichael Widenius2010-12-043-0/+16
|\ \ | |/ |/|
| * Fixed compiler warnings.Michael Widenius2010-12-031-0/+1
| * Fix problems seen in Buildbot:unknown2010-12-021-0/+2
| * Bug#54201: "SET INSERT_ID" event must be ignored if corresponding event is ig...unknown2010-11-301-0/+13
* | Make maria 5.1 compilable on Visual Studio 2010 and remove Windows warningsVladislav Vaintroub2010-12-011-1/+1
|/
* Fixed compiler and gmake warningsMichael Widenius2010-11-292-4/+12
* Patch from Sergey Petrunya:Michael Widenius2010-11-262-34/+81
* Automatic merge with 5.1Michael Widenius2010-11-253-4/+52
|\
| * Fix of LP BUG#675248.unknown2010-11-233-4/+52
* | Merge of innodb_plugin for MySQL 5.1.53 with xtradbMichael Widenius2010-11-251-1/+1
* | A proper fix for bug #57688.Michael Widenius2010-11-253-4/+12
* | Merge with MySQL 5.1.53Michael Widenius2010-11-2532-133/+336
|\ \
| * \ merge to 5.1-securityGeorgi Kodinov2010-10-2925-122/+273
| |\ \
| | * | Bug#27606 GRANT statement should be replicated with DEFINER informationunknown2010-10-234-8/+14
| | * | Bug#55478 Row events wrongly apply on the temporary table of the same nameunknown2010-10-211-0/+1
| | * | Bug#45288: pb2 returns a lot of compilation warningsDavi Arnaut2010-10-207-20/+9
| | * | Bug#45288: pb2 returns a lot of compilation warningsDavi Arnaut2010-10-195-11/+17
| | * | Bug #46941 crash with lower_case_table_names=2 and foreign key Magne Mahre2010-10-192-1/+7
| | * | Bug#52172 test binlog.binlog_index needs --skip-core-file to avoid leaving co...Tor Didriksen2010-10-182-14/+14
| | * | Bug#56118 STOP SLAVE does not wait till trx with CREATE TMP TABLE ends,unknown2010-10-162-1/+20
| | * | BUG 55263: automerged bzr bundle from bug report into Luis Soares2010-10-132-5/+69
| | |\ \
| | | * | BUG#55263: assert in check_binlog_magicLuis Soares2010-09-242-5/+69
| | * | | BUG 38718: automerged bzr bundle from bug report into Luis Soares2010-10-132-5/+13
| | |\ \ \
| | | * | | BUG#38718: slave sql thread crashes when reading relay logLuis Soares2010-10-062-5/+13
| | * | | | Fixed bug#36742 - GRANT hostname case handling inconsistent.Dmitry Shulga2010-10-131-0/+6
| | * | | | Bug#56226 Table map set to 0 after altering MyISAM tableunknown2010-10-111-2/+0
| | * | | | merge mysql-5.1-bugteam (local) --> mysql-5.1-bugteamAlfranio Correia2010-10-101-0/+15
| | |\ \ \ \
| | | * | | | BUG#57098 RBR breaks on changing user password on 5.1 master -> 5.5 slaveAlfranio Correia2010-10-061-0/+15
| | | |/ / /
| | * | | | Bug#55375 Transaction bigger than max_binlog_cache_size crashes slaveunknown2010-10-092-20/+23
| | * | | | Bug#56423: Different count with SELECT and CREATE SELECT queriesMartin Hansson2010-10-073-35/+65
| | |/ / /
| * | | | Bug#57688 Assertion `!table || (!table->write_set || bitmap_is_set(table->wri...Sergey Glukhov2010-10-291-8/+3
| * | | | Bug#57194 group_concat cause crash and/or invalid memory reads with type errorsSergey Glukhov2010-10-291-4/+2
| * | | | Bug#57477 SIGFPE when dividing a huge number a negative numberSergey Glukhov2010-10-271-6/+10
| * | | | Bug#56814 Explain + subselect + fulltext crashes serverSergey Glukhov2010-10-182-5/+24