SQL Error: Server shutdown in progress at /home/shef/fnisc.ru/html/dreamedit/filters/filter.book.php line 23
Array
(
    [code] => 1053
    [message] => Server shutdown in progress
    [query] => SELECT * FROM (
SELECT n.*,CONCAT(a.name,'.',a.fname,'. ',a.surname) AS fio,n.date as bibdate 
    	FROM isras2015.bib_name AS n
				   INNER JOIN isras2015.bib_link AS l	ON l.name_id=n.id
                   INNER JOIN isras2015.bib_authors AS a ON a.id=l.author_id
				   
                   WHERE n.status=1   
                   ORDER BY SUBSTRING(n.date,1,4) DESC,SUBSTRING(n.date,5,2) DESC,n.name,l.position 
                   LIMIT 50) AS z 
                   ORDER BY rand()
                   LIMIT 1
    [context] => /home/shef/fnisc.ru/html/dreamedit/filters/filter.book.php line 23
)