From 085d9919b55692ef88d5407ce61d8751bb17882e Mon Sep 17 00:00:00 2001 From: Steve Alberty Date: Fri, 3 Aug 2001 18:14:16 +0000 Subject: [PATCH] add size for head table support --- db_details.php3 | 2 +- tbl_properties.php3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/db_details.php3 b/db_details.php3 index 2b778a413..0b9a0d208 100755 --- a/db_details.php3 +++ b/db_details.php3 @@ -133,7 +133,7 @@ else if (MYSQL_MAJOR_VERSION >= 3.23 && isset($tbl_cache)) { $nonisam=false; if (isset($sts_data['Type'])) { if ($sts_data['Type']=="MRG_MyISAM") $mergetable=true; - else if (!eregi("ISAM", $sts_data['Type'])) $nonisam=true; + else if (!eregi("ISAM|HEAP", $sts_data['Type'])) $nonisam=true; } if (isset($sts_data['Rows'])) diff --git a/tbl_properties.php3 b/tbl_properties.php3 index 9bac5f9fa..8af33d60b 100755 --- a/tbl_properties.php3 +++ b/tbl_properties.php3 @@ -267,7 +267,7 @@ if ($index_count > 0) { = 3.23 && intval(MYSQL_MINOR_VERSION) > 3 && $nonisam==false && isset($showtable)) { // Gets some sizes $mergetable=false;