Thread: [Bug Report] Ban List Blank (SourceBans Fork)
View Single Post
SM9
Veteran Member
Join Date: Sep 2013
Location: United Kingdom
Old 05-12-2015 , 08:12   Re: Ban List Blank (SourceBans Fork)
Reply With Quote #6

Fixed by removing:

PHP Code:
if (version_compare($GLOBALS['db_version'], "5.6.0") >= 0)
{
  
$GLOBALS['db']->Execute("set session optimizer_switch='block_nested_loop=off';");

Must be something to do with MariaDB.

Last edited by SM9; 05-12-2015 at 08:12.
SM9 is offline