From 7f0096cedae3b44aeb262e05ca1dcbb7556af1b4 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Tue, 18 Jan 2005 23:36:53 +0000 Subject: [PATCH] Gemini detection --- libraries/storage_engines.lib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/storage_engines.lib.php b/libraries/storage_engines.lib.php index 3a750977b..a0f92c4f1 100644 --- a/libraries/storage_engines.lib.php +++ b/libraries/storage_engines.lib.php @@ -45,7 +45,8 @@ if (PMA_MYSQL_INT_VERSION >= 40102) { 'bdb' => 'BDB', 'csv' => 'CSV', 'innodb' => 'InnoDB', - 'isam' => 'ISAM' + 'isam' => 'ISAM', + 'gemini' => 'Gemini' ); $res = PMA_DBI_query('SHOW VARIABLES LIKE \'have\\_%\';'); while ($row = PMA_DBI_fetch_row($res)) {