Details
Description
Not sure if it counts as a bug since system tables are not supposed to be altered by users. Split from MDEV-35557 for tracking / documentation purposes at least:
CREATE SERVER s1 FOREIGN DATA WRAPPER mysql OPTIONS (HOST '127.0.0.1'); |
ALTER TABLE mysql.servers ENGINE=innodb; |
FLUSH PRIVILEGES; |
drop server s1; |
results in
temp.mdev_35557 [ fail ]
|
Test ended at 2024-12-13 16:28:12
|
|
CURRENT_TEST: temp.mdev_35557
|
mysqltest: At line 22: query 'drop server s1' failed: 1477: The foreign server name you are trying to reference does not exist. Data source error: s1
|
Attachments
Issue Links
- split from
-
MDEV-35557 SIGSEGV in get_server_from_table_to_cache | servers_load, UBSAN null pointer passed as argument 1, which is declared to never be null
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue split from |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Assignee | Yuchen Pei [ JIRAUSER52627 ] |
Assignee | Yuchen Pei [ JIRAUSER52627 ] | Marko Mäkelä [ marko ] |
Status | Confirmed [ 10101 ] | In Review [ 10002 ] |
Assignee | Marko Mäkelä [ marko ] | Oleksandr Byelkin [ sanja ] |
Assignee | Oleksandr Byelkin [ sanja ] | Yuchen Pei [ JIRAUSER52627 ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Fix Version/s | 10.5.28 [ 29952 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Fix Version/s | 10.6.21 [ 29953 ] | |
Fix Version/s | 10.11.11 [ 29954 ] | |
Fix Version/s | 11.4.5 [ 29956 ] | |
Fix Version/s | 11.7.2 [ 29914 ] |