Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.5, 10.6, 10.11, 11.1(EOL), 11.2, 11.4, 10.4(EOL), 11.0(EOL), 11.3(EOL)
Description
Run in MTR with --mysqld=--plugin-load-add=ha_spider (or start the server with the option) and run in the client.
show engines;
|
show variables like 'spider%'; |
10.4 23101304887e9e1987c45f001377382e3fdfd88f |
Engine Support Comment Transactions XA Savepoints
|
SPIDER YES Spider storage engine YES YES NO |
...
|
 |
show variables like 'spider%'; |
Variable_name Value
|
No variables. If however spider is installed at runtime via INSTALL SONAME, then variables are loaded.
Run without plugin-load-add=ha_spider:
Variable_name Value
|
spider_auto_increment_mode 0
|
spider_bgs_first_read 2
|
<... many more...>
|
spider_wait_timeout 604800
|
spider_xa_register_mode 1
|
This is a regression from the previous release set (unless on some reason it is intentional).