mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
Merge mysql.com:/home/svoj/devel/mysql/BUG35509/mysql-5.0-engines
into mysql.com:/home/svoj/devel/mysql/BUG34768/mysql-5.1-engines
This commit is contained in:
commit
2d44db25e7
1 changed files with 5 additions and 0 deletions
|
@ -1820,6 +1820,11 @@ DROP TABLE t1;
|
|||
# BUG#34788 - malformed federated connection url is not handled correctly -
|
||||
# crashes server !
|
||||
#
|
||||
# also tests
|
||||
#
|
||||
# BUG#35509 - Federated leaks memory when connecting to localhost/default
|
||||
# port
|
||||
#
|
||||
CREATE TABLE t1 (a INT) ENGINE=federated CONNECTION='mysql://@:://';
|
||||
DROP TABLE t1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue