diff --git a/htdocs/sql/libraries/engines/ndbcluster.lib.php b/htdocs/sql/libraries/engines/ndbcluster.lib.php deleted file mode 100755 --- a/htdocs/sql/libraries/engines/ndbcluster.lib.php +++ /dev/null @@ -1,43 +0,0 @@ - array( - ), - ); - } - - /** - * @return string SQL query LIKE pattern - */ - function getVariablesLikePattern() - { - return 'ndb\\_%'; - } - - /** - * returns string with filename for the MySQL helppage - * about this storage engne - * - * @return string mysql helppage filename - */ - function getMysqlHelpPage() - { - return 'ndbcluster'; - } -} - -?>