Does WordPress’ $wpdb
functions wait when the table is locked?
For example Function A() uses $wpdb->getresults
. When $wpdb->getresults
wants to read a table and its locked, does it wait for unlocking?
Does WordPress’ $wpdb
functions wait when the table is locked?
For example Function A() uses $wpdb->getresults
. When $wpdb->getresults
wants to read a table and its locked, does it wait for unlocking?