bug #1349262, use Storage Engine
This commit is contained in:
@@ -8,6 +8,9 @@ $Source$
|
|||||||
2005-12-21 Marc Delisle <lem9@users.sourceforge.net>
|
2005-12-21 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/danish: Updated, thanks to AlleyKat - dk_alleykat
|
* lang/danish: Updated, thanks to AlleyKat - dk_alleykat
|
||||||
* lang/hungarian update, thanks to Mihály Mészáros <necronix@freemail.hu>
|
* lang/hungarian update, thanks to Mihály Mészáros <necronix@freemail.hu>
|
||||||
|
* tbl_properties_operations.php, libraries/tbl_properties.inc.php:
|
||||||
|
bug #1349262, mismatch between PMA and MySQL about Storage Engine
|
||||||
|
and table type
|
||||||
|
|
||||||
2005-12-20 Marc Delisle <lem9@users.sourceforge.net>
|
2005-12-20 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/common.lib.php: does not return to correct page after
|
* libraries/common.lib.php: does not return to correct page after
|
||||||
|
@@ -638,7 +638,8 @@ if ($action == 'tbl_create.php') {
|
|||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<th><?php echo $strTableComments; ?>: </th>
|
<th><?php echo $strTableComments; ?>: </th>
|
||||||
<td width="25"> </td>
|
<td width="25"> </td>
|
||||||
<th><?php echo $strTableType; ?>: </th>
|
<th><?php echo $strStorageEngine; ?>: <?php echo PMA_showMySQLDocu('Storage_engines', 'Storage_engines'); ?>
|
||||||
|
</th>
|
||||||
<?php
|
<?php
|
||||||
if ( PMA_MYSQL_INT_VERSION >= 40100 ) {
|
if ( PMA_MYSQL_INT_VERSION >= 40100 ) {
|
||||||
echo ' <td width="25"> </td>' . "\n"
|
echo ' <td width="25"> </td>' . "\n"
|
||||||
|
@@ -251,9 +251,9 @@ if (strstr($show_comment, '; InnoDB free') === false) {
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<!-- Table type -->
|
<!-- Storage engine -->
|
||||||
<tr><td><?php echo $strTableType; ?>
|
<tr><td><?php echo $strStorageEngine; ?>
|
||||||
<?php echo PMA_showMySQLDocu('Table_types', 'Table_types'); ?>
|
<?php echo PMA_showMySQLDocu('Storage_engines', 'Storage_engines'); ?>
|
||||||
</td>
|
</td>
|
||||||
<td><?php echo PMA_generateEnginesDropdown('new_tbl_type', null, false, $tbl_type, 4); ?>
|
<td><?php echo PMA_generateEnginesDropdown('new_tbl_type', null, false, $tbl_type, 4); ?>
|
||||||
</td>
|
</td>
|
||||||
|
Reference in New Issue
Block a user