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
2a0498c0
Commit
2a0498c0
authored
Jul 13, 2007
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disabled the output of the full path in tesing bug 29325
parent
b806ca22
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/symlink.result
mysql-test/r/symlink.result
+0
-2
mysql-test/t/symlink.test
mysql-test/t/symlink.test
+2
-0
No files found.
mysql-test/r/symlink.result
View file @
2a0498c0
...
@@ -136,8 +136,6 @@ End of 4.1 tests
...
@@ -136,8 +136,6 @@ End of 4.1 tests
CREATE DATABASE db1;
CREATE DATABASE db1;
CREATE DATABASE db2;
CREATE DATABASE db2;
USE db2;
USE db2;
CREATE TABLE t1 (b INT) ENGINE MYISAM
DATA DIRECTORY = '/home/kgeorge/mysql/work/B29325-winfix-5.0-opt/mysql-test/var/master-data/db1/';
INSERT INTO db2.t1 VALUES (1);
INSERT INTO db2.t1 VALUES (1);
SELECT * FROM db2.t1;
SELECT * FROM db2.t1;
b
b
...
...
mysql-test/t/symlink.test
View file @
2a0498c0
...
@@ -186,8 +186,10 @@ CREATE DATABASE db1;
...
@@ -186,8 +186,10 @@ CREATE DATABASE db1;
CREATE
DATABASE
db2
;
CREATE
DATABASE
db2
;
USE
db2
;
USE
db2
;
--
disable_query_log
eval
CREATE
TABLE
t1
(
b
INT
)
ENGINE
MYISAM
eval
CREATE
TABLE
t1
(
b
INT
)
ENGINE
MYISAM
DATA
DIRECTORY
=
'$MYSQLTEST_VARDIR/master-data/db1/'
;
DATA
DIRECTORY
=
'$MYSQLTEST_VARDIR/master-data/db1/'
;
--
enable_query_log
INSERT
INTO
db2
.
t1
VALUES
(
1
);
INSERT
INTO
db2
.
t1
VALUES
(
1
);
SELECT
*
FROM
db2
.
t1
;
SELECT
*
FROM
db2
.
t1
;
...
...
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