lp:~erwan-t/sysbench/sysbench

Created by Erwan Velu and last modified
Get this branch:
bzr branch lp:~erwan-t/sysbench/sysbench
Only Erwan Velu can upload to this branch. If you are Erwan Velu please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Erwan Velu
Project:
sysbench
Status:
Merged

Recent revisions

123. By Erwan Velu <email address hidden>

Insure LOG_EVENT_START being as close as possible to the working loop

122. By Alexey Kopytov

Bug #1354419: Sysbench configure mishandles "--with-pgsql-includes"

s/MYSQL_CFLAGS/PGSQL_CFLAGS in m4/ac_check_pgsql.m4

121. By Alexey Kopytov

Fixed ‘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.

120. By Alexey Kopytov

Merged lp:~ignacio-nin/sysbench/0.5-bug1262178 and ixed the _WIN32
codepath to correctly handle FlushViewOfFile return value.

119. By Alexey Kopytov

Bug #1208530: Allow sysbench to round-robin on multiple sockets

Similar to multiple hosts in the --mysql-host option, --mysql-socket can
now accept multiple comma-separated sockets. In which the value of
--mysql-host is ignored, and connections are created to all specified
sockets on the round-robin basis.

118. By Alexey Kopytov

Automerge from 0.4.

117. By Alexey Kopytov

Bug #1187040: Random Segmentation faults on fileio test

Fixed a race condition in the test termination code with respect to
--report-interval: the reporting thread might read a non-zero
report_interval value and call print_stats(). If report_interval is
changed to 0 by the master thread and the test's done() method called,
print_stats() could access some shared resources deallocated in
done().

Fixed by protecting report_interval with a separate mutex which is
locked on updates and during the check by reporting thread and
print_stats().

116. By Alexey Kopytov

Automerge from 0.4.

115. By Alexey Kopytov

Manual merge from 0.4.

114. By Alexey Kopytov

Merged lp:~vadim-tk/sysbench/sysbench-pareto-merge with minor edits.

Branch metadata

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

Subscribers