Details
Description
Splitted from the 10.x testcases in MDEV-35557. Tested at 10.5 bf7cfa2535618bfe9962c725555680e799fdcd18
Example 1:
ALTER TABLE mysql.servers DROP COLUMN Owner; |
INSERT INTO mysql.servers VALUES(0,0,0,0,0,0,0,0); |
FLUSH PRIVILEGES; |
Example 2:
alter table mysql.plugin drop column dl; |
install soname "ha_example"; |
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
- In Review