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