summaryrefslogtreecommitdiff
path: root/client/mysqlslap.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merged with mysql-5.1 tree.Michael Widenius2009-04-251-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge with base MySQL 5.1Michael Widenius2009-02-151-3/+1
| |\ \ \ \ \ \
| * | | | | | | compilation warningsSergei Golubchik2008-12-051-1/+1
| * | | | | | | dbug fix: only do safemalloc checks if a function is selectedSergei Golubchik2008-12-021-4/+11
* | | | | | | | WL#5486: Remove code for unsupported platformsDavi Arnaut2010-07-151-8/+0
* | | | | | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-22/+16
* | | | | | | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-06-101-55/+51
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-55/+51
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-02-241-6/+6
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-02-091-6/+6
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Recommit of Bug#49447.Staale Smedseng2010-02-041-6/+6
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Manual merge/pull from mysql-next-mr.Alexander Nozdrin2009-11-251-8/+8
|\ \ \ \ \ \ \
| * | | | | | | Backport of:Konstantin Osipov2009-11-241-8/+8
| |/ / / / / /
* | | | | | | merging.Alexey Botchkov2009-11-171-1/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Bug#47216 programs should quit if the file specified by --defaults-file ...Alexey Botchkov2009-10-091-1/+5
| |/ / / / /
* | | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-10-141-2/+7
|\ \ \ \ \ \ | |/ / / / /
| * | | | | automergeGeorgi Kodinov2009-10-041-2/+2
| |\ \ \ \ \
| * | | | | | Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-09-231-2/+7
| | |_|_|_|/ | |/| | | |
* | | | | | Merge "trunk-build" up into "next-mr".Joerg Bruehe2009-09-301-2/+2
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Fix bug#46980Joerg Bruehe2009-09-171-2/+2
| |/ / / /
* | | | | This is the downport ofVladislav Vaintroub2009-09-111-1/+1
|/ / / /
* | | | Merge in bug fixes for client toolsJim Winstead2009-07-141-2/+6
|\ \ \ \
| * | | | mysqlslap didn't correctly handle --csv with no argument. (Bug #44412)Jim Winstead2009-05-181-2/+6
* | | | | Fix compilation failures: get rid of C++ specifics in C-code.Alexander Nozdrin2009-06-031-1/+1
|/ / / /
* | | | Various command-line utilities, including mysqlbinlog and mysqldump, don'tJim Winstead2009-05-071-0/+2
| |_|/ |/| |
* | | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-131-1/+1
| |/ |/|
* | mysql-test/r/partition.resultBuild Team2008-11-251-3/+1
|/
* Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainunknown2008-02-081-2/+2
|\
| * Merge hynda.mysql.fi:/home/my/mysql-5.1-mainunknown2007-11-081-1/+1
| |\
| | * Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-10-011-1/+1
| | |\
| | | * Removed extra spacesunknown2007-10-011-1/+1
* | | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-archunknown2007-12-201-31/+38
|\ \ \ \ | |/ / / |/| | |
| * | | client_priv.h:unknown2007-12-201-25/+24
| * | | Fix for bug#31704unknown2007-10-181-7/+15
| |/ /
* | | Fixed bug #29985.unknown2007-09-171-7/+11
|/ /
* | Discovered a bug while working with backup. Since it is possible to execute a...unknown2007-09-041-0/+6
|/
* Merge bk-internal.mysql.com:/data0/bk/mysql-5.1unknown2007-08-271-10/+16
|\
| * Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-archunknown2007-08-201-0/+7
| |\
| | * Extending tests for detach (found a memory issue in it, this fixes that and n...unknown2007-08-201-0/+7
| * | Merge bk-internal.mysql.com:/data0/bk/mysql-5.1unknown2007-08-091-10/+9
| |\ \ | | |/
| | * Two bugs in one! The count call was duplicating internally the counts for loa...unknown2007-08-091-10/+9
* | | Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarisunknown2007-08-131-5/+5
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-08-021-7/+16
|\ \ | |/ |/|
| * Set --debug-check if one uses DBUG_PUSH in all clientsunknown2007-08-021-0/+1
| * Fixes Bug#30127: --debug-info no longer prints memory usage in mysqlunknown2007-08-011-7/+15
* | Added a test for pre-statement call, and fixed connection/deconnect code so t...unknown2007-06-151-23/+86
|/
* Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-userunknown2007-06-021-61/+62
|\
| * WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-61/+62
* | Fix comments and option description in mysqlslap.unknown2007-05-241-2/+3
|/
* Merge bk-internal.mysql.com:/data0/bk/mysql-5.1unknown2007-03-291-295/+1001
|\