diff options
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/federated.result | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mysql-test/r/federated.result b/mysql-test/r/federated.result index 9c524dd7264..1d24707034b 100644 --- a/mysql-test/r/federated.result +++ b/mysql-test/r/federated.result @@ -20,16 +20,14 @@ CREATE TABLE federated.t1 ( ) ENGINE="FEDERATED" DEFAULT CHARSET=latin1 COMMENT='mysql://root@127.0.0.1:@/too/many/items/federated/t1'; -ERROR HY000: Can't create table 'this connection string is not in the correct format! -' (errno: 0) +ERROR HY000: Can't create table 'connection string is not in the correct format' (errno: 0) CREATE TABLE federated.t1 ( `id` int(20) NOT NULL, `name` varchar(32) NOT NULL default '' ) ENGINE="FEDERATED" DEFAULT CHARSET=latin1 COMMENT='mysql://root@127.0.0.1'; -ERROR HY000: Can't create table 'this connection string is not in the correct format! -' (errno: 0) +ERROR HY000: Can't create table 'connection string is not in the correct format' (errno: 0) CREATE TABLE federated.t1 ( `id` int(20) NOT NULL, `name` varchar(32) NOT NULL default '' |