596a2079ecBulk Insert works for postgres. Unlike MySQL, PostgreSQL doesn't take UNSIGNED integers. We could move this to BIGINT as well, but since this is a performance benchmark and since not many would reach the 2Billion mark, think we should be okay with INTEGER for now
Robins Tharakan
2016-12-03 21:43:59 +00:00
4b1eda6b58Revert "pgsql mode now works with Redshift server. Its working, but need to eventually split this to another Redshift section (because obviously this doesn't work with PGSQL any more)"
Robins Tharakan
2016-12-03 21:02:17 +00:00
050fdd7f51Merge branch '1.0' of github.com:robins/sysbench into 1.0
Robins Tharakan
2016-12-03 21:01:56 +00:00
5b71151da2Missing braces around an OR. The test (select_random_range) now works for pgsql
Robins Tharakan
2016-12-03 13:24:57 +00:00
d0a85f999fMissing braces around an OR. The test (select_random_points) now works for pgsql
Robins Tharakan
2016-12-03 13:22:05 +00:00
6ed28e2158Attempt #4 to fix MacOS builds in Travis CI.
Alexey Kopytov
2016-12-03 12:13:27 +03:00
4b0a44c678Fix obscure error with intermediate reports in tests that don't support them.
Alexey Kopytov
2016-12-02 22:06:47 +03:00
dd9df28ab3Release memory allocated by command line options on exit.
Alexey Kopytov
2016-12-02 19:15:15 +03:00
d49c854e52Suppress "zero-length gnu_printf format string" warnings from GCC.
Alexey Kopytov
2016-12-02 18:34:20 +03:00
90c34e711dAttempt #3 to fix MacOS builds in Travis CI.
Alexey Kopytov
2016-11-30 19:50:56 +03:00
d7d7a68ff0Attempt #2 to fix MacOS builds in Travis CI.
Alexey Kopytov
2016-11-30 17:21:51 +03:00
c39db7fe5eAttempt to fix MacOS builds in Travis CI.
Alexey Kopytov
2016-11-30 15:52:46 +03:00
8ff0cc14e4Fix help_drv_mysql.t after adding --mysql-ssl-cipher.
Alexey Kopytov
2016-11-29 22:04:11 +03:00
be71466fafMinor fixes to contributed SSL-related changes in drv_mysql.c.
Alexey Kopytov
2016-11-29 21:53:34 +03:00
15d0969d18MySQL/SSL changes: - added MYSQL_OPT_SSL_MODE option that's required now to enable/disable SSL - added mysql-ssl-cipher option to specify ssl-cipher
Alexey Stroganov
2016-11-28 13:38:36 -05:00
2583abbae8Decrease percentile granularity and value range to reduce memory consumption.
Alexey Kopytov
2016-11-27 18:32:39 +03:00
c8845d0e20Fix check for sb_globals.percentile_rank in sb_percentile_calculate().
Alexey Kopytov
2016-11-27 18:01:08 +03:00
23689175ebpgsql mode now works with Redshift server. Its working, but need to eventually split this to another Redshift section (because obviously this doesn't work with PGSQL any more)
Robins Tharakan
2016-11-23 07:32:59 +00:00
fc37905725simple build instructions to include oracle client, Also minor change to look at correct folder structure of 12.1 oracle client.
Johnathan Phan
2016-09-26 11:53:01 +01:00
443ae8dce6Merge branch '0.5' into 1.0
Alexey Kopytov
2016-09-22 07:01:04 -07:00
cd87db5a30Some typo fixes in the docs.
Alexey Kopytov
2016-09-21 17:32:22 -07:00