Table keeps getting locked
-
Hello,
I have the following queries that keeps running (after loggin queries)
ALTER TABLEpool_wp_scorehistory_s1_t1CHANGEranking_idranking_idINT UNSIGNED NOT NULL, CHANGEscore_orderscore_orderINT UNSIGNED NOT NULL DEFAULT '0', CHANGEtypetypeTINYINT UNSIGNED NOT NULL DEFAULT '0', CHANGEsource_idsource_idINT UNSIGNED NOT NULL, CHANGEuser_iduser_idINT UNSIGNED NOT NULL, CHANGEscorescoreINT UNSIGNED NOT NULL, CHANGEfullfullSMALLINT UNSIGNED NOT NULL DEFAULT '0', CHANGEtotototoSMALLINT UNSIGNED NOT NULL DEFAULT '0', CHANGEgoal_bonusgoal_bonusSMALLINT UNSIGNED NOT NULL DEFAULT '0', CHANGEgoal_diff_bonusgoal_diff_bonusSMALLINT UNSIGNED NOT NULL DEFAULT '0', CHANGEtotal_scoretotal_scoreINT UNSIGNED NOT NULL DEFAULT '0', CHANGErankingranking` INT UNSIGNED NOT NULLCREATE TABLE IF NOT EXISTS
pool_wp_scorehistory_s1_t1(ranking_idint(10) unsigned NOT NULL,score_orderint(10) unsigned NOT NULL DEFAULT ‘0’,typetinyin`See Image:
I have disabled all caches. The website becomes unresponsive. Any way to prevent this from running / any codes I can comment?
Thanks
RoshanThe page I need help with: [log in to see the link]
The topic ‘Table keeps getting locked’ is closed to new replies.