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
9f14736a
Commit
9f14736a
authored
Jul 05, 2013
by
Sergey Petrunya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More buildbot test result updates
parent
f5b7f610
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
65 additions
and
67 deletions
+65
-67
mysql-test/suite/federated/federated_transactions.result
mysql-test/suite/federated/federated_transactions.result
+2
-2
mysql-test/suite/rpl/r/rpl_000013.result
mysql-test/suite/rpl/r/rpl_000013.result
+1
-1
mysql-test/suite/rpl/r/rpl_row_drop_create_temp_table.result
mysql-test/suite/rpl/r/rpl_row_drop_create_temp_table.result
+62
-62
mysql-test/suite/rpl/r/rpl_row_sp005.result
mysql-test/suite/rpl/r/rpl_row_sp005.result
+0
-2
No files found.
mysql-test/suite/federated/federated_transactions.result
View file @
9f14736a
...
@@ -2,7 +2,7 @@ CREATE DATABASE federated;
...
@@ -2,7 +2,7 @@ CREATE DATABASE federated;
CREATE DATABASE federated;
CREATE DATABASE federated;
DROP TABLE IF EXISTS federated.t1;
DROP TABLE IF EXISTS federated.t1;
Warnings:
Warnings:
Note 1051 Unknown table 't1'
Note 1051 Unknown table '
federated.
t1'
CREATE TABLE federated.t1 (
CREATE TABLE federated.t1 (
`id` int(20) NOT NULL,
`id` int(20) NOT NULL,
`name` varchar(32) NOT NULL default ''
`name` varchar(32) NOT NULL default ''
...
@@ -10,7 +10,7 @@ CREATE TABLE federated.t1 (
...
@@ -10,7 +10,7 @@ CREATE TABLE federated.t1 (
DEFAULT CHARSET=latin1 ENGINE=innodb;
DEFAULT CHARSET=latin1 ENGINE=innodb;
DROP TABLE IF EXISTS federated.t1;
DROP TABLE IF EXISTS federated.t1;
Warnings:
Warnings:
Note 1051 Unknown table 't1'
Note 1051 Unknown table '
federated.
t1'
CREATE TABLE federated.t1 (
CREATE TABLE federated.t1 (
`id` int(20) NOT NULL,
`id` int(20) NOT NULL,
`name` varchar(32) NOT NULL default ''
`name` varchar(32) NOT NULL default ''
...
...
mysql-test/suite/rpl/r/rpl_000013.result
View file @
9f14736a
...
@@ -21,5 +21,5 @@ Variable_name Value
...
@@ -21,5 +21,5 @@ Variable_name Value
Slave_open_temp_tables 0
Slave_open_temp_tables 0
drop table if exists t1,t2;
drop table if exists t1,t2;
Warnings:
Warnings:
Note 1051 Unknown table 't1'
Note 1051 Unknown table 't
est.t
1'
include/rpl_end.inc
include/rpl_end.inc
mysql-test/suite/rpl/r/rpl_row_drop_create_temp_table.result
View file @
9f14736a
This diff is collapsed.
Click to expand it.
mysql-test/suite/rpl/r/rpl_row_sp005.result
View file @
9f14736a
...
@@ -73,8 +73,6 @@ id2
...
@@ -73,8 +73,6 @@ id2
< ---- Master selects-- >
< ---- Master selects-- >
-------------------------
-------------------------
CALL test.p1();
CALL test.p1();
Warnings:
Error 1329 No data - zero rows fetched, selected, or processed
SELECT * FROM test.t3 ORDER BY id3;
SELECT * FROM test.t3 ORDER BY id3;
id3 c
id3 c
1 MySQL
1 MySQL
...
...
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