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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
548a208c
Commit
548a208c
authored
Dec 12, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WL# 3031
Found that the results from select had to be fixed too.
parent
8409d6b3
Changes
2
Hide 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 @
548a208c
...
...
@@ -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 @
548a208c
...
...
@@ -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