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
700397a8
Commit
700397a8
authored
Nov 10, 2013
by
Elena Stepanova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for overlayed include files on Windows and a test case
parent
ef43b71f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
26 additions
and
0 deletions
+26
-0
client/mysqltest.cc
client/mysqltest.cc
+3
-0
mysql-test/suite/mtr2/overlay.inc
mysql-test/suite/mtr2/overlay.inc
+2
-0
mysql-test/suite/mtr2/single.result
mysql-test/suite/mtr2/single.result
+3
-0
mysql-test/suite/mtr2/single.test
mysql-test/suite/mtr2/single.test
+4
-0
storage/myisam/mysql-test/mtr2/overlay.inc
storage/myisam/mysql-test/mtr2/overlay.inc
+2
-0
storage/myisam/mysql-test/mtr2/single.rdiff
storage/myisam/mysql-test/mtr2/single.rdiff
+12
-0
No files found.
client/mysqltest.cc
View file @
700397a8
...
...
@@ -2992,6 +2992,9 @@ void open_file(const char *name)
char
buff
[
FN_REFLEN
];
size_t
length
;
const
char
*
curname
=
cur_file
->
file_name
;
#ifdef __WIN__
fix_win_paths
(
curname
,
sizeof
(
curname
));
#endif
DBUG_ENTER
(
"open_file"
);
DBUG_PRINT
(
"enter"
,
(
"name: %s"
,
name
));
...
...
mysql-test/suite/mtr2/overlay.inc
0 → 100644
View file @
700397a8
select
2
;
mysql-test/suite/mtr2/single.result
View file @
700397a8
select 1;
1
1
select 2;
2
2
mysql-test/suite/mtr2/single.test
View file @
700397a8
...
...
@@ -5,4 +5,8 @@
# three times - once for the parent suite, and once for each overlay.
# even if the test files are not overlayed.
#
# overlay.inc is overridden in mtr2-myisam, and there is an rdiff file.
#
select
1
;
source
overlay
.
inc
;
storage/myisam/mysql-test/mtr2/overlay.inc
0 → 100644
View file @
700397a8
select
3
;
storage/myisam/mysql-test/mtr2/single.rdiff
0 → 100644
View file @
700397a8
--- suite/mtr2/single.result 2013-11-10 03:58:37.000000000 +0400
+++ suite/mtr2/single.reject 2013-11-10 03:59:08.000000000 +0400
@@ -1,6 +1,6 @@
select 1;
1
1
-select 2;
-2
-2
+select 3;
+3
+3
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