Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Duplicate
-
10.4(EOL), 10.5, 10.6, 10.7(EOL), 10.8(EOL), 10.9(EOL), 10.10(EOL)
Description
This issue is high priority as it affects Spider testing.
# mysqld options required for replay: --init-file=${PWD}/in.sql
|
 |
$ cat in.sql
|
INSTALL PLUGIN spider SONAME 'ha_spider.so';
|
USE test;
|
CREATE TABLE t (c INT) ENGINE=SPIDER;
|
Will make the server hang on startup. Attempted CLI connects will also hang. Removing either the INSTALL PLUGIN or the USE test from the testcase will make the server start correctly.
Bug confirmed present in:
MariaDB: 10.4.23 (dbg), 10.4.23 (opt), 10.5.14 (dbg), 10.5.14 (opt), 10.6.6 (dbg), 10.6.6 (opt), 10.7.2 (dbg), 10.7.2 (opt), 10.8.0 (dbg), 10.8.0 (opt)
Bug (or feature/syntax) confirmed not present in:
MariaDB: 10.2.42 (dbg), 10.2.42 (opt), 10.3.33 (dbg), 10.3.33 (opt)
Attachments
Issue Links
- blocks
-
MDEV-27253 Reorganize Spider plugin variables regarding table/index stats
- Open
-
MDEV-27575 Spider: UBSAN member access within null pointer of type 'struct st_plugin_int and SIGSEGV in intern_plugin_lock on SHUTDOWN when setting Spider as default storage engine (temporary or global)
- Closed
-
MDEV-29870 Backport fixes to spider init bugs to 10.4-10.6 once they have SQL service
- Closed
- causes
-
MDEV-29904 SPIDER plugin initialization fails upon startup
- Closed
- is blocked by
-
MDEV-22979 "mysqld --bootstrap" / mysql_install_db hangs when Spider is installed
- Closed
- is caused by
-
MDEV-20179 Server hangs on shutdown during installation of Spider
- Closed
- relates to
-
MDEV-19842 Crash while creating statistics for Spider table
- Closed
-
MDEV-27095 Simplify spider init queries
- Closed
-
MDEV-27103 mariadb-upgrade fails with 'System table spider_tables is different version' => Can't create database 'performance_schema'
- Closed
-
MDEV-27614 SQL service crashes on some queries sent by SPIDER engine.
- Stalled
-
MDEV-29870 Backport fixes to spider init bugs to 10.4-10.6 once they have SQL service
- Closed
-
MDEV-27575 Spider: UBSAN member access within null pointer of type 'struct st_plugin_int and SIGSEGV in intern_plugin_lock on SHUTDOWN when setting Spider as default storage engine (temporary or global)
- Closed
-
MDEV-30370 mariadbd hangs when running with --wsrep-recover and --plugin-load-add=ha_spider.so
- Closed