partition maintenance

This commit is contained in:
Marc Delisle
2007-11-01 13:14:58 +00:00
parent 766ca28ed6
commit 5eb4fee323
59 changed files with 319 additions and 3 deletions

View File

@@ -7,7 +7,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
3.0.0.0 (not yet released) 3.0.0.0 (not yet released)
+ [navi] new parameter $cfg['LeftDefaultTabTable'] + [navi] new parameter $cfg['LeftDefaultTabTable']
+ [table] support MySQL 5.1 PARTITION: CREATE TABLE / Table structure + [table] support MySQL 5.1 PARTITION: CREATE TABLE / Table structure,
partition maintenance
+ [privileges] support for EVENT and TRIGGER + [privileges] support for EVENT and TRIGGER
+ [error handler] NEW handle errors to prevent path disclosure and display/collect errors + [error handler] NEW handle errors to prevent path disclosure and display/collect errors
+ [mysqlnd] do not display $strMysqlLibDiffersServerVersion if the client + [mysqlnd] do not display $strMysqlLibDiffersServerVersion if the client

View File

@@ -1057,4 +1057,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1056,4 +1056,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1058,4 +1058,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1053,4 +1053,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1050,4 +1050,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1033,4 +1033,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1032,4 +1032,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1056,4 +1056,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1030,4 +1030,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1053,4 +1053,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1026,4 +1026,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1058,4 +1058,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1037,4 +1037,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1031,4 +1031,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1032,4 +1032,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1032,4 +1032,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1054,4 +1054,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -52,6 +52,7 @@ $strAll = 'All';
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; $strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.';
$strAllTableSameWidth = 'display all tables with same width?'; $strAllTableSameWidth = 'display all tables with same width?';
$strAlterOrderBy = 'Alter table order by'; $strAlterOrderBy = 'Alter table order by';
$strAnalyze = 'Analyze';
$strAnalyzeTable = 'Analyze table'; $strAnalyzeTable = 'Analyze table';
$strAnd = 'And'; $strAnd = 'And';
$strAndThen = 'and then'; $strAndThen = 'and then';
@@ -132,6 +133,7 @@ $strCharsetOfFile = 'Character set of the file:';
$strCharsetsAndCollations = 'Character Sets and Collations'; $strCharsetsAndCollations = 'Character Sets and Collations';
$strCharsets = 'Charsets'; $strCharsets = 'Charsets';
$strCheckAll = 'Check All'; $strCheckAll = 'Check All';
$strCheck = 'Check';
$strCheckOverhead = 'Check tables having overhead'; $strCheckOverhead = 'Check tables having overhead';
$strCheckPrivs = 'Check Privileges'; $strCheckPrivs = 'Check Privileges';
$strCheckPrivsLong = 'Check privileges for database "%s".'; $strCheckPrivsLong = 'Check privileges for database "%s".';
@@ -531,6 +533,7 @@ $strOpenDocumentText = 'Open Document Text';
$strOpenNewWindow = 'Open new phpMyAdmin window'; $strOpenNewWindow = 'Open new phpMyAdmin window';
$strOperations = 'Operations'; $strOperations = 'Operations';
$strOperator = 'Operator'; $strOperator = 'Operator';
$strOptimize = 'Optimize';
$strOptimizeTable = 'Optimize table'; $strOptimizeTable = 'Optimize table';
$strOptions = 'Options'; $strOptions = 'Options';
$strOr = 'Or'; $strOr = 'Or';
@@ -639,6 +642,7 @@ $strQueryType = 'Query type';
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; $strQueryWindowLock = 'Do not overwrite this query from outside the window';
$strReadRequests = 'Read requests'; $strReadRequests = 'Read requests';
$strRebuild = 'Rebuild';
$strReceived = 'Received'; $strReceived = 'Received';
$strRecommended = 'recommended'; $strRecommended = 'recommended';
$strRecords = 'Records'; $strRecords = 'Records';
@@ -657,6 +661,7 @@ $strRemoveSelectedUsers = 'Remove selected users';
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; $strRenameDatabaseOK = 'Database %s has been renamed to %s';
$strRenameTableOK = 'Table %s has been renamed to %s'; $strRenameTableOK = 'Table %s has been renamed to %s';
$strRenameTable = 'Rename table to'; $strRenameTable = 'Rename table to';
$strRepair = 'Repair';
$strRepairTable = 'Repair table'; $strRepairTable = 'Repair table';
$strReplaceNULLBy = 'Replace NULL by'; $strReplaceNULLBy = 'Replace NULL by';
$strReplaceTable = 'Replace table data with file'; $strReplaceTable = 'Replace table data with file';

View File

@@ -1038,4 +1038,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1035,4 +1035,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1029,4 +1029,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1031,4 +1031,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1058,4 +1058,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1035,4 +1035,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1055,4 +1055,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1050,4 +1050,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1058,4 +1058,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1050,4 +1050,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1048,4 +1048,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1032,4 +1032,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1036,4 +1036,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1053,4 +1053,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1055,4 +1055,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1048,4 +1048,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1033,4 +1033,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1070,4 +1070,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1053,4 +1053,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1030,4 +1030,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1055,4 +1055,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1026,4 +1026,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1059,4 +1059,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1051,4 +1051,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1033,4 +1033,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1032,4 +1032,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1032,4 +1032,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1035,4 +1035,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1033,4 +1033,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1052,4 +1052,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1028,4 +1028,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1031,4 +1031,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1044,4 +1044,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1054,4 +1054,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1038,4 +1038,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -1052,4 +1052,9 @@ $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
$strPartitionMaintenance = 'Partition maintenance'; //to translate $strPartitionMaintenance = 'Partition maintenance'; //to translate
$strPartition = 'Partition %s'; //to translate $strPartition = 'Partition %s'; //to translate
$strAnalyze = 'Analyze'; //to translate
$strCheck = 'Check'; //to translate
$strOptimize = 'Optimize'; //to translate
$strRebuild = 'Rebuild'; //to translate
$strRepair = 'Repair'; //to translate
?> ?>

View File

@@ -2292,4 +2292,29 @@ function PMA_externalBug($functionality, $component, $minimum_version, $bugref)
echo PMA_showHint(sprintf($GLOBALS['strKnownExternalBug'], $functionality, 'http://bugs.mysql.com/' . $bugref)); echo PMA_showHint(sprintf($GLOBALS['strKnownExternalBug'], $functionality, 'http://bugs.mysql.com/' . $bugref));
} }
} }
/**
* Generates a set of radio HTML fields
*
* @uses htmlspecialchars()
* @param string $html_field_name the radio HTML field
* @param array $choices the choices values and labels
* @param string $checked_choice the choice to check by default
* @param boolean $line_break whether to add an HTML line break after a choice
*/
function PMA_generate_html_radio($html_field_name, $choices, $checked_choice = '', $line_break = true) {
foreach ($choices as $choice_value => $choice_label) {
$html_field_id = $html_field_name . '_' . $choice_value;
echo '<input type="radio" name="' . $html_field_name . '" id="' . $html_field_id . '" value="' . htmlspecialchars($choice_value) . '"';
if ($choice_value == $checked_choice) {
echo ' checked="checked"';
}
echo ' />' . "\n";
echo '<label for="' . $html_field_id . '">' . htmlspecialchars($choice_label) . '</label>' . "\n";
if ($line_break) {
echo '<br />';
}
}
}
?> ?>

View File

@@ -131,6 +131,13 @@ if (isset($_REQUEST['submitorderby']) && ! empty($_REQUEST['order_field'])) {
$result = PMA_DBI_query($sql_query); $result = PMA_DBI_query($sql_query);
} // end if } // end if
/**
* A partition operation has been requested by the user
*/
if (isset($_REQUEST['submit_partition']) && ! empty($_REQUEST['partition_operation'])) {
$sql_query = 'ALTER TABLE ' . PMA_backquote($GLOBALS['table']) . ' ' . $_REQUEST['partition_operation'] . ' PARTITION ' . $_REQUEST['partition_name'];
$result = PMA_DBI_query($sql_query);
} // end if
if ($reread_info) { if ($reread_info) {
$checksum = $delay_key_write = 0; $checksum = $delay_key_write = 0;
@@ -487,12 +494,25 @@ $this_url_params = array_merge($url_params,
$html_select .= '</select>' . "\n"; $html_select .= '</select>' . "\n";
printf($GLOBALS['strPartition'], $html_select); printf($GLOBALS['strPartition'], $html_select);
unset($partition_names, $one_partition, $html_select); unset($partition_names, $one_partition, $html_select);
$choices = array(
'ANALYZE' => $strAnalyze,
'CHECK' => $strCheck,
'OPTIMIZE' => $strOptimize,
'REBUILD' => $strRebuild,
'REPAIR' => $strRepair);
PMA_generate_html_radio('partition_operation', $choices, '', false);
unset($choices);
echo PMA_showMySQLDocu('partitioning_maintenance', 'partitioning_maintenance');
?> ?>
</fieldset> </fieldset>
<fieldset class="tblFooters">
<input type="submit" name="submit_partition" value="<?php echo $strGo; ?>" />
</fieldset>
</form> </form>
</div> </div>
<?php <?php
} // end if } // end if
// Referential integrity check // Referential integrity check
// The Referential integrity check was intended for the non-InnoDB // The Referential integrity check was intended for the non-InnoDB
// tables for which the relations are defined in pmadb // tables for which the relations are defined in pmadb

View File

@@ -1143,7 +1143,7 @@ li#li_flush_privileges {
float: <?php echo $left; ?>; float: <?php echo $left; ?>;
} }
#div_table_copy { #div_table_copy, #div_partition_maintenance {
min-width: 48%; min-width: 48%;
float: <?php echo $left; ?>; float: <?php echo $left; ?>;
} }

View File

@@ -1093,7 +1093,7 @@ li#li_flush_privileges {
float: <?php echo $left; ?>; float: <?php echo $left; ?>;
} }
#div_table_copy { #div_table_copy, #div_partition_maintenance {
min-width: 48%; min-width: 48%;
float: <?php echo $left; ?>; float: <?php echo $left; ?>;
} }