]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Add $config['db']['annotate_queries'] option to include caller ID comments into queri...
authorBrion Vibber <brion@pobox.com>
Mon, 29 Mar 2010 19:57:16 +0000 (12:57 -0700)
committerBrion Vibber <brion@pobox.com>
Mon, 29 Mar 2010 20:14:11 +0000 (13:14 -0700)
commitd44e5ac935ec50ec48dd3f1599e5fbba39b3278a
treeb0c65040de6cd288becabd5073a10a4d5ff9fc73
parent03f670646841025bfb117f14bea12aab70dec4de
Add $config['db']['annotate_queries'] option to include caller ID comments into queries. Comment can then be seen in process list, slow query logs on the server, aiding in tracking down unexpected slow queries.

SELECT /* queuedaemon.php Ostatus_profile->processPost */ * FROM notice WHERE ( notice.uri = 'http://stormcloud.local/mublog2/notice/479' )
INSERT /* POST Notice::saveNew */ INTO notice (profile_id , content ....
classes/Memcached_DataObject.php
lib/default.php