- Update to version 0.5.0+git.20160824:
* adjust event generation for a high volume * Fixes #44: seqwr deleting test files * Duplicate line * added locking to get_request in lua scripting * Don't lock thread mutex unnecessarily in script_lua.c and sb_cpu.c. * Fix crash introduced by commit 9244fcf. * Adding volatile modifier to tmp variable in memory test * Fixes #57: Race condition in sb_timer_value() * Fix --with-mysql-libs for MySQL 5.7. * Create indexes after data load in parallel_prepare OBS-URL: https://build.opensuse.org/package/show/benchmark/sysbench?expand=0&rev=16
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 27 08:35:10 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
- Update to version 0.5.0+git.20160824:
|
||||
* adjust event generation for a high volume
|
||||
* Fixes #44: seqwr deleting test files
|
||||
* Duplicate line
|
||||
* added locking to get_request in lua scripting
|
||||
* Don't lock thread mutex unnecessarily in script_lua.c and sb_cpu.c.
|
||||
* Fix crash introduced by commit 9244fcf.
|
||||
* Adding volatile modifier to tmp variable in memory test
|
||||
* Fixes #57: Race condition in sb_timer_value()
|
||||
* Fix --with-mysql-libs for MySQL 5.7.
|
||||
* Create indexes after data load in parallel_prepare
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 22 07:05:46 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
|
||||
+2
-2
@@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 0.5.0+git.20160721
|
||||
%define version_unconverted 0.5.0+git.20160824
|
||||
Name: sysbench
|
||||
Version: 0.5.0+git.20160721
|
||||
Version: 0.5.0+git.20160824
|
||||
Release: 0
|
||||
Summary: A MySQL benchmarking tool
|
||||
License: GPL-2.0
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f364f02d3c8d294cdc83ab4bcc00bbb9d32b1a58e141ef7e58006c4518c1d941
|
||||
size 212028
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a530919e1df7efaa1fbea6ad4add521dec132001b9b1704990d3df3a17e9f09
|
||||
size 212116
|
||||
Reference in New Issue
Block a user