c3b0aa04e2Addendum to the fix for #10: also ignore duplicate key errors, as they are legal for PostgreSQL in the OLTP workload due to its transaction isolation implementation specifics.
Alexey Kopytov
2015-10-02 10:29:37 +03:00
ccc252f43cFixed#3 in the 0.4 branch.
Alexey Kopytov
2015-10-02 10:26:45 +03:00
a5b53d03d5Merge branch '0.4' into 0.5
Alexey Kopytov
2015-09-30 19:23:19 +03:00
3d63e69a69More descriptive configure message when MySQL client library is not found.
Alexey Kopytov
2015-09-30 19:22:05 +03:00
e3165acb64Merge branch '0.4' into 0.5
Alexey Kopytov
2015-09-23 17:17:17 +03:00
ad5577e8abRead and modify sb_globals.concurrency under a mutex, as dirty access has proven to cause inaccurate and negative results.
Alexey Kopytov
2014-12-05 18:40:48 +03:00
1a586a0dcaFixed the Drizzle and libAttachSQL drivers broken by the autoreconnect patch.
Alexey Kopytov
2014-10-24 17:16:53 +04:00
7ea2db661eAdded support for additional table options to common.lua. Extra options can be specified with --mysql-table-options.
Alexey Kopytov
2014-10-21 16:57:56 +04:00
289b1c5f65Introduced a new option called --mysql-ignore-errors, which accepts a comma separated list of numeric errors that should be ignored. If sysbench encounters an ignored error indicating that the server is no longer available (i.e. one of CR_SERVER_LOST, CR_SERVER_GONE_ERROR, CR_TCP_CONNECTION, or CR_SERVER_GONE_ERROR), it automatically reconnects. Otherwise it just restarts the current transaction.
Alexey Kopytov
2014-10-18 22:22:28 +04:00
17c1eb04deChanged the priority of the “Event generation thread is too slow” message to LOG_DEBUG, so that it is not printed on normal sysbench runs, but can be enabled with --verbosity=5.
Alexey Kopytov
2014-10-18 11:20:48 +04:00
7215074a9aAdd libAttachSQL driver to Sysbench
Andrew Hutchings
2014-10-16 10:37:38 +01:00
d577a2e517Insure LOG_EVENT_START being as close as possible to the working loop
Erwan Velu
2014-09-15 13:15:46 +02:00
59e058593eFixed ‘make dist’ by removing oltp_complex_ro.lua and oltp_complex_rw.lua and adding oltp.lua, parallel_prepare.lua, select_random_points.lua and select_random_ranges.lua.
Alexey Kopytov
2014-05-13 18:51:37 +04:00
c311b163d0Merged lp:~ignacio-nin/sysbench/0.5-bug1262178 and ixed the _WIN32 codepath to correctly handle FlushViewOfFile return value.
Alexey Kopytov
2013-12-18 16:32:09 +04:00
8fa2657c00Add a return value to the fileio mode=mmap file_fsync() function
Ignacio Nin
2013-12-18 10:14:10 -02:00
bc0f5e0496Bug #1208530: Allow sysbench to round-robin on multiple sockets
Alexey Kopytov
2013-08-06 10:48:56 +04:00
78a431e37cAutomerge from 0.4.
Alexey Kopytov
2013-07-04 10:28:56 +04:00
80bc21830aBug #1197127: fastmmap and slowmmap arg should be mmap
Alexey Kopytov
2013-07-04 10:27:59 +04:00
df5e8f7e64Bug #1187040: Random Segmentation faults on fileio test
Alexey Kopytov
2013-06-11 18:55:57 +04:00
d52054be9eAutomerge from 0.4.
Alexey Kopytov
2013-03-10 16:35:06 +04:00
4c13bec0d9* fixed bug #797756 "sequential write test not working correctly" * advancing position for sequential tests is actually a good idea * replaced LOG_INFO with LOG_NOTICE for test setup messages to make them visible by default
Alexey Kopytov
2011-06-19 20:15:59 +04:00
fdbd9ff627Automerge from 0.4.
Alexey Kopytov
2011-05-18 14:25:45 +04:00
3943f66125Make the prepare stage in fileio honour --file-extra-flags.
Alexey Kopytov
2011-05-18 14:24:16 +04:00
a137ab3315Fixed final fsync() events in sequential fileio tests.
Alexey Kopytov
2011-05-16 16:00:02 +04:00