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
_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to     : maria-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to