• Alexander Barkov's avatar
    A cleanup for MDEV-25243 ASAN heap-use-after-free in... · efdbb3cf
    Alexander Barkov authored
    A cleanup for MDEV-25243 ASAN heap-use-after-free in Item_func_sp::execute_impl upon concurrent view DDL and I_S query with view and function
    
    The test was reported to fail sporadicaly with this diff:
    
    --- mysql-test/main/information_schema_tables.result
    +++ mysql-test/main/information_schema_tables.reject
    @@ -21,6 +21,8 @@
     disconnect con1;
     connection default;
     DROP VIEW IF EXISTS vv;
    +Warnings:
    +Note	4092	Unknown VIEW: 'test.vv'
    
    in the "The originally reported non-deterministic test" part.
    Disabling warnings around the DROP VIEW statement.
    efdbb3cf
information_schema_tables.test 2.57 KB