summaryrefslogtreecommitdiff
path: root/sql-bench
diff options
context:
space:
mode:
authorStaale Smedseng <staale.smedseng@sun.com>2009-02-03 13:46:25 +0100
committerStaale Smedseng <staale.smedseng@sun.com>2009-02-03 13:46:25 +0100
commitd45e2f4515f9028f279543a1cf12f1752130afaa (patch)
tree6f89f36ca895ed5ed62540604ec204c76296b50e /sql-bench
parent6fb2ba1c3df9cc6a98a0a0fcd836f1cf38fcf692 (diff)
downloadmariadb-git-d45e2f4515f9028f279543a1cf12f1752130afaa.tar.gz
Bug #41580 opt_threads option is not used anywhere at all
Option opt_threads is deprecated in 5.1, and a warning is printed when used. Will remove in 6.0.
Diffstat (limited to 'sql-bench')
-rw-r--r--sql-bench/bench-init.pl.sh11
1 files changed, 8 insertions, 3 deletions
diff --git a/sql-bench/bench-init.pl.sh b/sql-bench/bench-init.pl.sh
index a728086760a..588e518a648 100644
--- a/sql-bench/bench-init.pl.sh
+++ b/sql-bench/bench-init.pl.sh
@@ -47,7 +47,7 @@ $opt_machine=""; $opt_suffix="";
$opt_create_options=undef;
$opt_optimization="None";
$opt_hw="";
-$opt_threads=5;
+$opt_threads=-1;
if (!defined($opt_time_limit))
{
@@ -68,6 +68,11 @@ $limits=merge_limits($server,$opt_cmp);
$date=date();
@estimated=(0.0,0.0,0.0); # For estimated time support
+if ($opt_threads != -1)
+{
+ print "WARNING: Option --threads is deprecated and has no effect\n"
+}
+
if ($opt_hires)
{
eval "use Time::HiRes;";
@@ -560,8 +565,8 @@ All benchmarks takes the following options:
Inform test suite that we are generate random inital values for sequence of
test executions. It should be used for imitation of real conditions.
---threads=# (Default 5)
- Number of threads for multi-user benchmarks.
+--threads=# **DEPRECATED**
+ This option has no effect, and will be removed in a future version.
--tcpip
Inform test suite that we are using TCP/IP to connect to the server. In