Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.2
-
None
-
cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_EMBEDDED_SERVER=ON .
mtr --embedded
Description
The following query triggers assertion failure:
CREATE SERVER s1 FOREIGN DATA WRAPPER mysql OPTIONS(HOST 'localhost');
|
Looks like servers_init() is not called in embedded. Fixed in mysql by rev 4232.1.1
Attachments
Issue Links
- blocks
-
MDEV-4438 Spider storage engine
- Closed