diff options
author | eric@mysql.com <> | 2005-09-13 11:59:19 -0700 |
---|---|---|
committer | eric@mysql.com <> | 2005-09-13 11:59:19 -0700 |
commit | 84534bc62938a2670c723b9c2406f3ec56c3b660 (patch) | |
tree | f8ec62a1a158afb10128ce191625e32e510bf74e /mysql-test/r/federated.result | |
parent | 671d63b6eba0ea24d3a8e3d39ae109307209a36f (diff) | |
download | mariadb-git-84534bc62938a2670c723b9c2406f3ec56c3b660.tar.gz |
Fixed minor error message bug from work for WL#2414
Diffstat (limited to 'mysql-test/r/federated.result')
-rw-r--r-- | mysql-test/r/federated.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/federated.result b/mysql-test/r/federated.result index cb58f12bbc0..1ec9857c8a7 100644 --- a/mysql-test/r/federated.result +++ b/mysql-test/r/federated.result @@ -26,7 +26,7 @@ CREATE TABLE federated.t1 ( ) ENGINE="FEDERATED" DEFAULT CHARSET=latin1 CONNECTION='mysql://root@127.0.0.1:@/too/many/items/federated/t1'; -ERROR HY000: Can't create federated table. The data source connection string 'mysql://root@127.0.0.1:@/too/many/items/federated/t1ее' is not in the correct format +ERROR HY000: Can't create federated table. The data source connection string 'mysql://root@127.0.0.1:@/too/many/items/federated/t1' is not in the correct format CREATE TABLE federated.t1 ( `id` int(20) NOT NULL, `name` varchar(32) NOT NULL default '' |