summaryrefslogtreecommitdiff
path: root/client/mysqlslap.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed a LOT of compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-271-1/+1
* Bug#21297 rpl_insert fails randomlymsvensson@neptunus.(none)2006-07-271-3/+18
* Bug#20365 mysqlslap fails with error message about result setsmsvensson@neptunus.(none)2006-07-201-4/+4
* mysqlslap.c:paul@polar.kitebird.com2006-04-281-2/+2
* Protect from empty --query argumentmsvensson@neptunus.(none)2006-04-111-2/+2
* Bug#18012 mysqlslap fails if querystring starts with delimitermsvensson@neptunus.(none)2006-04-111-2/+2
* Fix syntax errormsvensson@neptunus.(none)2006-04-111-2/+1
* Bug#17478 mysqlslap not issuing any queriesmsvensson@neptunus.(none)2006-04-111-75/+75
* Don't use the MYSQL* returned from mysql_real_connect to overwrite the alread...msvensson@neptunus.(none)2006-04-111-5/+5
* Behavior change to preserve schema unless you specify autogenerated SQL or cr...brian@zim.(none)2006-03-281-2/+7
* netware doesnt use forkbpontz@shasta.mysql.com2006-03-271-1/+1
* This is a patch to test the default schema location. brian@zim.(none)2006-03-101-3/+3
* crazy - for the last week mysqlslap.test was generating 400 sigsegvsserg@serg.mylan2006-03-021-6/+9
* This patch handles compiles with threads, namely if you don't have pthreads i...brian@zim.(none)2006-02-251-0/+6
* Fixed some threading issues that Guilhem found (and its what I get for copy a...brian@zim.tangent.org2006-02-191-18/+33
* Automergeserg@serg.mylan2006-02-151-2/+2
|\
| * dbug changes:serg@serg.mylan2006-02-141-2/+2
* | Fixed comments bug#17239brian@zim.tangent.org2006-02-131-3/+3
|/
* Rename of my_strdup_with_lenght to match the more common "strndup" method. So...brian@zim.tangent.org2006-01-251-2/+2
* Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-5.1-newSergeyV@selena.2006-01-201-3/+32
|\
| * Post review updates for win32 port of mysqlslapSergeyV@selena.2006-01-201-5/+5
| * Changes to make mysqlslap buildable and runable on win32.SergeyV@selena.2006-01-161-4/+33
* | mysqlslap.c:paul@snake-hub.snake.net2006-01-191-1/+2
* | mysqlslap.c:paul@snake-hub.snake.net2006-01-181-18/+18
|/
* Fixed bug #16167brian@zim.tangent.org2006-01-121-2/+14
* Adding a --use-threads options which I believe will allow it to be ported to ...brian@zim.tangent.org2006-01-111-42/+89
* Fix memory problem: Both the allocation and pointer arithmetics on theknielsen@mysql.com2006-01-031-3/+3
* Fix compile failure, reapply changeset "05/12/29 15:37:36 sergefp@mysql.com"knielsen@mysql.com2006-01-021-1/+1
* Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-newbrian@zim.(none)2006-01-011-442/+322
|\
| * Cleaned up memory allocation to be a little more staight forward (though I su...brian@zim.(none)2006-01-011-107/+45
| * Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-newbrian@zim.(none)2006-01-011-365/+307
| |\
| | * Now uses a single pass testing loop. Dual pass made no sense.brian@zim.(none)2006-01-011-364/+307
* | | Don't use C++ style (//) comments in C source (breaks compilation on aix52).knielsen@mysql.com2006-01-021-4/+4
|/ /
* | after pull fixesserg@serg.mylan2005-12-291-2/+2
* | Fix the compile failure introduced by the previous cset.sergefp@mysql.com2005-12-291-1/+1
|/
* Added option --lock-directory so that you can now syncronize several mysqlsla...brian@zim.(none)2005-12-281-59/+166
* Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newmonty@mysql.com2005-12-251-4/+5
|\
| * Fixed compile errors (when compiling in debug mode)monty@mysql.com2005-12-251-4/+5
* | New option to run multiple engines through the same test:brian@zim.(none)2005-12-251-75/+181
|/
* See message in mysqlslap.c, but basically brian@zim.(none)2005-12-241-293/+356
* Bug #15845 New file "client/mysqlslap.c" break compilation on QNX, missing ...msvensson@neptunus.(none)2005-12-201-3/+0
* WORKLOG #2983 Post review fixespatg@krsna.patg.net2005-12-021-192/+102
* Worklog #2983 Mysqlslap load emulator tool and accompanied test, resultspatg@krsna.patg.net2005-11-291-0/+1162