Permalink
Commits on May 19, 2017
-
Merge pull request #133 from pfriedenbach/master
Converted THREAD_INIT_TIMEOUT constant to a optional perameter with default 30.
-
Commits on May 17, 2017
Commits on May 15, 2017
-
-
akopytov committed
May 15, 2017 Some checks were not successful
1 errored, 1 failing, and 1 successful checks -
-
Compatibility fix for MySQL 8.0 client libraries.
The type of MYSQL_BIND::is_null has been changed from my_bool* to bool* in MySQL 8.0. Since the size bool is not defined by the standard, we either need to change the DB and Lua APIs to ensure is_null points to a large enough buffer for MySQL API to store a bool, or do conversions between sysbench and MySQL data structures. For now, just assert that sizeof(bool) == 1, which is likely the case on all supported platforms.
Commits on May 2, 2017
-
-
-
-
Merge akopytov/LuaJIT up to commit 26a9306.
akopytov committedMay 2, 2017 -
Commits on Apr 29, 2017
-
-
-
Fix #130: Mutex Benchmark Documentation
Fix --mutex-loops description to say it's the number of empty loops outside the lock. Also, make the loops really empty by using a compiler barrier instead of incrementing a local variable.
Commits on Apr 28, 2017
-
akopytov committed
Apr 28, 2017 -
Commits on Apr 27, 2017
Commits on Apr 21, 2017
Commits on Apr 17, 2017
Commits on Apr 13, 2017

