mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
9 lines
255 B
Text
9 lines
255 B
Text
|
#
|
||
|
# MDEV-4594 - CREATE SERVER crashes embedded
|
||
|
#
|
||
|
CREATE SERVER s1 FOREIGN DATA WRAPPER mysql OPTIONS(HOST 'localhost');
|
||
|
SELECT * FROM mysql.servers;
|
||
|
Server_name Host Db Username Password Port Socket Wrapper Owner
|
||
|
s1 localhost 0 mysql
|
||
|
DROP SERVER s1;
|