lp:~linuxjedi/sysbench/add-attachsql-driver
- Get this branch:
- bzr branch lp:~linuxjedi/sysbench/add-attachsql-driver
Branch merges
- Alexey Kopytov: Approve
-
Diff: 836 lines (+696/-7)11 files modifiedconfigure.ac (+23/-0)
sysbench/Makefile.am (+6/-2)
sysbench/db_driver.c (+3/-0)
sysbench/db_driver.h (+4/-0)
sysbench/drivers/Makefile.am (+5/-1)
sysbench/drivers/attachsql/Makefile.am (+19/-0)
sysbench/drivers/attachsql/drv_attachsql.c (+632/-0)
sysbench/tests/db/common.lua (+1/-1)
sysbench/tests/db/oltp.lua (+1/-1)
sysbench/tests/db/select_random_points.lua (+1/-1)
sysbench/tests/db/select_random_ranges.lua (+1/-1)
Branch information
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. - 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().
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:sysbench