Details
-
Bug
-
Status: Stalled (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.6, 10.11, 11.4, 11.8, 10.5(EOL), 12.0(EOL), 12.1, 12.2
-
Can result in unexpected behaviour
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
- relates to
-
MDEV-24193 UBSAN: sql/sql_acl.cc:9985:29: runtime error: member access within null pointer of type 'struct TABLE' , ASAN: use-after-poison in handle_grant_table
-
- Closed
-
- 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
-