• thek@adventure.(none)'s avatar
    Bug#28846 Use of undocumented Prepared Statements crashes server · 3e7c1b1c
    thek@adventure.(none) authored
    ALTER VIEW is currently not supported as a prepared statement
    and should be disabled as such as they otherwise could cause server crashes.
    
    ALTER VIEW is currently not supported when called from stored
    procedures or functions for related reasons and should also be disabled.
    
    This patch disables these DDL statements and adjusts the appropriate test
    cases accordingly.
    
    Additional tests has been added to reflect on the fact that we do support
    CREATE/ALTER/DROP TABLE for Prepared Statements (PS), Stored Procedures (SP)
    and PS within SP.
    3e7c1b1c
ps_1general.test 27.6 KB