The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Strange happens in MYSQL
This is driving me bonkers!
I'm using the Maintenance -> Execute SQL Query window to execute the following query Code:
select pagetext from post where threadid = 11565 and postid > (select min(postid) from post where threadid = 11565) order by RAND() limit 1 Code:
Results: 1 (0.0048s), Page 1 of 1 vBulletin? v3.6.3, Copyright ?2000-2007, Jelsoft Enterprises Ltd. Code:
select pagetext from post where threadid = 11565 and postid > (select min(postid) from post where threadid = 11565) order by RAND() limit 5 Code:
Results: 5 (-0.6990s), Page 1 of 1 vBulletin? v3.6.3, Copyright ?2000-2007, Jelsoft Enterprises Ltd. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|