Commit 7a9eae58 authored by Sergey Petrunya's avatar Sergey Petrunya

Trivial test result updates.

parent 56a6e71f
...@@ -20,13 +20,13 @@ id name ...@@ -20,13 +20,13 @@ id name
1 foo 1 foo
2 bar 2 bar
DELETE FROM federated.t1 WHERE id = 1; 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; SELECT * FROM federated.t1;
id name id name
1 foo 1 foo
2 bar 2 bar
UPDATE federated.t1 SET name='baz' WHERE id = 1; 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; SELECT * FROM federated.t1;
id name id name
1 foo 1 foo
......
DROP TABLE IF EXISTS t1_56228; DROP TABLE IF EXISTS t1_56228;
Warnings: Warnings:
Note 1051 Unknown table 't1_56228' Note 1051 Unknown table 'test.t1_56228'
DROP TABLE IF EXISTS t2_56228; DROP TABLE IF EXISTS t2_56228;
Warnings: Warnings:
Note 1051 Unknown table 't2_56228' Note 1051 Unknown table 'test.t2_56228'
DROP FUNCTION IF EXISTS bug56228; DROP FUNCTION IF EXISTS bug56228;
Warnings: Warnings:
Note 1305 FUNCTION test.bug56228 does not exist Note 1305 FUNCTION test.bug56228 does not exist
...@@ -27,4 +27,4 @@ DROP FUNCTION bug56228; ...@@ -27,4 +27,4 @@ DROP FUNCTION bug56228;
DROP TEMPORARY TABLE t2_56228; DROP TEMPORARY TABLE t2_56228;
DROP TEMPORARY TABLE IF EXISTS t1_56228; DROP TEMPORARY TABLE IF EXISTS t1_56228;
Warnings: Warnings:
Note 1051 Unknown table 't1_56228' Note 1051 Unknown table 'test.t1_56228'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment