gibt es unter MySQL 4.1.22 eine Möglichkeit die Laufzeit von Datenbankabfragen (SELECT, Copying to tmpo table, usw.) zu begrenzen?
Ich habe hier öfter mal das Problem das es Prozesse wie diese gibt:
Code: Select all
web553 localhost user_xy -- 2788 removing tmp table SELECT x . * , y.p_filename,y.width, y.height, z.comments FROM book_data x LEFT JOIN book_pics y ON ( x....
Kennt da jemand was?
Ich konnte in der Doku nichts finden was mir weiterhelfen würde.
Gruß
RayMatrix