summaryrefslogtreecommitdiff
path: root/client/mysqlslap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge zim.(none):/home/bk/mysql-5.1-archbrian@zim.(none)2007-03-261-2/+104
|\
| * Added pre and post option to test run (allows me to adjust an engine once all...brian@zim.(none)2007-03-261-2/+104
* | Fixes for 5.1-arch repository to compile on Windows.Antony@floppy.2007-03-221-6/+2
* | Restoring attr (aka poking around Windows did not work). brian@piggy.tangent.org2007-03-181-1/+6
|/
* Bug in windows where attr was not working. Removed.brian@zim.(none)2007-03-161-13/+6
* Cleanup of prototype for windows.brian@zim.(none)2007-03-161-9/+11
* The pthread() support was not working. Once I fixed use-thread in a previous ...brian@zim.(none)2007-03-161-212/+141
* Correctly report load type.brian@zim.(none)2007-03-151-66/+265
* Added comment, and fixed test. brian@zim.(none)2007-03-131-6/+9
* Cleaning up 4 pushbuild warnings caught by Windows. brian@zim.(none)2007-03-131-5/+7
* Cleaned up memory allocation so that in all cases of malloc failure the appli...brian@zim.(none)2007-03-121-129/+291
* Fixed buffer overflow cases (should not be possible to do...)brian@zim.(none)2007-03-061-29/+342
* Fixed bug#26027brian@zim.(none)2007-02-041-5/+5
* Extended mysqlslap.c for auto tests (see the comment on the mysqlslap.c file)...brian@zim.(none)2007-01-291-21/+65
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-271-2/+1
* Fixed compiler warnings (Mostly VC++):monty@mysql.com/narttu.mysql.fi2006-11-301-0/+2
* Removed compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-271-1/+1
* 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
|/ /