diff --git a/libraries/dbi/DBIDummy.class.php b/libraries/dbi/DBIDummy.class.php index cb69e3edaa..223c2e1b94 100644 --- a/libraries/dbi/DBIDummy.class.php +++ b/libraries/dbi/DBIDummy.class.php @@ -525,6 +525,12 @@ $GLOBALS['dummy_queries'] = array( . 'WHERE `TABLE_SCHEMA` = "db" AND `TABLE_NAME` = "table"', 'result' => array() ), + array( + 'query' => "SHOW PLUGINS", + 'result' => array( + array('Name' => 'partition') + ) + ), ); /** * Current database.