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
2f04fc27
Commit
2f04fc27
authored
Sep 02, 2014
by
Rich Prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FT-548 fix dirty upgrade build on osx problem
parent
ed9df111
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ft/tests/test-upgrade-recovery-logs.cc
ft/tests/test-upgrade-recovery-logs.cc
+2
-1
No files found.
ft/tests/test-upgrade-recovery-logs.cc
View file @
2f04fc27
...
...
@@ -92,6 +92,7 @@ PATENT RIGHTS GRANT:
// Test that recovery works correctly on a recovery log in a log directory.
#include "test.h"
#include <libgen.h>
static
void
run_recovery
(
const
char
*
testdir
)
{
int
r
;
...
...
@@ -175,7 +176,7 @@ int test_main(int argc, const char *argv[]) {
}
if
(
i
<
argc
)
{
const
char
*
full_test_dir
=
argv
[
i
];
const
char
*
test_dir
=
basename
(
full_test_dir
);
const
char
*
test_dir
=
basename
(
(
char
*
)
full_test_dir
);
if
(
strcmp
(
full_test_dir
,
test_dir
)
!=
0
)
{
int
r
;
char
cmd
[
32
+
strlen
(
full_test_dir
)
+
strlen
(
test_dir
)];
...
...
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