From 3ca63679fed1c92207107fe29c6c6b705baa1f4d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 21 Jul 2008 15:18:48 +0000 Subject: [PATCH] avoid showing MyBS as a normal storage engine for table creation or alter --- libraries/StorageEngine.class.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libraries/StorageEngine.class.php b/libraries/StorageEngine.class.php index 453a9f347..0c0314b60 100644 --- a/libraries/StorageEngine.class.php +++ b/libraries/StorageEngine.class.php @@ -91,6 +91,12 @@ class PMA_StorageEngine && ($details['Support'] == 'NO' || $details['Support'] == 'DISABLED')) { continue; } + // currently (MySQL 5.1.26) there is no way we can be informed + // that MyBS does not support normal table creation so + // we use an exception here + if ('MyBS' == $details['Engine']) { + continue; + } $output .= '