• davi@endora.local's avatar
    Bug#30904 SET PASSWORD statement is non-transactional · 756a86f0
    davi@endora.local authored
    The SET PASSWORD statement is non-transactional (no explicit transaction
    boundaries) in nature and hence is forbidden inside stored functions and
    triggers, but it weren't being effectively forbidden.
    
    The implemented fix is to issue a implicit commit with every SET PASSWORD
    statement, effectively prohibiting these statements in stored functions
    and triggers. 
    756a86f0
sql_lex.h 55.4 KB