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