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