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
9cda709e
Commit
9cda709e
authored
Jun 14, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove opt_local, noone knows what it should do
mysql-test/lib/mtr_stress.pl: Remove remnant of opt_local_master
parent
6e0e266e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
10 deletions
+1
-10
mysql-test/lib/mtr_stress.pl
mysql-test/lib/mtr_stress.pl
+1
-1
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+0
-9
No files found.
mysql-test/lib/mtr_stress.pl
View file @
9cda709e
...
@@ -25,7 +25,7 @@ sub run_stress_test ()
...
@@ -25,7 +25,7 @@ sub run_stress_test ()
mtr_report
("
Starting stress testing
\n
");
mtr_report
("
Starting stress testing
\n
");
if
(
!
$::glob_use_embedded_server
and
!
$::opt_local_master
)
if
(
!
$::glob_use_embedded_server
)
{
{
if
(
!
mysqld_start
(
$::master
->
[
0
],
[]
,
[]
)
)
if
(
!
mysqld_start
(
$::master
->
[
0
],
[]
,
[]
)
)
{
{
...
...
mysql-test/mysql-test-run.pl
View file @
9cda709e
...
@@ -237,8 +237,6 @@ our $opt_gprof_dir;
...
@@ -237,8 +237,6 @@ our $opt_gprof_dir;
our
$opt_gprof_master
;
our
$opt_gprof_master
;
our
$opt_gprof_slave
;
our
$opt_gprof_slave
;
our
$opt_local
;
our
$master
;
# Will be struct in C
our
$master
;
# Will be struct in C
our
$slave
;
our
$slave
;
our
$clusters
;
our
$clusters
;
...
@@ -658,7 +656,6 @@ sub command_line_setup () {
...
@@ -658,7 +656,6 @@ sub command_line_setup () {
'
comment=s
'
=>
\
$opt_comment
,
'
comment=s
'
=>
\
$opt_comment
,
'
debug
'
=>
\
$opt_debug
,
'
debug
'
=>
\
$opt_debug
,
'
fast
'
=>
\
$opt_fast
,
'
fast
'
=>
\
$opt_fast
,
'
local
'
=>
\
$opt_local
,
'
netware
'
=>
\
$opt_netware
,
'
netware
'
=>
\
$opt_netware
,
'
old-master
'
=>
\
$opt_old_master
,
'
old-master
'
=>
\
$opt_old_master
,
'
reorder
'
=>
\
$opt_reorder
,
'
reorder
'
=>
\
$opt_reorder
,
...
@@ -758,11 +755,6 @@ sub command_line_setup () {
...
@@ -758,11 +755,6 @@ sub command_line_setup () {
# Do sanity checks of command line arguments
# Do sanity checks of command line arguments
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
if
(
$opt_extern
and
$opt_local
)
{
mtr_error
("
Can't use --extern and --local at the same time
");
}
if
(
!
$opt_socket
)
if
(
!
$opt_socket
)
{
# FIXME set default before reading options?
{
# FIXME set default before reading options?
# $opt_socket= '@MYSQL_UNIX_ADDR@';
# $opt_socket= '@MYSQL_UNIX_ADDR@';
...
@@ -4206,7 +4198,6 @@ Deprecated options
...
@@ -4206,7 +4198,6 @@ Deprecated options
Options not yet described, or that I want to look into more
Options not yet described, or that I want to look into more
local
local
local-master
netware
netware
old-master
old-master
sleep=SECONDS
sleep=SECONDS
...
...
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