← Back to team overview

maria-developers team mailing list archive

ASAN segfaults on vcol case

 

This case segfaults in ASAN code:

delimiter ~~
create or replace procedure t1()
begin
    create or replace table t1 (
        b tinytext,
        v text as (b) virtual
    );
end~~
delimiter ;
call t1;

Both in 10.3 and 10.4 in different places. Does someone know about such
ASAN faults?

-- 
All the best,

Aleksey Midenkov
@midenok

Follow ups