lp:~ignacio-nin/sysbench/0.5-bug1262178

Created by Ignacio Nin and last modified
Get this branch:
bzr branch lp:~ignacio-nin/sysbench/0.5-bug1262178
Only Ignacio Nin can upload to this branch. If you are Ignacio Nin please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ignacio Nin
Project:
sysbench
Status:
Merged

Recent revisions

120. By Ignacio Nin

Add a return value to the fileio mode=mmap file_fsync() function

In file_fsync(), for the mmap mode of fileio operation, a successful
return sentence was missing, and the catch-all error return sentence was
being activated for this mode. This is fixed by adding a proper return
value for this mode.

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.

113. By Alexey Kopytov

Bug #1043987: Running 'prepare' in fileio test with
              --file-extra-flags=direct fails

Correctly convert the --file-extra-flags argument to platform-specific
open() flags on 'prepare'.

112. By Alexey Kopytov

Temporarily reverted the fix for #1029088 as it appears to be
incompatible with ancient autotools.

111. By Alexey Kopytov

Bug #1029088: Error compiling on FreeBSD

The problem was in a hard-coded library (-ldl) being added to LIBADD.

Fixed by using the appropriate Libtool/Autoconf macros to check if using
-ldl is necessary.

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