Table Maintance features added.
This commit is contained in:
@@ -7,6 +7,8 @@ $Source$
|
|||||||
|
|
||||||
2001-05-05 Robin Johnson <robbat2@users.sourceforge.net>
|
2001-05-05 Robin Johnson <robbat2@users.sourceforge.net>
|
||||||
* Some functions discussed on patch #419826 added.
|
* Some functions discussed on patch #419826 added.
|
||||||
|
* Table Maintence Features added in tbl_properties.php3
|
||||||
|
* Fixed create table "default" bug.
|
||||||
|
|
||||||
2001-05-04 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2001-05-04 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* grab_globals.inc.php3 handles now the $HTTP_POST_FILES array
|
* grab_globals.inc.php3 handles now the $HTTP_POST_FILES array
|
||||||
|
@@ -197,14 +197,18 @@ if(mysql_num_rows($result)>0)
|
|||||||
<input type="hidden" name="db" value="<?php echo $db;?>">
|
<input type="hidden" name="db" value="<?php echo $db;?>">
|
||||||
<input type="hidden" name="goto" value="db_details.php3">
|
<input type="hidden" name="goto" value="db_details.php3">
|
||||||
<input type="hidden" name="zero_rows" value="<?php echo $strSuccess; ?>">
|
<input type="hidden" name="zero_rows" value="<?php echo $strSuccess; ?>">
|
||||||
<?php echo $strRunSQLQuery.$db." ".show_docu("manual_Reference.html#Select");?>:<br>
|
<?php echo $strRunSQLQuery.$db." ".show_docu("manual_Reference.html#SELECT");?>:<br>
|
||||||
<textarea name="sql_query" cols="40" rows="3" wrap="VIRTUAL" style="width: <?php
|
<textarea name="sql_query" cols="40" rows="3" wrap="VIRTUAL" style="width: <?php
|
||||||
echo $cfgMaxInputsize;?>">select * from <?php echo $table?> where 1</textarea>
|
echo $cfgMaxInputsize;?>">select * from <?php echo $table?> where 1</textarea>
|
||||||
<input type="submit" name="SQL" value="<?php echo $strGo; ?>">
|
<input type="submit" name="SQL" value="<?php echo $strGo; ?>">
|
||||||
</form>
|
</form>
|
||||||
<li><a href="sql.php3?sql_query=<?php echo urlencode("SELECT * FROM $table");?>&pos=0&<?php echo $query;?>"><?php echo $strBrowse; ?></a>
|
<li><a href="sql.php3?sql_query=<?php echo urlencode("SELECT * FROM $table");?>&pos=0&<?php echo $query;?>"><?php echo $strBrowse; ?></a></li>
|
||||||
<li><a href="tbl_select.php3?<?php echo $query;?>"><?php echo $strSelect; ?></a>
|
<li><a href="sql.php3?sql_query=<?php echo urlencode("CHECK TABLE $table");?>&pos=0&<?php echo $query;?>"><?php echo $strCheckTable; ?></a> <?php echo show_docu("manual_Reference.html#CHECK_TABLE"); ?></li>
|
||||||
<li><a href="tbl_change.php3?<?php echo $query;?>"><?php echo $strInsert; ?></a>
|
<li><a href="sql.php3?sql_query=<?php echo urlencode("ANALYZE TABLE $table");?>&pos=0&<?php echo $query;?>"><?php echo $strAnalyzeTable; ?></a> <?php echo show_docu("manual_Reference.html#ANALYZE_TABLE"); ?></li>
|
||||||
|
<li><a href="sql.php3?sql_query=<?php echo urlencode("REPAIR TABLE $table");?>&pos=0&<?php echo $query;?>"><?php echo $strRepairTable; ?></a> <?php echo show_docu("manual_Reference.html#REPAIR_TABLE"); ?></li>
|
||||||
|
<li><a href="sql.php3?sql_query=<?php echo urlencode("OPTIMIZE TABLE $table");?>&pos=0&<?php echo $query;?>"><?php echo $strOptimizeTable; ?></a> <?php echo show_docu("manual_Reference.html#OPTIMIZE_TABLE"); ?></li>
|
||||||
|
<li><a href="tbl_select.php3?<?php echo $query;?>"><?php echo $strSelect; ?></a></li>
|
||||||
|
<li><a href="tbl_change.php3?<?php echo $query;?>"><?php echo $strInsert; ?></a></li>
|
||||||
<li><form method="post" action="tbl_addfield.php3"> <input type="hidden" name="server" value="<?php echo $server;?>">
|
<li><form method="post" action="tbl_addfield.php3"> <input type="hidden" name="server" value="<?php echo $server;?>">
|
||||||
<input type="hidden" name="lang" value="<?php echo $lang;?>">
|
<input type="hidden" name="lang" value="<?php echo $lang;?>">
|
||||||
<input type="hidden" name="db" value="<?php echo $db;?>">
|
<input type="hidden" name="db" value="<?php echo $db;?>">
|
||||||
|
Reference in New Issue
Block a user