• Davi Arnaut's avatar
    Bug#33669: Transactional temporary tables do not work under --read-only · 30cb1779
    Davi Arnaut authored
    The problem was that in read only mode (read_only enabled),
    the server would mistakenly deny data modification attempts
    for temporary tables which belong to a transactional storage
    engine (eg. InnoDB).
    
    The solution is to allow transactional temporary tables to be
    modified under read only mode. As a whole, the read only mode
    does not apply to any kind of temporary table.
    30cb1779
read_only_innodb.result 4.68 KB