# File lib/active_record/connection_adapters/abstract_mysql_adapter.rb, line 255
      def begin_db_transaction
        execute "BEGIN"
      rescue Exception
        # Transactions aren't supported
      end