Tracing MySQL Queries in Vbulletin
Sometimes you find the need to to trace back where queries are coming from, whether they be in your slow log, or if you are watching them real time. Sometimes it can be hard finding which script is firing certain queries. By editing includes/class_core.php, you can insert a MySQL comment at the end of all queries telling you what script was invoked when the call was made. Find this code:
PHP Code:
PHP Code:
Code:
SELECT * FROM thread where userid = 901324 #Executed from showthread |
All times are GMT -4. The time now is 07:47 PM. |
Powered by vBulletin® Version 3.8.8 Beta 4
Copyright ©2000 - 2024, vBulletin Solutions, Inc.