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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
7d8c8af5
Commit
7d8c8af5
authored
Nov 24, 2006
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix merge conflicts
parent
86f0d1bb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+1
-2
No files found.
mysql-test/mysql-test-run.pl
View file @
7d8c8af5
...
...
@@ -187,7 +187,6 @@ our $opt_fast;
our
$opt_force
;
our
$opt_reorder
=
0
;
our
$opt_enable_disabled
;
our
$opt_report_features
;
our
$opt_mem
=
$ENV
{'
MTR_MEM
'};
our
$opt_gcov
;
...
...
@@ -656,7 +655,7 @@ sub command_line_setup () {
# directory. And we install "/usr/share/mysql-test". Moving up one
# more directory relative to "mysql-test" gives us a usable base
# directory for RPM installs.
if
(
!
$
opt_
source_dist
and
!
-
d
"
$glob_basedir
/bin
"
)
if
(
!
$source_dist
and
!
-
d
"
$glob_basedir
/bin
"
)
{
$glob_basedir
=
dirname
(
$glob_basedir
);
}
...
...
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