From 60c531ce04578b4c915c869fe960ea6285d89628 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Tue, 18 Jan 2005 23:21:26 +0000 Subject: [PATCH] replaced hardcoded engines dropdown --- ChangeLog | 5 +++-- tbl_properties.inc.php | 14 +++----------- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 16a4f1c51..fe070878a 100755 --- a/ChangeLog +++ b/ChangeLog @@ -19,8 +19,9 @@ $Source$ * server_engines.php, server_links.php libraries/storage_engines.lib.php: - Emulation for < MySQL 4.1.2; - BerkeleyDB version information. - * tbl_properties_operations.php, libraries/storage_engines.lib.php: - Auto-generated engine selection dropdown. + * tbl_properties.inc.php, tbl_properties_operations.php, + libraries/storage_engines.lib.php: Auto-generated engine selection + dropdown. * header.inc.php, libraries/common.lib.php: Finger pointer for lightbulbs. 2005-01-17 Michael Keck diff --git a/tbl_properties.inc.php b/tbl_properties.inc.php index 803a5128e..eebe47386 100644 --- a/tbl_properties.inc.php +++ b/tbl_properties.inc.php @@ -7,8 +7,9 @@ require_once('./libraries/common.lib.php'); PMA_checkParameters(array('db','table','action','num_fields')); -// Get available character sets +// Get available character sets and storage engines require_once('./libraries/mysql_charsets.lib.php'); +require_once('./libraries/storage_engines.lib.php'); ?> @@ -597,16 +598,7 @@ if ($action == 'tbl_create.php') { ?>   - + = 40100) {