Permalink
Commits on May 19, 2017
  1. Merge pull request #133 from pfriedenbach/master

    Converted THREAD_INIT_TIMEOUT constant to a optional perameter with default 30.
    committed on GitHub May 19, 2017
  2. corrected opt_help.t to include thread-init-timeout

    pfriedenbach committed May 19, 2017
Commits on May 17, 2017
Commits on May 15, 2017
  1. Merge branch '1.0'

    committed May 15, 2017
  2. Release 1.0.7.

    committed May 15, 2017
  3. Merge branch '1.0'

    committed May 15, 2017
  4. 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.
    committed May 15, 2017
Commits on May 2, 2017
  1. Merge branch '1.0'

    committed May 2, 2017
  2. Exclude zesty from osx and clang combos in Travis build matrix.

    committed May 2, 2017
  3. Add Ubuntu Zesty to Travis build matrix.

    committed May 2, 2017
  4. Merge branch '1.0'

    committed May 2, 2017
  5. Merge branch '1.0'

    committed May 2, 2017
  6. Fix a bug resulting in incorrect latencies reported from the --rate m…

    …ode.
    committed May 2, 2017
Commits on Apr 29, 2017
  1. Merge branch '1.0'

    committed Apr 29, 2017
  2. Use sb_rand_uniform() instead of rand() in sb_mutex.c.

    committed Apr 29, 2017
  3. 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.
    committed Apr 29, 2017
Commits on Apr 28, 2017
  1. Merge branch '1.0'

    committed Apr 28, 2017
  2. Fix wording in README.md.

    committed Apr 28, 2017
Commits on Apr 27, 2017
  1. Merge branch '1.0'

    committed Apr 27, 2017
  2. Add Ubuntu Zesty to the list of buildpack.sh architectures.

    committed Apr 27, 2017
Commits on Apr 21, 2017
  1. Merge branch '1.0'

    committed Apr 21, 2017
  2. Add TOC to README.md.

    committed Apr 21, 2017
Commits on Apr 17, 2017
  1. Merge branch '1.0'

    committed Apr 17, 2017
  2. Typo fix.

    committed Apr 17, 2017
Commits on Apr 13, 2017
  1. Merge branch '1.0'

    committed Apr 13, 2017
  2. Fix bogus dates in RPM spec changelog.

    committed Apr 13, 2017
  3. Bump version to 1.0.6.

    committed Apr 13, 2017
  4. Release 1.0.6.

    committed Apr 13, 2017
  5. Fix debian/changelog.

    committed Apr 13, 2017
  6. Update Debian changelog.

    committed Apr 13, 2017
  7. Update RPM changelog.

    committed Apr 13, 2017
  8. Remove Ubuntu Precise from the list of aarch64 distributions.

    committed Apr 13, 2017