Thread: [Bug Report] Ban List Blank (SourceBans Fork)
View Single Post
Sarabveer
Veteran Member
Join Date: Feb 2014
Old 05-12-2015 , 16:45   Re: Ban List Blank (SourceBans Fork)
Reply With Quote #7

Quote:
Originally Posted by xCoderx View Post
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.
Since it is asking for a MySQL version, and gets a MariaDB response.

SourceBans only supports MySQL.
__________________
Sarabveer is offline