trompert
Guest
Server shutdown in progress
Впервые столкнулся с тем, что такой запрос с вероятностью 50% валит базу MySQL на мастерхосте.
$sql = "select DISTINCT dopolnit.* from dopolnit, hotel_uslugi, t_uslugi, dopolnit_hotel dh
where (t_uslugi.id = hotel_uslugi.uslugi_id
and dopolnit.id=t_uslugi.d_id
and hotel_uslugi.hotel_id='$id')
or (dh.h_id='$id' and dh.t_id=dopolnit.id)
order by dopolnit.id DESC";
Ошибка 1053: Server shutdown in progress.
Что не так?
Впервые столкнулся с тем, что такой запрос с вероятностью 50% валит базу MySQL на мастерхосте.
$sql = "select DISTINCT dopolnit.* from dopolnit, hotel_uslugi, t_uslugi, dopolnit_hotel dh
where (t_uslugi.id = hotel_uslugi.uslugi_id
and dopolnit.id=t_uslugi.d_id
and hotel_uslugi.hotel_id='$id')
or (dh.h_id='$id' and dh.t_id=dopolnit.id)
order by dopolnit.id DESC";
Ошибка 1053: Server shutdown in progress.
Что не так?