mirror of https://github.com/MariaDB/server
Browse Source
storage engines are generally initialized in some random order (by iterating the hash of plugin names). S3 fails if it's initialized before Aria. But it looks that while S3 needs Aria, it does not need Aria to be initialized before S3. S3 copies maria_hton and then overwrites every single member of it, so it can handle Aria being initialized after S3.10.5-varun
2 changed files with 6 additions and 9 deletions
Loading…
Reference in new issue