lp:sysbench

Created by Alexey Kopytov and last modified
Get this branch:
bzr branch lp:sysbench
Members of sysbench-developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
sysbench-developers
Project:
sysbench
Status:
Development

Recent revisions

132. By Alexey Kopytov

Bug #1415750: --with-pgsql-libs is ignored

Merged a contributed patch.

131. By Alexey Kopytov

Bug #1415746: mysql include path was set in PGSQL_CFLAGS

Merged a contributed patch.

130. By Alexey Kopytov

Bug #1403699: sysbench crash at script_lua.c:860

Added protection for syntax errors in Lua scripts when code in the
top-level chunk (i.e. not in one of the functions) tries to access the
database driver.

129. By Alexey Kopytov

Read and modify sb_globals.concurrency under a mutex, as dirty access
has proven to cause inaccurate and negative results.

128. By Alexey Kopytov

Fixed the Drizzle and libAttachSQL drivers broken by the autoreconnect patch.

127. By Alexey Kopytov

Added support for additional table options to common.lua. Extra options
can be specified with --mysql-table-options.

126. By Alexey Kopytov

Introduced 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.

A user can also specify --mysql-ignore-errors=all, in which case all
errors will be ignored.

There are also 2 new counters: ‘reconnects’ and ‘errors’, which are
reported in both interval and final statistics.

125. By Alexey Kopytov

Changed 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.

124. By Andrew Hutchings

Add libAttachSQL driver to Sysbench

123. By Erwan Velu <email address hidden>

Insure LOG_EVENT_START being as close as possible to the working loop

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.