Skip to content
  • Yasuo Honda's avatar
    6a32e8aa
    Remove ignored_sql from SQLCounter by adding "TRANSACTION" to log name · 6a32e8aa
    Yasuo Honda authored
    This commit adds "TRANSACTION" to savepoint and commit, rollback statements
    because none of savepoint statements were removed by #36153 since they are not "SCHEMA" statements.
    
    Although, only savepoint statements can be labeled as "TRANSACTION"
    I think all of transaction related method should add this label.
    
    Follow up #36153
    6a32e8aa
    Remove ignored_sql from SQLCounter by adding "TRANSACTION" to log name
    Yasuo Honda authored
    This commit adds "TRANSACTION" to savepoint and commit, rollback statements
    because none of savepoint statements were removed by #36153 since they are not "SCHEMA" statements.
    
    Although, only savepoint statements can be labeled as "TRANSACTION"
    I think all of transaction related method should add this label.
    
    Follow up #36153
Loading