summaryrefslogtreecommitdiff
path: root/mysql-test/suite
Commit message (Expand)AuthorAgeFilesLines
* Automerge BUG 51251 bundle from bug report --> mysql-5.1-bugteam.Luis Soares2010-03-093-1/+65
|\
| * BUG#51251: Wrong binlogging in case of TRUNCATE <temporary InnoDB table>Luis Soares2010-02-243-1/+65
* | Automerge BUG 51226 bzr bundle from bug report --> myqsl-5.1-bugteam.Luis Soares2010-03-082-0/+77
|\ \
| * | BUG#51226: mysqlbinlog replay: ERROR 1146 when using temp tablesLuis Soares2010-03-032-0/+77
| |/
* | Fix for bug#32426: "FEDERATED query returns corrupt resultsRamil Kalimullin2010-03-052-0/+45
* | Bug #51600 rpl_slave_skip waits for slave to stop incorrectlyAndrei Elkin2010-03-011-2/+2
* | Bug #51574 rpl_row_create_table fails in ps-protocol at CREATE TABLE IF NOT ...Andrei Elkin2010-02-271-0/+2
* | merging fixes of bug@45576 to 5.1-btAndrei Elkin2010-02-263-39/+9
|\ \
| * | Bug #45576 rpl_row_create_table fails on PB2Andrei Elkin2010-02-263-39/+9
| |/
* | bug#51089Andrei Elkin2010-02-261-4/+4
* | bug#51089Andrei Elkin2010-02-261-4/+4
* | Bug #51089 SHOW STATUS LIKE 'Slave_running' is not compatible with `SHOW SL...Andrei Elkin2010-02-252-0/+118
* | Clean-up in the sys_vars test suite after Magne Mahre2010-02-232-14/+14
* | merge from 5.1-mtrBjorn Munch2010-02-222-0/+2
|\ \ | |/ |/|
| * merge from 5.1 mainBjorn Munch2010-02-0771-563/+3630
| |\
| * | Bug #49269 mysqltest crashes on 'reap' if query executed after 'send'Bjorn Munch2010-01-072-0/+2
* | | Bug #47905 stored procedures with conditional statements notStaale Smedseng2010-02-112-0/+37
* | | Bug#47974 'TYPE=storage_engine' is deprecated and will be Magne Mahre2010-02-091-3/+3
* | | BUG#50620: Adding an index to a table prevents slave from loggingLuis Soares2010-02-052-1/+159
* | | BUG#48632: Fix for Bug #23300 Has Not Been Backported Luis Soares2010-02-053-0/+242
* | | Bug #50061 Test "rpl_loaddata_symlink" uses a Unix-specific "run-slave" scriptunknown2010-02-051-0/+1
| |/ |/|
* | Revert a patch for Bug#48231, which introduced valgrind warnings.Alexander Nozdrin2010-02-028-1987/+45
* | Bug #48321 CURRENT_USER() incorrectly replicated for DROP/RENAME USER;unknown2010-01-308-45/+1987
* | merging from 5.1-bt to a local bugfix branchAndrei Elkin2010-01-283-9/+9
|\ \
| * | WL#5182 Remove more deprecated 4.1/5.0 featuresMagne Mahre2010-01-271-2/+2
| * | Bug #49191 rpl_get_master_version_and_clock failed on PB2: COM_REGISTER_SLAV...unknown2010-01-272-7/+7
* | | bug#47142Andrei Elkin2010-01-272-0/+55
|\ \ \ | |/ / |/| |
* | | automerge: mysql-5.1-bugteam branch --> mysql-5.1-bugteam latestLuis Soares2010-01-266-0/+122
|\ \ \
| * | | BUG#49481: RBR: MyISAM and bit fields may cause slave to stop on delete: Luis Soares2010-01-216-0/+122
* | | | Manual merge with Conflicts:unknown2010-01-254-3/+214
|\ \ \ \
| * | | | Backport Bug#37148 to 5.1He Zhenxing2010-01-242-0/+209
| * | | | Post-commit fix of two testsMagne Mahre2010-01-222-3/+5
* | | | | Bug #49132 Replication failure on temporary table + DDLunknown2010-01-225-22/+252
|/ / / /
* | | | BUG#46364 MyISAM transbuffer problems (NTM problem)Alfranio Correia2010-01-203-0/+1591
|/ / /
* | | Fix for BUG#49481 and BUG#49482 reverted.Luis Soares2010-01-192-77/+0
* | | BUG#47418 RBR fails, failure with mixup of base/temporary/view unknown2010-01-162-0/+87
* | | Fix for BUG#49481 and BUG#49482.Luis Soares2010-01-142-0/+77
* | | BUG#50018: binlog corruption when table has many columnsLuis Soares2010-01-141-1/+1
* | | BUG#50018: automerge from 5.1-bt local --> 5.1-bt local latest.Luis Soares2010-01-142-18/+209
|\ \ \
| * | | BUG#50018: binlog corruption when table has many columnsLuis Soares2010-01-072-561/+150
| * | | BUG#50018: binlog corruption when table has many columnsLuis Soares2010-01-064-355/+957
* | | | BUG#49222: Mark RAND() as unsafeSven Sandberg2010-01-1311-11/+39
* | | | Postfixunknown2010-01-081-3/+24
* | | | BUG #28421 Infinite loop on slave relay logsunknown2010-01-082-0/+110
* | | | merge: 5.1-bugteam bug branch --> 5.1 bugteam latest.Luis Soares2010-01-0710-13/+47
|\ \ \ \
| * | | | BUG#49479: Slave stops with syntax error: LOAD DATA event without Luis Soares2009-12-069-13/+30
* | | | | Bug#48776 row based replication breaks with spatial / geometry types, cause c...He Zhenxing2010-01-052-0/+44
| |/ / / |/| | |
* | | | Bug #49137 Replication failure on SBR/MBR + multi-table DROP TEMPORARY TABLEunknown2009-12-312-0/+46
|\ \ \ \ | | |/ / | |/| |
* | | | Bug#47638 The rpl_killed_ddl test fails on WindowsHe Zhenxing2009-12-211-2/+1
* | | | merge mysql-5.1-bugteam (local) --> mysql-5.1-bugteamAlfranio Correia2009-12-171-1/+1
|\ \ \ \