• KiyoshiTakeda's avatar
    MDEV-28225 Disallow user to create Spider temporary table · 4d1955d3
    KiyoshiTakeda authored
    Creating a temporary table with Spider is non-sense because a Spider
    table cannot hold any physical data and it requires an additional
    effort to manage even if it is configured correctly.
    
    Set HTON_TEMPORARY_NOT_SUPPORTED to spider_hton->flags.  
    
    Reviewed-by: nayuta.yanagisawa@hey.com
    Co-authored-by: d8sk4ueun@gmail.com
    4d1955d3
spd_table.cc 288 KB