mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
merge of 5.1-main into 5.1-maria; MyISAM changes are also ported to Maria.
This commit is contained in:
commit
b0fcbc84ef
188 changed files with 4004 additions and 5323 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue