# File lib/active_record/connection_adapters/mysql2_adapter.rb, line 298
      def rollback_db_transaction
        execute "ROLLBACK"
      rescue Exception
        # Transactions aren't supported
      end