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
cd32c0b9
Commit
cd32c0b9
authored
Dec 12, 2006
by
patg@radha.local
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WL# 3031
Found that the results from select had to be fixed too.
parent
6ba9115e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
mysql-test/r/federated_server.result
mysql-test/r/federated_server.result
+2
-2
mysql-test/t/federated_server.test
mysql-test/t/federated_server.test
+2
-1
No files found.
mysql-test/r/federated_server.result
View file @
cd32c0b9
...
...
@@ -50,8 +50,8 @@ OWNER 'root');
select * from mysql.servers;
Server_name Host Db Username Password Port Socket Wrapper Owner
test localhost test root 0 mysql root
server_one 127.0.0.1 first_db root
9308
mysql root
server_two 127.0.0.1 second_db root
9308
mysql root
server_one 127.0.0.1 first_db root
SLAVE_PORT
mysql root
server_two 127.0.0.1 second_db root
SLAVE_PORT
mysql root
DROP TABLE IF EXISTS federated.old;
Warnings:
Note 1051 Unknown table 'old'
...
...
mysql-test/t/federated_server.test
View file @
cd32c0b9
...
...
@@ -49,7 +49,8 @@ eval create server 'server_two' foreign data wrapper 'mysql' options
SOCKET
''
,
OWNER
'root'
);
select
*
from
mysql
.
servers
;
--
replace_result
$SLAVE_MYPORT
SLAVE_PORT
eval
select
*
from
mysql
.
servers
;
DROP
TABLE
IF
EXISTS
federated
.
old
;
--
replace_result
$SLAVE_MYPORT
SLAVE_PORT
...
...
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