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
7a9eae58
Commit
7a9eae58
authored
Jul 09, 2013
by
Sergey Petrunya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trivial test result updates.
parent
56a6e71f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
mysql-test/suite/federated/federated_archive.result
mysql-test/suite/federated/federated_archive.result
+2
-2
mysql-test/suite/innodb/r/innodb-autoinc-56228.result
mysql-test/suite/innodb/r/innodb-autoinc-56228.result
+3
-3
No files found.
mysql-test/suite/federated/federated_archive.result
View file @
7a9eae58
...
...
@@ -20,13 +20,13 @@ id name
1 foo
2 bar
DELETE FROM federated.t1 WHERE id = 1;
ERROR HY000: Got error 10000 'Error on remote system: 1031:
Table storage engine for 'archive_table' doesn't have this option
' from FEDERATED
ERROR HY000: Got error 10000 'Error on remote system: 1031:
Storage engine ARCHIVE of the table `federated`.`archive_table` doesn'
' from FEDERATED
SELECT * FROM federated.t1;
id name
1 foo
2 bar
UPDATE federated.t1 SET name='baz' WHERE id = 1;
ERROR HY000: Got error 10000 'Error on remote system: 1031:
Table storage engine for 'archive_table' doesn't have this option
' from FEDERATED
ERROR HY000: Got error 10000 'Error on remote system: 1031:
Storage engine ARCHIVE of the table `federated`.`archive_table` doesn'
' from FEDERATED
SELECT * FROM federated.t1;
id name
1 foo
...
...
mysql-test/suite/innodb/r/innodb-autoinc-56228.result
View file @
7a9eae58
DROP TABLE IF EXISTS t1_56228;
Warnings:
Note 1051 Unknown table 't1_56228'
Note 1051 Unknown table 't
est.t
1_56228'
DROP TABLE IF EXISTS t2_56228;
Warnings:
Note 1051 Unknown table 't2_56228'
Note 1051 Unknown table 't
est.t
2_56228'
DROP FUNCTION IF EXISTS bug56228;
Warnings:
Note 1305 FUNCTION test.bug56228 does not exist
...
...
@@ -27,4 +27,4 @@ DROP FUNCTION bug56228;
DROP TEMPORARY TABLE t2_56228;
DROP TEMPORARY TABLE IF EXISTS t1_56228;
Warnings:
Note 1051 Unknown table 't1_56228'
Note 1051 Unknown table 't
est.t
1_56228'
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