mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
test result changes (non-functional) for 5.1-5.0 merge
mysql-test/r/federated_transactions.result: merge fixes to result file (case sensitivity) mysql-test/r/warnings.result: wrong warning message result
This commit is contained in:
@ -16,7 +16,7 @@ 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 ''
|
||||||
)
|
)
|
||||||
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 't1'
|
||||||
|
Reference in New Issue
Block a user