• Daniel Black's avatar
    MDEV-26447: mysqldump to use temporary view instead of tables. · 92b0a367
    Daniel Black authored
    This is particularly important for Azure where there is no
    MyISAM support in their MariaDB cloud product.
    
    Like mysqldumper does, a view can satisfy the requirement
    like a table, without constraints. The views in frm files are
    text form and don't have column limits.
    
    Thanks Thomas Casteleyn for the suggestion.
    92b0a367
lock_view.result 12.6 KB