Encontrei a resposta:
Em
config/database.php:
// ['db_debug'] TRUE/FALSE - Whether database errors should be displayed.
então:
$db['default']['db_debug'] = FALSE;
... deve desativar.
config/database.php:
// ['db_debug'] TRUE/FALSE - Whether database errors should be displayed.
$db['default']['db_debug'] = FALSE;