Commit 3e28618f authored by unknown's avatar unknown

Merge mysql.com:/home/svoj/devel/mysql/BUG35509/mysql-5.0-engines

into  mysql.com:/home/svoj/devel/mysql/BUG34768/mysql-5.1-engines


mysql-test/t/federated.test:
  Auto merged
storage/federated/ha_federated.cc:
  Use local.
parents 811fb145 5ad505dd
...@@ -1820,6 +1820,11 @@ DROP TABLE t1; ...@@ -1820,6 +1820,11 @@ DROP TABLE t1;
# BUG#34788 - malformed federated connection url is not handled correctly - # BUG#34788 - malformed federated connection url is not handled correctly -
# crashes server ! # crashes server !
# #
# also tests
#
# BUG#35509 - Federated leaks memory when connecting to localhost/default
# port
#
CREATE TABLE t1 (a INT) ENGINE=federated CONNECTION='mysql://@:://'; CREATE TABLE t1 (a INT) ENGINE=federated CONNECTION='mysql://@:://';
DROP TABLE t1; DROP TABLE t1;
......
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