summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Fixes MySQL bug#48972: mysqldump --insert-ignore leaves set unique_checks=0.Michael Widenius2011-08-101-3/+12
* Fixes BUG#60976 "Crash, valgrind warning and memory leak with partitioned arc...Michael Widenius2011-06-112-5/+26
* automergeunknown2011-05-181-3/+8
|\
| * Fix mysqltest printing of include stack.unknown2011-05-181-3/+8
* | Small CMake fixes :Vladislav Vaintroub2011-05-151-9/+9
* | mysqltest: Write command to be executed to the log BEFORE executing the command.Michael Widenius2011-05-091-1/+19
* | Automatic merge with 5.1Michael Widenius2011-05-041-0/+1
|\ \ | |/
| * Fixed build errors on centos5-amd64-minimal, where we compile with very few c...Michael Widenius2011-05-041-0/+1
* | Automatic mergeMichael Widenius2011-05-041-1/+1
|\ \ | |/
| * Fix warning (unused local variable)Vladislav Vaintroub2011-05-031-1/+1
* | Merge with MariaDB 5.1Michael Widenius2011-05-039-55/+131
|\ \ | |/
| * Merge with MySQL 5.1.57/58Michael Widenius2011-05-029-55/+131
| |\
| | * Bug#11765157 - 58090: mysqlslap drops schema specified inNirbhay Choubey2011-04-082-3/+9
| | * BUG#11766427, BUG#59539: Filter by server id in mysqlbinlog failsSven Sandberg2011-03-251-3/+11
| | * Bug #11885854 MYSQLTEST: PS-PROTOCOL IMPLIED BY CURSOR-PROTOCOL LOST AFTER EN...Bjorn Munch2011-03-181-3/+5
| | * Bug#11766310 : 59398: MYSQLDUMP 5.1 CAN'T HANDLE A DASHNirbhay Choubey2011-02-211-2/+8
| | * Follow up fix for bug#57450.Dmitry Shulga2011-02-091-0/+2
| | * Follow up fix for bug#57450.Dmitry Shulga2011-02-092-0/+10
| | * Fixed bug#57450 - mysql client enter in an infinite loopDmitry Shulga2011-02-053-20/+33
| | * mergeMattias Jonsson2011-01-261-2/+6
| | |\
| | | * Bug#47902: partition_recover_myisam fails with --ps-protocolMattias Jonsson2011-01-101-2/+6
| | * | Fixed copyright headers in mtr src filesBjorn Munch2011-01-181-2/+2
| | * | Bug#58221 : mysqladmin --sleep=x --count=x keeps loopingNirbhay Choubey2011-01-161-0/+3
| | * | Bug#13618 : mysqldump --xml omits comment on table fieldNirbhay Choubey2011-01-141-2/+11
| | * | Bug#59109 : mysqlslap crashes on mysql_fetch_row after ignoringNirbhay Choubey2011-01-131-5/+15
| | * | Bug #58900 query_get_value crashes when result begins with dollar signBjorn Munch2011-01-111-4/+9
| | * | Bug #59002 Please make mtr print correct file and line number when tests failBjorn Munch2011-01-111-9/+18
| | |/
* | | Merge with base 5.2Michael Widenius2011-03-2310-11/+22
|\ \ \
| * | | Ensure that all clients reads the appropriate 'client', client-mariadb and 'm...Michael Widenius2011-03-1810-11/+22
* | | | merge 5.2Vladislav Vaintroub2011-03-104-112/+211
|\ \ \ \ | |/ / /
| * | | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-284-112/+211
| |\ \ \ | | |/ /
| | * | - Reduced memory requirements for mysqltest to 1/4.th This also gave a speed...Michael Widenius2011-02-241-71/+97
| | * | Merge with MySQL 5.1.55Michael Widenius2011-02-203-36/+109
| | |\ \ | | | |/
| | | * MergeKent Boortz2010-12-291-2/+2
| | | |\
| | | | * - Added/updated copyright headersKent Boortz2010-12-281-2/+2
| | | * | BUG#49978: Replication tests don't clean up replication state at the endSven Sandberg2010-12-191-14/+64
| | | * | mergeGeorgi Kodinov2010-12-161-3/+5
| | | |\ \
| | | | * \ Manual-merge from mysql-5.1-bugteam.Ramil Kalimullin2010-11-221-5/+8
| | | | |\ \
| | | | * | | post-push fix, backported --replace_result patchMattias Jonsson2010-11-171-3/+5
| | | * | | | merge from 5.1-mtrBjorn Munch2010-12-091-16/+43
| | | |\ \ \ \
| | | | * | | | Bug #58511 mysqltest doesn't always run statements in ps modeBjorn Munch2010-12-091-0/+10
| | | | * | | | Bug #58522 mtr --debug leaks memory when test failsBjorn Munch2010-12-091-12/+29
| | | | * | | | Bug #58092 Test "rpl_cross_version" has "copy_file" failingBjorn Munch2010-12-011-4/+4
| | | * | | | | Bug#51817: incorrect assumption: thd->query at 0x2ab2a8360360 is an invalid p...Davi Arnaut2010-11-261-4/+7
| | | * | | | | Bug #54899 : --one-database option cannot handle DROP/CREATE DATABASE commandsNirbhay Choubey2010-11-261-2/+6
| | | | |_|/ / | | | |/| | |
| | | * | | | merge from 5.1-mtrBjorn Munch2010-11-191-5/+8
| | | |\ \ \ \ | | | | |/ / / | | | | | / / | | | | |/ / | | | |/| |
| | | | * | Bug #58257 mysqltest: in if(), ! $var with space is always falseBjorn Munch2010-11-171-1/+3
| | | | * | Bug #58087 mysqltest re-evaluates 'let' expressions infinitelyBjorn Munch2010-11-151-4/+5
| | | | * | merge from 5.1 up to rev 3471Bjorn Munch2010-11-141-4/+0
| | | | |\ \
| | * | | | | Merge with 5.1Michael Widenius2011-01-301-1/+1