Changes between Initial Version and Version 1 of Ticket #31632, comment 8


Ignore:
Timestamp:
May 28, 2020, 9:36:52 AM (4 years ago)
Author:
Florian Apolloner

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31632, comment 8

    initial v1  
    11Something is going very wrong here (I enabled mysql query logging):
    2 ```
     2
     3
     4{{{
    352020-05-28T14:34:26.959959Z         3 Connect   root@127.0.0.1 on mysql using TCP/IP
    462020-05-28T14:34:26.960183Z         3 Query     SET autocommit=0
     
    16182020-05-28T14:34:26.983500Z         4 Query     SELECT `polls_notapoll`.`id`, `polls_notapoll`.`text` FROM `polls_notapoll` WHERE `polls_notapoll`.`id` = 1
    17192020-05-28T14:34:27.031868Z         4 Quit     
    18 ```
     20
     21}}}
     22
    1923
    2024Why it sends "SET autocommit=0" is beyond my understanding, but lets see what I can dig up :)
Back to Top