summaryrefslogtreecommitdiff
path: root/benchmarks/sysbench/options.mk
AgeCommit message (Collapse)AuthorFilesLines
2019-11-03benchmarks: align variable assignmentsrillig1-2/+2
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2010-05-27Changes 0.4.12:adam1-3/+3
* Made forced shutdown introduced in 0.4.11 optional via the --forced-shutdown switch and off by default. Changes 0.4.11: * Added --oltp-reconnect-mode to the OLTP test. * Minor fixes to remove compiler warnings and DocBook processing on Mac OS X. * Added forced test shutdown to avoid endless execution when DB server freezes * Backport of Windows support from the 0.5 branch Changes 0.4.10: * Fixed the bug with empty --mysql-create-options * Merge two patches from Tim Cook: - use lrand48() as random() is not thread-safe on most platforms - use libumem/mtmalloc for memory allocation if available on the target platform * Got rid of some unnecessary malloc() calls in drv_mysql.c
2007-03-11Fix building:rmind1-14/+1
- Install manual.html as in default package's behaviour. - Remove do-install part as not nessecary.
2007-03-06- Add a general description of "doc" option.rmind1-2/+20
- sysbench: Add a "doc" option, now it could be installed without documentation. Thanks xtraeme@ for comments and review.
2007-03-05PR/35905: New pkg: benchmarks/sysbench 0.4.8rmind1-0/+20
Thanks for Kimura Fuyuki. OK: agc@ SysBench is a modular, cross-platform and multi-threaded benchmark tool for evaluating OS parameters that are important for a system running a database under intensive load.