Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #41302


Ignore:
Timestamp:
07/13/2017 02:11:59 PM (8 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41302

    • Property Component changed from General to Database
    • Property Summary changed from Wordpress not stopping queries which have reached limit and preventing users to load wordpress until query timesout to WordPress not stopping queries which have reached limit and preventing users to load WordPress until query times out
  • Ticket #41302 – Description

    initial v2  
    11[[Image(Pasted image at 2017_07_13 10_14 AM.png)]]
    22
    3 I have problem with Wordpress mysql `max_questions=600, max_updates=600` limit
     3I have problem with WordPress mysql `max_questions=600, max_updates=600` limit
    44
    55{{{
     
    1111wp-db.php:830
    1212}}}
    13  comes timeout.
     13comes timeout.
    1414
    1515I suspect that that after limit is reached
     
    1717public function set_charset( $dbh, $charset = null, $collate = null ) {
    1818}}}
    19  throws and error.
     19throws and error.
    2020
    21 After that wordpress gets stuck on loading something. And you cannot make any other queries on other browser windows.
     21After that WordPress gets stuck on loading something. And you cannot make any other queries on other browser windows.
    2222
    2323Proper script should just kill the query after error that limit has been exceeded.