[MDEV-28147] Documentation of Spider installation is out-dated Created: 2022-03-22 Updated: 2022-03-23 Resolved: 2022-03-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Nayuta Yanagisawa (Inactive) | Assignee: | Nayuta Yanagisawa (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Spider bundled with 10.5+ doesn't have install_spider.sql. Spider bundled with 10.5+ automatically creates system tables internally. So, one only need to execute install plugin spider soname 'ha_spider.so'. https://mariadb.com/kb/en/spider-installation/ |
| Comments |
| Comment by Geoff Montee (Inactive) [ 2022-03-22 ] |
|
The Enterprise Docs have always been correct on this. Compare these two versions of the page:
We will need to add the correct details to the KB page as well. Thanks for the report!
Spider actually creates the system tables automatically in 10.4 and later, because the change was made starting in MariaDB 10.4.7 as part of |
| Comment by Geoff Montee (Inactive) [ 2022-03-22 ] |
|
Can you please review the following new section on the KB page?: https://mariadb.com/kb/en/spider-installation/#install-spider-on-spider-node Thanks! |
| Comment by Nayuta Yanagisawa (Inactive) [ 2022-03-23 ] |
|
GeoffMontee LGTM. Thank you for your quick response. |