Database Locking Issues
-
my site is frozen sporadically due to the problems with this plugin locking up the database. my server admin identified the issue and sent me this:
The query that caused problems was this one:
SELECT pid ,
wp_options.option_valueAS ‘custom_post_id’, GROUP_CONCAT(CONCAT_WS(‘@@’, meta_key, meta_value)) AS ‘extras’ FROMwp_ngg_picturesLEFT OUTER JOINwp_optionsONwp_options.option_name = CONCAT(‘wp_ngg_pictures_’, wp_ngg_pictures.pid) LEFT OUTER JOINwp_postmetaONwp_postmeta.post_id=wp_options.option_valueWHERE (exclude= 0) GROUP BY wp_ngg_pictures.pid ORDER BY rand()i have paying members and this plugin will make me lose them at this rate 🙁
The topic ‘Database Locking Issues’ is closed to new replies.