Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.0.11
Description
MariaDB [test]> CREATE OR REPLACE TABLE user ( |
-> username VARCHAR(50) NOT NULL |
-> , password VARCHAR(50) NOT NULL |
-> )
|
-> ENGINE = SPIDER;
|
Query OK, 0 rows affected (0.12 sec) |
 |
MariaDB [test]> SELECT * FROM user; |
I beleive that the table should not be created, since the COMMENT clause misses.
The query waits forever. Note that even KILL HARD, in some cases, does not kill the query/process.
Attachments
Issue Links
- relates to
-
MDEV-30542 Update the spider self_reference test to include a case of circular referencing of length > 0
- Closed
-
MDEV-30994 Earlier detection of spider table self-reference
- Open
-
MDEV-29583 Disallow Spider self/dual/multi/cross-referencing tables, consider not executing/skipping/disabling init_connect for Spider user
- Closed