af95413bfa
Applied a patch from Philip Guenther:
...
- assumed that pthread_create() and pthread_join() set errno. They
don't: they return the error value instead
2008-12-09 12:38:27 +00:00
64b3f1671a
s/ifdef/if
2008-12-08 07:38:41 +00:00
4b25999044
Temporarily disabled a call to mysql_options() to workaround a bug the client library.
2008-12-08 07:38:12 +00:00
e3e2427655
Fixed commit_stmt for OLTP tests which was prepared as "LOCK TABLES" by mistake.
2008-12-02 15:48:24 +00:00
c6faf6837b
Added a check to _setvbuf to configure.
2008-12-01 11:13:24 +00:00
df2339f2ac
Display query text when mysql_stmt_execute() fails.
2008-11-29 16:13:14 +00:00
bd4b0c8ba8
Honour --max-requests for sequential fileio tests. Rewind to the first file in case all files are processed.
2008-11-18 13:43:32 +00:00
d933c6e28f
Set stdout to non-buffered mode.
2008-11-18 13:42:01 +00:00
080ebfe37a
Check if connection is valid in sb_lua_db_disconnect().
2008-11-06 10:55:53 +00:00
d760f42b3d
Removed xsl/ files from doc/Makefile.am as xsl/ now has its own Makefile.am
2008-11-05 13:30:50 +00:00
edffa94fef
Added support for direct I/O on Solaris.
2008-11-05 13:26:48 +00:00
c966692683
Fixed Windows build.
2008-10-23 10:11:18 +00:00
bc8716e622
Fixed bug #2174795 . Fixed lua_error() calls without putting a message on stack in script_lua.c
2008-10-18 12:56:40 +00:00
9fb57169bf
Fixed a race condition around DB library initialization in script_lua.c
...
Minor cleanups.
2008-10-18 11:42:53 +00:00
68783a44db
Raised the default thread stack size to 64K. 32K proved to be not enough on some platforms.
2008-10-02 17:04:09 +00:00
8184df67af
Replaced the fix for race condition in script_lua.c with the pthread_once() patch by Vladislav Vaintroub.
2008-09-30 13:55:41 +00:00
03bc740ad5
Fixed a race condition around DB library initialization in script_lua.c
...
Minor cleanups.
2008-09-30 10:01:53 +00:00
2d63c9073d
Initial Windows support. Huge thanks to Vladislav Vaintroub for the patch.
2008-09-29 16:22:42 +00:00
04d168dd50
Removed spurious warnings on mysql_store_result().
...
Minor logging fixes.
2007-06-17 18:27:05 +00:00
60d28bd8de
Fixed Oracle and PostgreSQL to match changes in db_driver interface.
2007-06-17 14:05:07 +00:00
04a7c51667
Removed automatically generated files from version control.
...
Removed the old OLTP test.
2007-06-17 12:10:39 +00:00
5d46bc40bc
Removed hard-coded table engines from the MySQL driver.
...
Removed automatically generated files from version control.
2007-06-17 12:08:24 +00:00
796656b068
Do not crash on 'help' command passed to a Lua script. Call the 'help' function from the script if it is available.
2007-06-17 10:51:29 +00:00
6ff3fff6ac
Fixed memory corruption bug in sb_lua_db_execute().
2007-06-08 06:49:19 +00:00
03c21b0f1c
Per-requested statistics are now displayed in milliseconds (patch by Jeremy Cole).
2007-06-07 17:44:11 +00:00
a1bb9a5148
Fixed memory leaks in Lua code
2007-05-16 14:12:45 +00:00
c50c2fe68f
Added deadlock handling to lua scripts.
2007-03-21 14:23:05 +00:00
dbcb6cad02
Limit the size of bulk insert operations by query length instead of number of rows.
2007-01-12 18:27:59 +00:00
e643b65069
Increment other_ops on transaction commits as well
2007-01-11 18:55:02 +00:00
0063c46021
Added db_bind_result() to the LUA API
...
Handle ER_CHECKREAD in the same way as deadlocks in the MySQL driver
2007-01-11 12:57:06 +00:00
44e8f4b354
Removed --mysql-engine-trx
2006-06-30 14:11:31 +00:00
bb687c266e
Fixed bug with --max-requests=0
2006-06-28 11:21:56 +00:00
9f9e5ebff0
Fixed build on RHES 3
2006-06-27 10:03:40 +00:00
9b4fd97a78
Fixed build on RHES 3
2006-06-27 09:59:24 +00:00
3bdf37c3fb
Fixed build issues
2006-06-26 17:26:45 +00:00
d61c86201a
Merged Lua into the main source tree
2006-06-26 17:15:32 +00:00
3d64893fce
Merged Lua into the main source tree
2006-06-26 17:12:57 +00:00
9ab727dece
Added automatical statistics in DB API
2006-06-25 18:13:02 +00:00
f4245ee265
Added sb_rand_str()
2006-06-15 13:14:04 +00:00
8edfbb00d7
Changed default oltp_range_size to 100
2006-06-10 09:20:07 +00:00
13052e3fba
Added preliminary scripting support
2006-06-09 15:42:45 +00:00
c5e2681c36
Added --mysql-ssl option
...
Added --oltp-reconnect option
Workaround for overoptimized gettimeofday() implementations
Fixed issues with random numbers generator on Solaris
Version 0.4.7
2006-05-24 13:58:09 +00:00
3d06a5cd28
Fixed crash at the end of OLTP test
2006-03-25 13:31:04 +00:00
aca1150cfe
Fixed crash at the end of OLTP test
2006-03-10 07:49:07 +00:00
262b9e3276
Added several hosts capability to MySQL driver
...
Use TYPE= or ENGINE= in MySQL driver depending on the version of client libraries
Made auto_increment id column optional
version 0.4.5
2006-03-03 12:53:14 +00:00
fe47a724fa
Applied changes from BK repository
2006-02-10 17:12:11 +00:00
d224c6368a
Initial import
2006-01-20 16:13:23 +00:00