You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2023/01/10 13:15:36 UTC

[GitHub] [doris] luozenglin commented on issue #14937: [Bug] [daily]pymysql execute lost connection when sql failed

luozenglin commented on issue #14937:
URL: https://github.com/apache/doris/issues/14937#issuecomment-1377242502

   same bugļ¼š
   ```
   mysql> select * from basdf;
   ERROR 2013 (HY000): Lost connection to MySQL server during query
   No connection. Trying to reconnect...
   Connection id:    5
   Current database: *** NONE ***
   
   ERROR 2013 (HY000): Lost connection to MySQL server during query
   No connection. Trying to reconnect...
   Connection id:    6
   Current database: *** NONE ***
   
   ERROR 2013 (HY000): Lost connection to MySQL server during query
   mysql>
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org