Mujtaba Saboor
Mujtaba Saboor
I was facing the same issue with our OCS server. I have almost 70K+ hardware devices and faced deadlock in the software table. I figured out that it was the...
> Hi, i have fixed my problem too adapting @mujtaba-saboor fix, i atach here the code: > > sub _del_category_soft { my ($name, $publisher, $version) = @_; my $sqlSoftwareCat; my...
@jjmg84 are you sure the deadlock is from `software_categories_link` table and not from the `software` table? Because for me it was `software` table, maybe you could refactor the software deletion...
> > @jjmg84 are you sure the deadlock is from `software_categories_link` table and not from the `software` table? Because for me it was `software` table, maybe you could refactor the...