From 78192201c941caa33b44d6271d8be9dcbc14e597 Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Tue, 5 Sep 2017 20:26:28 +0300 Subject: [PATCH] Release 1.0.9. --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2f41d8f..f778ae6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2017-09-05 Alexey Kopytov + + * version 1.0.9 + * fixed oltp_delete.lua to not use INSERT statements for + consistency with other oltp_* benchmarks (GH-168) + * added a workaround for MySQL bug #87337 "8.0.2 reintroduces + my_bool to client API" + * fixed building on on Debian GNU/kFreeBSD (GH-161) + * fixed building against MariaDB 10.2 (thanks to Xavier Bachelot + for the patch, GH-160) + 2017-07-04 Alexey Kopytov * version 1.0.8 diff --git a/configure.ac b/configure.ac index 5eabff1..098506c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.63) -AC_INIT([sysbench],[1.0.8],[https://github.com/akopytov/sysbench/issues], +AC_INIT([sysbench],[1.0.9],[https://github.com/akopytov/sysbench/issues], [sysbench], [https://github.com/akopytov/sysbench]) AC_CONFIG_AUX_DIR([config]) # Setting CFLAGS here prevents AC_CANONICAL_TARGET from injecting them