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