Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
44aa8205
Commit
44aa8205
authored
Nov 10, 2008
by
Magnus Svensson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WL#4189 removed unused variables
parent
a84c7dd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+1
-8
No files found.
mysql-test/mysql-test-run.pl
View file @
44aa8205
...
...
@@ -181,8 +181,6 @@ my $opt_callgrind;
our
$opt_warnings
=
1
;
our
$opt_skip_ndbcluster
=
0
;
our
$opt_skip_ndbcluster_slave
=
0
;
our
$opt_with_ndbcluster
;
my
$exe_ndbd
;
my
$exe_ndb_mgmd
;
...
...
@@ -731,7 +729,6 @@ sub command_line_setup {
'
ssl|with-openssl
'
=>
\
$opt_ssl
,
'
skip-ssl
'
=>
\
$opt_skip_ssl
,
'
compress
'
=>
\
$opt_compress
,
'
with-ndbcluster|ndb
'
=>
\
$opt_with_ndbcluster
,
'
vs-config
'
=>
\
$opt_vs_config
,
# Config file to use as template for all tests
...
...
@@ -743,8 +740,6 @@ sub command_line_setup {
'
force
'
=>
\
$opt_force
,
'
with-ndbcluster-only
'
=>
\&
collect_option
,
'
skip-ndbcluster|skip-ndb
'
=>
\
$opt_skip_ndbcluster
,
'
skip-ndbcluster-slave|skip-ndb-slave
'
=>
\
$opt_skip_ndbcluster_slave
,
'
suite|suites=s
'
=>
\
$opt_suites
,
'
skip-rpl
'
=>
\&
collect_option
,
'
skip-test=s
'
=>
\&
collect_option
,
...
...
@@ -2063,7 +2058,6 @@ sub check_ndbcluster_support ($) {
if
(
$opt_skip_ndbcluster
)
{
mtr_report
("
- skipping ndbcluster
");
$opt_skip_ndbcluster_slave
=
$opt_skip_ndbcluster
;
return
;
}
...
...
@@ -2071,7 +2065,6 @@ sub check_ndbcluster_support ($) {
{
mtr_report
("
- skipping ndbcluster, mysqld not compiled with ndbcluster
");
$opt_skip_ndbcluster
=
2
;
$opt_skip_ndbcluster_slave
=
2
;
return
;
}
...
...
@@ -4403,6 +4396,7 @@ sub start_mysqltest ($) {
if
(
$opt_record
)
{
mtr_add_arg
(
$args
,
"
--record
");
mtr_add_arg
(
$args
,
"
--result-file=%s
",
$tinfo
->
{
record_file
});
}
...
...
@@ -4674,7 +4668,6 @@ Options to control what engine/variation to run
compress Use the compressed protocol between client and server
ssl Use ssl protocol between client and server
skip-ssl Dont start server with support for ssl connections
ndb|with-ndbcluster Use cluster as default table type
vs-config Visual Studio configuration used to create executables
(default: MTR_VS_CONFIG environment variable)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment