Merge remote branch 'origin/master' into export_branch
This commit is contained in:
@@ -85,6 +85,8 @@ $Id$
|
||||
- patch #2999595, rfe #2998130 [interface] Cleanup navigation frame.
|
||||
- [core] Update library PHPExcel to version 1.7.3c
|
||||
|
||||
3.3.5.0 (not yet released)
|
||||
|
||||
3.3.4.0 (not yet released)
|
||||
- bug #2996161 [import] properly escape import value
|
||||
- bug #2998889 [import] Import button does not work in Catalan
|
||||
@@ -97,6 +99,10 @@ $Id$
|
||||
"Would you like to delete..." option
|
||||
- bug [privileges] List of tables not shown when the db name has a wildcard
|
||||
- bug #3011126 [display] Edit link missing after long query
|
||||
- patch #3013264 [doc] FAQ 1.40 uses a comma instead of a period,
|
||||
thanks to Isaac Bennetch - ibennetch
|
||||
- [engines] Fix getting InnoDB status.
|
||||
- bug #2986422 [import] Results for query are not displayed
|
||||
|
||||
3.3.3.0 (2010-05-10)
|
||||
- patch #2982480 [navi] Do not group if there would be one table in group,
|
||||
|
@@ -3141,7 +3141,7 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
|
||||
in your Apache configuration. See <a href="http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#ssloptions">http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#ssloptions</a>.</p>
|
||||
|
||||
<h4 id="faq1_40">
|
||||
<a href="#faq1_40">1.40 When accessing phpMyAdmin via an Apache reverse proxy, cookie login does not work,</a></h4>
|
||||
<a href="#faq1_40">1.40 When accessing phpMyAdmin via an Apache reverse proxy, cookie login does not work.</a></h4>
|
||||
|
||||
<p>To be able to use cookie auth Apache must know that it has to rewrite the set-cookie headers.<br />
|
||||
Example from the Apache 2.2 documentation:</p>
|
||||
@@ -4323,7 +4323,7 @@ chmod o+rwx tmp
|
||||
<h4 id="faq6_25">
|
||||
<a href="#faq6_25">6.25 How does BLOB streaming work in phpMyAdmin?</a></h4>
|
||||
|
||||
<p> First, for general information about BLOB streaming on MySQL, visit <a href="http://blobstreaming.org">blobstreaming.org</a>. We currently support streaming if you are running MySQL 5.1 with the PBXT and PBMS storage engines.</p>
|
||||
<p> First, for general information about BLOB streaming on MySQL, visit <a href="http://blobstreaming.org">blobstreaming.org</a>. We currently support streaming if you are running MySQL 5.1 with the PBXT and PBMS storage engines. Moreover, only PBMS 0.5.04 is supported.</p>
|
||||
|
||||
<ol>
|
||||
<li>In <tt>config.inc.php</tt> your host should be defined with a FQDN (fully qualified domain name) instead of something like "localhost".</li>
|
||||
@@ -4344,21 +4344,22 @@ chmod o+rwx tmp
|
||||
under the Bugs section.<br /><br />
|
||||
|
||||
But please first discuss your bug with other users:<br />
|
||||
<a href="http://sf.net/projects/phpmyadmin/">
|
||||
http://sf.net/projects/phpmyadmin/</a> (and choose Forums)</p>
|
||||
<a href="https://sourceforge.net/projects/phpmyadmin/forums">
|
||||
https://sourceforge.net/projects/phpmyadmin/forums</a>.
|
||||
</p>
|
||||
|
||||
<h4 id="faq7_2">
|
||||
<a href="#faq7_2">7.2 I want to translate the messages to a new language or upgrade an
|
||||
existing language, where do I start?</a></h4>
|
||||
|
||||
<p> Always use latest Git version of po file to translate. You can optionally
|
||||
<p> Always use latest Git version of the po file to translate. You can optionally
|
||||
translate online at our <a href="http://l10n.cihar.com/">translation
|
||||
server</a> where you can also get latest po files and merge them
|
||||
with your translations. For creating new translation simply use
|
||||
server</a> where you can also get the latest po files and merge them
|
||||
with your translations. For creating a new translation simply use
|
||||
<code>po/phpmyadmin.pot</code> and generate
|
||||
<code>po/LANG_CODE.po</code> for your language (you can use
|
||||
<code>msginit -i po/phpmyadmin.pot -l LANG_CODE --no-translator -o po/LANG_CODE.po</code>
|
||||
to do this) or ask on mailing list to add the translation to the web
|
||||
to do this) or ask on the mailing list to add the translation to the web
|
||||
interface. More details are available on <a href="http://wiki.phpmyadmin.net/pma/Devel:Gettext_for_translators">our wiki</a>.
|
||||
</p>
|
||||
<p>
|
||||
@@ -4366,18 +4367,30 @@ chmod o+rwx tmp
|
||||
the translations, since we define the right character set in the file.
|
||||
With HTML entities, the text on JavaScript messages would not
|
||||
display correctly.
|
||||
However there are some entities that need to be there, for quotes
|
||||
,non-breakable spaces, ampersands, less than, greater than.
|
||||
However there are some entities that need to be there: quotes,
|
||||
non-breakable spaces, ampersands, less than, greater than.
|
||||
</p>
|
||||
<p>
|
||||
You can then put your translations, as a zip file to avoid losing special
|
||||
characters, on the sourceforge.net translation tracker.
|
||||
characters, on the sourceforge.net <a href="https://sourceforge.net/tracker/?group_id=23067&atid=387645">translation tracker.</a>
|
||||
</p>
|
||||
<p>
|
||||
It would be a good idea to subscribe to the phpmyadmin-translators mailing
|
||||
It would be a good idea to subscribe to the <a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-translators">phpmyadmin-translators</a> mailing
|
||||
list, because this is where we ask for translations of new messages.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Documentation is being translated using po4a and gettext (see
|
||||
<a href="http://www.phpmyadmin.net/home_page/docs.php">documentation</a>
|
||||
for existing translations). To start, checkout
|
||||
<a href="http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/localized_docs;a=tree;f=po"><code>localized_docs/po</code></a>
|
||||
from Git, or just go to the <a href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>
|
||||
and translate it online. If your language is missing, just contact
|
||||
<a href="mailto:michal@cihar.com">Michal Čihař</a>; he will add it. If
|
||||
you prefer to directly translate the po files, please put updated ones into our
|
||||
<a href="https://sourceforge.net/tracker/?group_id=23067&atid=387645">translation tracker</a>.
|
||||
</p>
|
||||
|
||||
<h4 id="faq7_3">
|
||||
<a href="#faq7_3">7.3 I would like to help out with the development of
|
||||
phpMyAdmin. How should I proceed?</a></h4>
|
||||
@@ -4417,7 +4430,7 @@ chmod o+rwx tmp
|
||||
<a href="#faq8_2">8.2 How can I protect phpMyAdmin against brute force attacks?</a></h4>
|
||||
|
||||
<p> If you use Apache web server, phpMyAdmin exports information about
|
||||
authentication to Apache environment and it can be used in Apache logs.
|
||||
authentication to the Apache environment and it can be used in Apache logs.
|
||||
Currently there are two variables available:
|
||||
</p>
|
||||
<dl>
|
||||
@@ -4448,14 +4461,14 @@ LogFormat "%h %l %u %t \"%r\" %>s %b \
|
||||
<a href="#faq9_1">9.1 How can I synchronize two databases/tables in phpMyAdmin?</a></h4>
|
||||
|
||||
<p> You can now synchronize databases/tables in phpMyAdmin using the Synchronize feature.
|
||||
It allows you to connect to local as well as remote servers.This requires you to enter
|
||||
It allows you to connect to local as well as remote servers. This requires you to enter
|
||||
server host name, username, password, port and the name of the database. Therefore you can
|
||||
now synchronize your databases placed on the same server or some remote server.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
This feature is helpful for developers who need to replicate their
|
||||
databases’ structure as well as data. Moreover, this feature not only
|
||||
database’s structure as well as data. Moreover, this feature not only
|
||||
helps replication but also facilitates the user to keep his/her database
|
||||
in sync with another database. Other than the full database, certain
|
||||
tables of the databases can also be synchronized.
|
||||
@@ -4476,29 +4489,29 @@ representation.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
On the left, are listed the source database table names. Some of the
|
||||
names have a ‘+’ plus sign preceding them. This shows that these tables
|
||||
On the left, are listed the source database table names. Some of the
|
||||
names have a <code>+</code> plus sign preceding them. This shows that these tables
|
||||
are only present in source database and they need to be added to the
|
||||
target database in order to synchronize the target database. The tables
|
||||
whose names are not preceded by a ‘+’ sign are already present in the
|
||||
whose names are not preceded by a <code>+</code> sign are already present in the
|
||||
target database.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
On the right, are listed the target database table names. There are few
|
||||
table names that have “(not present)” appended after their names. This
|
||||
table names that have <code>(not present)</code> appended after their names. This
|
||||
means that these tables are to be created in target database in order to
|
||||
synchronize target database with source database. Some tables’ names
|
||||
have a ‘-’ minus sign preceding them. This shows that these tables are
|
||||
synchronize target database with source database. Some table names
|
||||
have a <code>-</code> minus sign preceding them. This shows that these tables are
|
||||
only present in target database and they will remain unchanged in the
|
||||
target database. The column in the middle shows the difference between
|
||||
the source and target corresponding tables.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The difference is depicted by the red and green buttons with S and D
|
||||
The difference is depicted by the red and green buttons with <tt>S</tt> and <tt>D</tt>
|
||||
letters, indicating that either Structure or Data are not up to date. By
|
||||
clicking on them, they will turn grey, what means that they will be synchronised.
|
||||
clicking on them, they will turn grey, what means that they will be synchronized.
|
||||
</p>
|
||||
|
||||
<!-- DEVELOPERS -->
|
||||
|
@@ -447,6 +447,15 @@ if (isset($my_die)) {
|
||||
}
|
||||
}
|
||||
|
||||
// we want to see the results of the last query that returned at least a row
|
||||
if (! empty($last_query_with_results)) {
|
||||
// but we want to show intermediate results too
|
||||
$disp_query = $sql_query;
|
||||
$disp_message = __('Your SQL query has been executed successfully');
|
||||
$sql_query = $last_query_with_results;
|
||||
$go_sql = true;
|
||||
}
|
||||
|
||||
if ($go_sql) {
|
||||
require './sql.php';
|
||||
} else {
|
||||
|
@@ -1709,13 +1709,13 @@ function changeMIMEType(db, table, reference, mime_type)
|
||||
*/
|
||||
$(document).ready(function(){
|
||||
var $oldText,$db,$table,$token,$sql_query;
|
||||
$oldText=$(".syntax").html();
|
||||
$oldText=$(".inner_sql").html();
|
||||
$("#inline_edit").click(function(){
|
||||
$db=$("input[name='db']").val();
|
||||
$table=$("input[name='table']").val();
|
||||
$token=$("input[name='token']").val();
|
||||
$sql_query=$("input[name='sql_query']").val();
|
||||
$(".syntax").replaceWith("<textarea name=\"sql_query_edit\" id=\"sql_query_edit\">"+ $sql_query +"</textarea><input type=\"button\" id=\"btnSave\" value=\"" + PMA_messages['strGo'] + "\"><input type=\"button\" id=\"btnDiscard\" value=\"" + PMA_messages['strCancel'] + "\">");
|
||||
$(".inner_sql").replaceWith("<textarea name=\"sql_query_edit\" id=\"sql_query_edit\">"+ $sql_query +"</textarea><input type=\"button\" id=\"btnSave\" value=\"" + PMA_messages['strGo'] + "\"><input type=\"button\" id=\"btnDiscard\" value=\"" + PMA_messages['strCancel'] + "\">");
|
||||
return false;
|
||||
});
|
||||
|
||||
@@ -1724,7 +1724,7 @@ $(document).ready(function(){
|
||||
});
|
||||
|
||||
$("#btnDiscard").live("click",function(){
|
||||
$(".sql").html("<span class=\"syntax\">"+$oldText+"</span>");
|
||||
$(".sql").html("<span class=\"syntax\"><span class=\"inner_sql\">"+$oldText+"</span></span>");
|
||||
});
|
||||
|
||||
$('.sqlbutton').click(function(evt){
|
||||
|
@@ -320,7 +320,7 @@ function PMA_formatSql($parsed_sql, $unparsed_sql = '')
|
||||
switch ($cfg['SQP']['fmtType']) {
|
||||
case 'none':
|
||||
if ($unparsed_sql != '') {
|
||||
$formatted_sql = "<pre>\n" . PMA_SQP_formatNone(array('raw' => $unparsed_sql)) . "\n</pre>";
|
||||
$formatted_sql = '<span class="inner_sql"><pre>' . "\n" . PMA_SQP_formatNone(array('raw' => $unparsed_sql)) . "\n" . '</pre></span>';
|
||||
} else {
|
||||
$formatted_sql = PMA_SQP_formatNone($parsed_sql);
|
||||
}
|
||||
|
@@ -305,7 +305,7 @@ class PMA_StorageEngine_innodb extends PMA_StorageEngine
|
||||
function getPageStatus()
|
||||
{
|
||||
return '<pre id="pre_innodb_status">' . "\n"
|
||||
. htmlspecialchars(PMA_DBI_fetch_value('SHOW INNODB STATUS;')) . "\n"
|
||||
. htmlspecialchars(PMA_DBI_fetch_value('SHOW INNODB STATUS;', 0, 'Status')) . "\n"
|
||||
. '</pre>' . "\n";
|
||||
}
|
||||
|
||||
|
@@ -84,6 +84,7 @@ function PMA_importRunQuery($sql = '', $full = '', $controluser = false)
|
||||
{
|
||||
global $import_run_buffer, $go_sql, $complete_query, $display_query,
|
||||
$sql_query, $my_die, $error, $reload,
|
||||
$last_query_with_results,
|
||||
$skip_queries, $executed_queries, $max_sql_len, $read_multiply,
|
||||
$cfg, $sql_query_disabled, $db, $run_query, $is_superuser;
|
||||
$read_multiply = 1;
|
||||
@@ -143,6 +144,7 @@ function PMA_importRunQuery($sql = '', $full = '', $controluser = false)
|
||||
$a_aff_rows = (int)@PMA_DBI_affected_rows();
|
||||
if ($a_num_rows > 0) {
|
||||
$msg .= __('Rows'). ': ' . $a_num_rows;
|
||||
$last_query_with_results = $import_run_buffer['sql'];
|
||||
} elseif ($a_aff_rows > 0) {
|
||||
$message = PMA_Message::affected_rows($a_aff_rows);
|
||||
$msg .= $message->getMessage();
|
||||
|
@@ -1,169 +0,0 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
/**
|
||||
* Messages for phpMyAdmin.
|
||||
*
|
||||
* This file is here for easy transition to Gettext. You should not add any
|
||||
* new messages here, use instead gettext directly in your template/PHP
|
||||
* file.
|
||||
*/
|
||||
|
||||
if (!function_exists('__')) {
|
||||
die('Bad invocation!');
|
||||
}
|
||||
|
||||
/* We use only utf-8 */
|
||||
$charset = 'utf-8';
|
||||
|
||||
/* l10n: Text direction, use either ltr or rtl */
|
||||
$text_dir = __('ltr');
|
||||
|
||||
$strLatexContent = __('Content of table __TABLE__');
|
||||
$strLatexContinued = __('(continued)');
|
||||
$strLatexStructure = __('Structure of table __TABLE__');
|
||||
|
||||
$strPrivDescAllPrivileges = __('Includes all privileges except GRANT.');
|
||||
$strPrivDescAlter = __('Allows altering the structure of existing tables.');
|
||||
$strPrivDescAlterRoutine = __('Allows altering and dropping stored routines.');
|
||||
$strPrivDescCreateDb = __('Allows creating new databases and tables.');
|
||||
$strPrivDescCreateRoutine = __('Allows creating stored routines.');
|
||||
$strPrivDescCreateTbl = __('Allows creating new tables.');
|
||||
$strPrivDescCreateTmpTable = __('Allows creating temporary tables.');
|
||||
$strPrivDescCreateUser = __('Allows creating, dropping and renaming user accounts.');
|
||||
$strPrivDescCreateView = __('Allows creating new views.');
|
||||
$strPrivDescDelete = __('Allows deleting data.');
|
||||
$strPrivDescDropDb = __('Allows dropping databases and tables.');
|
||||
$strPrivDescDropTbl = __('Allows dropping tables.');
|
||||
$strPrivDescEvent = __('Allows to set up events for the event scheduler');
|
||||
$strPrivDescExecute = __('Allows executing stored routines.');
|
||||
$strPrivDescFile = __('Allows importing data from and exporting data into files.');
|
||||
$strPrivDescGrant = __('Allows adding users and privileges without reloading the privilege tables.');
|
||||
$strPrivDescIndex = __('Allows creating and dropping indexes.');
|
||||
$strPrivDescInsert = __('Allows inserting and replacing data.');
|
||||
$strPrivDescLockTables = __('Allows locking tables for the current thread.');
|
||||
$strPrivDescMaxConnections = __('Limits the number of new connections the user may open per hour.');
|
||||
$strPrivDescMaxQuestions = __('Limits the number of queries the user may send to the server per hour.');
|
||||
$strPrivDescMaxUpdates = __('Limits the number of commands that change any table or database the user may execute per hour.');
|
||||
$strPrivDescMaxUserConnections = __('Limits the number of simultaneous connections the user may have.');
|
||||
$strPrivDescProcess = __('Allows viewing processes of all users');
|
||||
$strPrivDescReferences = __('Has no effect in this MySQL version.');
|
||||
$strPrivDescReload = __('Allows reloading server settings and flushing the server\'s caches.');
|
||||
$strPrivDescReplClient = __('Allows the user to ask where the slaves / masters are.');
|
||||
$strPrivDescReplSlave = __('Needed for the replication slaves.');
|
||||
$strPrivDescSelect = __('Allows reading data.');
|
||||
$strPrivDescShowDb = __('Gives access to the complete list of databases.');
|
||||
$strPrivDescShowView = __('Allows performing SHOW CREATE VIEW queries.');
|
||||
$strPrivDescShutdown = __('Allows shutting down the server.');
|
||||
$strPrivDescSuper = __('Allows connecting, even if maximum number of connections is reached; required for most administrative operations like setting global variables or killing threads of other users.');
|
||||
$strPrivDescTrigger = __('Allows creating and dropping triggers');
|
||||
$strPrivDescUpdate = __('Allows changing data.');
|
||||
$strPrivDescUsage = __('No privileges.');
|
||||
|
||||
$strShowStatusBinlog_cache_disk_useDescr = __('The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.');
|
||||
$strShowStatusBinlog_cache_useDescr = __('The number of transactions that used the temporary binary log cache.');
|
||||
$strShowStatusCreated_tmp_disk_tablesDescr = __('The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.');
|
||||
$strShowStatusCreated_tmp_filesDescr = __('How many temporary files mysqld has created.');
|
||||
$strShowStatusCreated_tmp_tablesDescr = __('The number of in-memory temporary tables created automatically by the server while executing statements.');
|
||||
$strShowStatusDelayed_errorsDescr = __('The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).');
|
||||
$strShowStatusDelayed_insert_threadsDescr = __('The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.');
|
||||
$strShowStatusDelayed_writesDescr = __('The number of INSERT DELAYED rows written.');
|
||||
$strShowStatusFlush_commandsDescr = __('The number of executed FLUSH statements.');
|
||||
$strShowStatusHandler_commitDescr = __('The number of internal COMMIT statements.');
|
||||
$strShowStatusHandler_deleteDescr = __('The number of times a row was deleted from a table.');
|
||||
$strShowStatusHandler_discoverDescr = __('The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.');
|
||||
$strShowStatusHandler_read_firstDescr = __('The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.');
|
||||
$strShowStatusHandler_read_keyDescr = __('The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.');
|
||||
$strShowStatusHandler_read_nextDescr = __('The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.');
|
||||
$strShowStatusHandler_read_prevDescr = __('The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.');
|
||||
$strShowStatusHandler_read_rndDescr = __('The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.');
|
||||
$strShowStatusHandler_read_rnd_nextDescr = __('The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.');
|
||||
$strShowStatusHandler_rollbackDescr = __('The number of internal ROLLBACK statements.');
|
||||
$strShowStatusHandler_updateDescr = __('The number of requests to update a row in a table.');
|
||||
$strShowStatusHandler_writeDescr = __('The number of requests to insert a row in a table.');
|
||||
$strShowStatusInnodb_buffer_pool_pages_dataDescr = __('The number of pages containing data (dirty or clean).');
|
||||
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = __('The number of pages currently dirty.');
|
||||
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = __('The number of buffer pool pages that have been requested to be flushed.');
|
||||
$strShowStatusInnodb_buffer_pool_pages_freeDescr = __('The number of free pages.');
|
||||
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = __('The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.');
|
||||
$strShowStatusInnodb_buffer_pool_pages_miscDescr = __('The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.');
|
||||
$strShowStatusInnodb_buffer_pool_pages_totalDescr = __('Total size of buffer pool, in pages.');
|
||||
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = __('The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.');
|
||||
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = __('The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.');
|
||||
$strShowStatusInnodb_buffer_pool_read_requestsDescr = __('The number of logical read requests InnoDB has done.');
|
||||
$strShowStatusInnodb_buffer_pool_readsDescr = __('The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.');
|
||||
$strShowStatusInnodb_buffer_pool_wait_freeDescr = __('Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.');
|
||||
$strShowStatusInnodb_buffer_pool_write_requestsDescr = __('The number writes done to the InnoDB buffer pool.');
|
||||
$strShowStatusInnodb_data_fsyncsDescr = __('The number of fsync() operations so far.');
|
||||
$strShowStatusInnodb_data_pending_fsyncsDescr = __('The current number of pending fsync() operations.');
|
||||
$strShowStatusInnodb_data_pending_readsDescr = __('The current number of pending reads.');
|
||||
$strShowStatusInnodb_data_pending_writesDescr = __('The current number of pending writes.');
|
||||
$strShowStatusInnodb_data_readDescr = __('The amount of data read so far, in bytes.');
|
||||
$strShowStatusInnodb_data_readsDescr = __('The total number of data reads.');
|
||||
$strShowStatusInnodb_data_writesDescr = __('The total number of data writes.');
|
||||
$strShowStatusInnodb_data_writtenDescr = __('The amount of data written so far, in bytes.');
|
||||
$strShowStatusInnodb_dblwr_pages_writtenDescr = __('The number of pages that have been written for doublewrite operations.');
|
||||
$strShowStatusInnodb_dblwr_writesDescr = __('The number of doublewrite operations that have been performed.');
|
||||
$strShowStatusInnodb_log_waitsDescr = __('The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.');
|
||||
$strShowStatusInnodb_log_write_requestsDescr = __('The number of log write requests.');
|
||||
$strShowStatusInnodb_log_writesDescr = __('The number of physical writes to the log file.');
|
||||
$strShowStatusInnodb_os_log_fsyncsDescr = __('The number of fsync() writes done to the log file.');
|
||||
$strShowStatusInnodb_os_log_pending_fsyncsDescr = __('The number of pending log file fsyncs.');
|
||||
$strShowStatusInnodb_os_log_pending_writesDescr = __('Pending log file writes.');
|
||||
$strShowStatusInnodb_os_log_writtenDescr = __('The number of bytes written to the log file.');
|
||||
$strShowStatusInnodb_pages_createdDescr = __('The number of pages created.');
|
||||
$strShowStatusInnodb_page_sizeDescr = __('The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.');
|
||||
$strShowStatusInnodb_pages_readDescr = __('The number of pages read.');
|
||||
$strShowStatusInnodb_pages_writtenDescr = __('The number of pages written.');
|
||||
$strShowStatusInnodb_row_lock_current_waitsDescr = __('The number of row locks currently being waited for.');
|
||||
$strShowStatusInnodb_row_lock_time_avgDescr = __('The average time to acquire a row lock, in milliseconds.');
|
||||
$strShowStatusInnodb_row_lock_timeDescr = __('The total time spent in acquiring row locks, in milliseconds.');
|
||||
$strShowStatusInnodb_row_lock_time_maxDescr = __('The maximum time to acquire a row lock, in milliseconds.');
|
||||
$strShowStatusInnodb_row_lock_waitsDescr = __('The number of times a row lock had to be waited for.');
|
||||
$strShowStatusInnodb_rows_deletedDescr = __('The number of rows deleted from InnoDB tables.');
|
||||
$strShowStatusInnodb_rows_insertedDescr = __('The number of rows inserted in InnoDB tables.');
|
||||
$strShowStatusInnodb_rows_readDescr = __('The number of rows read from InnoDB tables.');
|
||||
$strShowStatusInnodb_rows_updatedDescr = __('The number of rows updated in InnoDB tables.');
|
||||
$strShowStatusKey_blocks_not_flushedDescr = __('The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.');
|
||||
$strShowStatusKey_blocks_unusedDescr = __('The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.');
|
||||
$strShowStatusKey_blocks_usedDescr = __('The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.');
|
||||
$strShowStatusKey_read_requestsDescr = __('The number of requests to read a key block from the cache.');
|
||||
$strShowStatusKey_readsDescr = __('The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.');
|
||||
$strShowStatusKey_write_requestsDescr = __('The number of requests to write a key block to the cache.');
|
||||
$strShowStatusKey_writesDescr = __('The number of physical writes of a key block to disk.');
|
||||
$strShowStatusLast_query_costDescr = __('The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.');
|
||||
$strShowStatusNot_flushed_delayed_rowsDescr = __('The number of rows waiting to be written in INSERT DELAYED queues.');
|
||||
$strShowStatusOpened_tablesDescr = __('The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.');
|
||||
$strShowStatusOpen_filesDescr = __('The number of files that are open.');
|
||||
$strShowStatusOpen_streamsDescr = __('The number of streams that are open (used mainly for logging).');
|
||||
$strShowStatusOpen_tablesDescr = __('The number of tables that are open.');
|
||||
$strShowStatusQcache_free_blocksDescr = __('The number of free memory blocks in query cache.');
|
||||
$strShowStatusQcache_free_memoryDescr = __('The amount of free memory for query cache.');
|
||||
$strShowStatusQcache_hitsDescr = __('The number of cache hits.');
|
||||
$strShowStatusQcache_insertsDescr = __('The number of queries added to the cache.');
|
||||
$strShowStatusQcache_lowmem_prunesDescr = __('The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.');
|
||||
$strShowStatusQcache_not_cachedDescr = __('The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).');
|
||||
$strShowStatusQcache_queries_in_cacheDescr = __('The number of queries registered in the cache.');
|
||||
$strShowStatusQcache_total_blocksDescr = __('The total number of blocks in the query cache.');
|
||||
$strShowStatusReset = _pgettext('$strShowStatusReset', 'Reset');
|
||||
$strShowStatusRpl_statusDescr = __('The status of failsafe replication (not yet implemented).');
|
||||
$strShowStatusSelect_full_joinDescr = __('The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.');
|
||||
$strShowStatusSelect_full_range_joinDescr = __('The number of joins that used a range search on a reference table.');
|
||||
$strShowStatusSelect_range_checkDescr = __('The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)');
|
||||
$strShowStatusSelect_rangeDescr = __('The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)');
|
||||
$strShowStatusSelect_scanDescr = __('The number of joins that did a full scan of the first table.');
|
||||
$strShowStatusSlave_open_temp_tablesDescr = __('The number of temporary tables currently open by the slave SQL thread.');
|
||||
$strShowStatusSlave_retried_transactionsDescr = __('Total (since startup) number of times the replication slave SQL thread has retried transactions.');
|
||||
$strShowStatusSlave_runningDescr = __('This is ON if this server is a slave that is connected to a master.');
|
||||
$strShowStatusSlow_launch_threadsDescr = __('The number of threads that have taken more than slow_launch_time seconds to create.');
|
||||
$strShowStatusSlow_queriesDescr = __('The number of queries that have taken more than long_query_time seconds.');
|
||||
$strShowStatusSort_merge_passesDescr = __('The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.');
|
||||
$strShowStatusSort_rangeDescr = __('The number of sorts that were done with ranges.');
|
||||
$strShowStatusSort_rowsDescr = __('The number of sorted rows.');
|
||||
$strShowStatusSort_scanDescr = __('The number of sorts that were done by scanning the table.');
|
||||
$strShowStatusTable_locks_immediateDescr = __('The number of times that a table lock was acquired immediately.');
|
||||
$strShowStatusTable_locks_waitedDescr = __('The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.');
|
||||
$strShowStatusThreads_cachedDescr = __('The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.');
|
||||
$strShowStatusThreads_connectedDescr = __('The number of currently open connections.');
|
||||
$strShowStatusThreads_createdDescr = __('The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)');
|
||||
$strShowStatusThreads_runningDescr = __('The number of threads that are not sleeping.');
|
||||
?>
|
@@ -220,6 +220,8 @@ function PMA_langDetails($lang) {
|
||||
return array('ca|catalan', 'ca', 'Català');
|
||||
case 'cs':
|
||||
return array('cs|czech', 'cs', 'Česky');
|
||||
case 'cy':
|
||||
return array('cy|welsh', 'cy', 'Cymraeg');
|
||||
case 'da':
|
||||
return array('da|danish', 'da', 'Dansk');
|
||||
case 'de':
|
||||
@@ -470,9 +472,27 @@ _bindtextdomain('phpmyadmin', $GLOBALS['lang_path']);
|
||||
_bind_textdomain_codeset('phpmyadmin', 'UTF-8');
|
||||
_textdomain('phpmyadmin');
|
||||
|
||||
/**
|
||||
* Messages for phpMyAdmin.
|
||||
*
|
||||
* These messages are here for easy transition to Gettext.
|
||||
* You should not add any messages here, use instead gettext directly
|
||||
* in your template/PHP file.
|
||||
*/
|
||||
|
||||
// Load messages
|
||||
require_once './libraries/messages.inc.php';
|
||||
if (! function_exists('__')) {
|
||||
die('Bad invocation!');
|
||||
}
|
||||
|
||||
/* We use only utf-8 */
|
||||
$charset = 'utf-8';
|
||||
|
||||
/* l10n: Text direction, use either ltr or rtl */
|
||||
$text_dir = __('ltr');
|
||||
|
||||
$strLatexContent = __('Content of table __TABLE__');
|
||||
$strLatexContinued = __('(continued)');
|
||||
$strLatexStructure = __('Structure of table __TABLE__');
|
||||
|
||||
// now, that we have loaded the language strings we can send the errors
|
||||
if ($GLOBALS['lang_failed_cfg']) {
|
||||
|
@@ -2092,6 +2092,10 @@ if (! defined('PMA_MINIMUM_COMMON')) {
|
||||
$docu = TRUE;
|
||||
break;
|
||||
} // end switch
|
||||
// inner_sql is a span that exists for all cases
|
||||
// of $cfg['SQP']['fmtType'] to make possible a replacement
|
||||
// for inline editing
|
||||
$str .= '<span class="inner_sql">';
|
||||
$close_docu_link = false;
|
||||
$indent = 0;
|
||||
$bracketlevel = 0;
|
||||
@@ -2578,7 +2582,10 @@ if (! defined('PMA_MINIMUM_COMMON')) {
|
||||
$str .= '</a>';
|
||||
$close_docu_link = false;
|
||||
}
|
||||
// close inner_sql span
|
||||
$str .= '</span>';
|
||||
if ($mode=='color') {
|
||||
// close syntax span
|
||||
$str .= '</span>';
|
||||
}
|
||||
|
||||
|
2248
po/be@latin.po
2248
po/be@latin.po
File diff suppressed because it is too large
Load Diff
2419
po/en_GB.po
2419
po/en_GB.po
File diff suppressed because it is too large
Load Diff
1954
po/phpmyadmin.pot
1954
po/phpmyadmin.pot
File diff suppressed because it is too large
Load Diff
2218
po/pt_BR.po
2218
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
2192
po/sr@latin.po
2192
po/sr@latin.po
File diff suppressed because it is too large
Load Diff
2260
po/uz@latin.po
2260
po/uz@latin.po
File diff suppressed because it is too large
Load Diff
2074
po/zh_CN.po
2074
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
1962
po/zh_TW.po
1962
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
@@ -196,7 +196,7 @@ if ($databases_count > 0) {
|
||||
elseif($type == "slave")
|
||||
$name = __('Slave replication');
|
||||
if (${"server_{$type}_status"})
|
||||
echo ' <th>'.$GLOBALS[$name].'</th>' . "\n";
|
||||
echo ' <th>'. $name .'</th>' . "\n";
|
||||
}
|
||||
|
||||
if ($is_superuser) {
|
||||
@@ -264,13 +264,13 @@ if ($databases_count > 0) {
|
||||
echo '<td class="tool" style="text-align: center;">' . "\n";
|
||||
|
||||
if (strlen(array_search($current["SCHEMA_NAME"], ${"server_{$type}_Ignore_DB"}))>0) {
|
||||
echo '<img class="icon" src="' . $pmaThemeImage . 's_cancel.png" width="16" height="16" alt="NOT REPLICATED" />' . "\n";
|
||||
echo '<img class="icon" src="' . $pmaThemeImage . 's_cancel.png" width="16" height="16" alt="' . __('Not replicated') . '" />' . "\n";
|
||||
} else {
|
||||
$key = array_search($current["SCHEMA_NAME"], ${"server_{$type}_Do_DB"});
|
||||
|
||||
if (strlen($key) > 0 || (${"server_{$type}_Do_DB"}[0] == "" && count(${"server_{$type}_Do_DB"}) == 1)) {
|
||||
// if ($key != null) did not work for index "0"
|
||||
echo '<img class="icon" src="' . $pmaThemeImage . 's_success.png" width="16" height="16" alt="REPLICATED" />' . "\n";
|
||||
echo '<img class="icon" src="' . $pmaThemeImage . 's_success.png" width="16" height="16" alt="' . __('Replicated') . '" />' . "\n";
|
||||
} else {
|
||||
echo '';
|
||||
}
|
||||
|
@@ -18,6 +18,45 @@ $GLOBALS['js_include'][] = 'server_privileges.js';
|
||||
$GLOBALS['js_include'][] = 'functions.js';
|
||||
require './libraries/server_common.inc.php';
|
||||
|
||||
/**
|
||||
* Messages are built using the message name
|
||||
*/
|
||||
$strPrivDescAllPrivileges = __('Includes all privileges except GRANT.');
|
||||
$strPrivDescAlter = __('Allows altering the structure of existing tables.');
|
||||
$strPrivDescAlterRoutine = __('Allows altering and dropping stored routines.');
|
||||
$strPrivDescCreateDb = __('Allows creating new databases and tables.');
|
||||
$strPrivDescCreateRoutine = __('Allows creating stored routines.');
|
||||
$strPrivDescCreateTbl = __('Allows creating new tables.');
|
||||
$strPrivDescCreateTmpTable = __('Allows creating temporary tables.');
|
||||
$strPrivDescCreateUser = __('Allows creating, dropping and renaming user accounts.');
|
||||
$strPrivDescCreateView = __('Allows creating new views.');
|
||||
$strPrivDescDelete = __('Allows deleting data.');
|
||||
$strPrivDescDropDb = __('Allows dropping databases and tables.');
|
||||
$strPrivDescDropTbl = __('Allows dropping tables.');
|
||||
$strPrivDescEvent = __('Allows to set up events for the event scheduler');
|
||||
$strPrivDescExecute = __('Allows executing stored routines.');
|
||||
$strPrivDescFile = __('Allows importing data from and exporting data into files.');
|
||||
$strPrivDescGrant = __('Allows adding users and privileges without reloading the privilege tables.');
|
||||
$strPrivDescIndex = __('Allows creating and dropping indexes.');
|
||||
$strPrivDescInsert = __('Allows inserting and replacing data.');
|
||||
$strPrivDescLockTables = __('Allows locking tables for the current thread.');
|
||||
$strPrivDescMaxConnections = __('Limits the number of new connections the user may open per hour.');
|
||||
$strPrivDescMaxQuestions = __('Limits the number of queries the user may send to the server per hour.');
|
||||
$strPrivDescMaxUpdates = __('Limits the number of commands that change any table or database the user may execute per hour.');
|
||||
$strPrivDescMaxUserConnections = __('Limits the number of simultaneous connections the user may have.');
|
||||
$strPrivDescProcess = __('Allows viewing processes of all users');
|
||||
$strPrivDescReferences = __('Has no effect in this MySQL version.');
|
||||
$strPrivDescReload = __('Allows reloading server settings and flushing the server\'s caches.');
|
||||
$strPrivDescReplClient = __('Allows the user to ask where the slaves / masters are.');
|
||||
$strPrivDescReplSlave = __('Needed for the replication slaves.');
|
||||
$strPrivDescSelect = __('Allows reading data.');
|
||||
$strPrivDescShowDb = __('Gives access to the complete list of databases.');
|
||||
$strPrivDescShowView = __('Allows performing SHOW CREATE VIEW queries.');
|
||||
$strPrivDescShutdown = __('Allows shutting down the server.');
|
||||
$strPrivDescSuper = __('Allows connecting, even if maximum number of connections is reached; required for most administrative operations like setting global variables or killing threads of other users.');
|
||||
$strPrivDescTrigger = __('Allows creating and dropping triggers');
|
||||
$strPrivDescUpdate = __('Allows changing data.');
|
||||
$strPrivDescUsage = __('No privileges.');
|
||||
|
||||
/**
|
||||
* Checks if a dropdown box has been used for selecting a database / table
|
||||
|
@@ -34,6 +34,117 @@ require './libraries/server_links.inc.php';
|
||||
require './libraries/replication.inc.php';
|
||||
require_once './libraries/replication_gui.lib.php';
|
||||
|
||||
/**
|
||||
* Messages are built using the message name
|
||||
*/
|
||||
$strShowStatusBinlog_cache_disk_useDescr = __('The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.');
|
||||
$strShowStatusBinlog_cache_useDescr = __('The number of transactions that used the temporary binary log cache.');
|
||||
$strShowStatusCreated_tmp_disk_tablesDescr = __('The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.');
|
||||
$strShowStatusCreated_tmp_filesDescr = __('How many temporary files mysqld has created.');
|
||||
$strShowStatusCreated_tmp_tablesDescr = __('The number of in-memory temporary tables created automatically by the server while executing statements.');
|
||||
$strShowStatusDelayed_errorsDescr = __('The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).');
|
||||
$strShowStatusDelayed_insert_threadsDescr = __('The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.');
|
||||
$strShowStatusDelayed_writesDescr = __('The number of INSERT DELAYED rows written.');
|
||||
$strShowStatusFlush_commandsDescr = __('The number of executed FLUSH statements.');
|
||||
$strShowStatusHandler_commitDescr = __('The number of internal COMMIT statements.');
|
||||
$strShowStatusHandler_deleteDescr = __('The number of times a row was deleted from a table.');
|
||||
$strShowStatusHandler_discoverDescr = __('The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.');
|
||||
$strShowStatusHandler_read_firstDescr = __('The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.');
|
||||
$strShowStatusHandler_read_keyDescr = __('The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.');
|
||||
$strShowStatusHandler_read_nextDescr = __('The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.');
|
||||
$strShowStatusHandler_read_prevDescr = __('The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.');
|
||||
$strShowStatusHandler_read_rndDescr = __('The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.');
|
||||
$strShowStatusHandler_read_rnd_nextDescr = __('The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.');
|
||||
$strShowStatusHandler_rollbackDescr = __('The number of internal ROLLBACK statements.');
|
||||
$strShowStatusHandler_updateDescr = __('The number of requests to update a row in a table.');
|
||||
$strShowStatusHandler_writeDescr = __('The number of requests to insert a row in a table.');
|
||||
$strShowStatusInnodb_buffer_pool_pages_dataDescr = __('The number of pages containing data (dirty or clean).');
|
||||
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = __('The number of pages currently dirty.');
|
||||
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = __('The number of buffer pool pages that have been requested to be flushed.');
|
||||
$strShowStatusInnodb_buffer_pool_pages_freeDescr = __('The number of free pages.');
|
||||
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = __('The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.');
|
||||
$strShowStatusInnodb_buffer_pool_pages_miscDescr = __('The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.');
|
||||
$strShowStatusInnodb_buffer_pool_pages_totalDescr = __('Total size of buffer pool, in pages.');
|
||||
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = __('The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.');
|
||||
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = __('The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.');
|
||||
$strShowStatusInnodb_buffer_pool_read_requestsDescr = __('The number of logical read requests InnoDB has done.');
|
||||
$strShowStatusInnodb_buffer_pool_readsDescr = __('The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.');
|
||||
$strShowStatusInnodb_buffer_pool_wait_freeDescr = __('Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.');
|
||||
$strShowStatusInnodb_buffer_pool_write_requestsDescr = __('The number writes done to the InnoDB buffer pool.');
|
||||
$strShowStatusInnodb_data_fsyncsDescr = __('The number of fsync() operations so far.');
|
||||
$strShowStatusInnodb_data_pending_fsyncsDescr = __('The current number of pending fsync() operations.');
|
||||
$strShowStatusInnodb_data_pending_readsDescr = __('The current number of pending reads.');
|
||||
$strShowStatusInnodb_data_pending_writesDescr = __('The current number of pending writes.');
|
||||
$strShowStatusInnodb_data_readDescr = __('The amount of data read so far, in bytes.');
|
||||
$strShowStatusInnodb_data_readsDescr = __('The total number of data reads.');
|
||||
$strShowStatusInnodb_data_writesDescr = __('The total number of data writes.');
|
||||
$strShowStatusInnodb_data_writtenDescr = __('The amount of data written so far, in bytes.');
|
||||
$strShowStatusInnodb_dblwr_pages_writtenDescr = __('The number of pages that have been written for doublewrite operations.');
|
||||
$strShowStatusInnodb_dblwr_writesDescr = __('The number of doublewrite operations that have been performed.');
|
||||
$strShowStatusInnodb_log_waitsDescr = __('The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.');
|
||||
$strShowStatusInnodb_log_write_requestsDescr = __('The number of log write requests.');
|
||||
$strShowStatusInnodb_log_writesDescr = __('The number of physical writes to the log file.');
|
||||
$strShowStatusInnodb_os_log_fsyncsDescr = __('The number of fsync() writes done to the log file.');
|
||||
$strShowStatusInnodb_os_log_pending_fsyncsDescr = __('The number of pending log file fsyncs.');
|
||||
$strShowStatusInnodb_os_log_pending_writesDescr = __('Pending log file writes.');
|
||||
$strShowStatusInnodb_os_log_writtenDescr = __('The number of bytes written to the log file.');
|
||||
$strShowStatusInnodb_pages_createdDescr = __('The number of pages created.');
|
||||
$strShowStatusInnodb_page_sizeDescr = __('The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.');
|
||||
$strShowStatusInnodb_pages_readDescr = __('The number of pages read.');
|
||||
$strShowStatusInnodb_pages_writtenDescr = __('The number of pages written.');
|
||||
$strShowStatusInnodb_row_lock_current_waitsDescr = __('The number of row locks currently being waited for.');
|
||||
$strShowStatusInnodb_row_lock_time_avgDescr = __('The average time to acquire a row lock, in milliseconds.');
|
||||
$strShowStatusInnodb_row_lock_timeDescr = __('The total time spent in acquiring row locks, in milliseconds.');
|
||||
$strShowStatusInnodb_row_lock_time_maxDescr = __('The maximum time to acquire a row lock, in milliseconds.');
|
||||
$strShowStatusInnodb_row_lock_waitsDescr = __('The number of times a row lock had to be waited for.');
|
||||
$strShowStatusInnodb_rows_deletedDescr = __('The number of rows deleted from InnoDB tables.');
|
||||
$strShowStatusInnodb_rows_insertedDescr = __('The number of rows inserted in InnoDB tables.');
|
||||
$strShowStatusInnodb_rows_readDescr = __('The number of rows read from InnoDB tables.');
|
||||
$strShowStatusInnodb_rows_updatedDescr = __('The number of rows updated in InnoDB tables.');
|
||||
$strShowStatusKey_blocks_not_flushedDescr = __('The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.');
|
||||
$strShowStatusKey_blocks_unusedDescr = __('The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.');
|
||||
$strShowStatusKey_blocks_usedDescr = __('The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.');
|
||||
$strShowStatusKey_read_requestsDescr = __('The number of requests to read a key block from the cache.');
|
||||
$strShowStatusKey_readsDescr = __('The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.');
|
||||
$strShowStatusKey_write_requestsDescr = __('The number of requests to write a key block to the cache.');
|
||||
$strShowStatusKey_writesDescr = __('The number of physical writes of a key block to disk.');
|
||||
$strShowStatusLast_query_costDescr = __('The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.');
|
||||
$strShowStatusNot_flushed_delayed_rowsDescr = __('The number of rows waiting to be written in INSERT DELAYED queues.');
|
||||
$strShowStatusOpened_tablesDescr = __('The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.');
|
||||
$strShowStatusOpen_filesDescr = __('The number of files that are open.');
|
||||
$strShowStatusOpen_streamsDescr = __('The number of streams that are open (used mainly for logging).');
|
||||
$strShowStatusOpen_tablesDescr = __('The number of tables that are open.');
|
||||
$strShowStatusQcache_free_blocksDescr = __('The number of free memory blocks in query cache.');
|
||||
$strShowStatusQcache_free_memoryDescr = __('The amount of free memory for query cache.');
|
||||
$strShowStatusQcache_hitsDescr = __('The number of cache hits.');
|
||||
$strShowStatusQcache_insertsDescr = __('The number of queries added to the cache.');
|
||||
$strShowStatusQcache_lowmem_prunesDescr = __('The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.');
|
||||
$strShowStatusQcache_not_cachedDescr = __('The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).');
|
||||
$strShowStatusQcache_queries_in_cacheDescr = __('The number of queries registered in the cache.');
|
||||
$strShowStatusQcache_total_blocksDescr = __('The total number of blocks in the query cache.');
|
||||
$strShowStatusReset = _pgettext('$strShowStatusReset', 'Reset');
|
||||
$strShowStatusRpl_statusDescr = __('The status of failsafe replication (not yet implemented).');
|
||||
$strShowStatusSelect_full_joinDescr = __('The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.');
|
||||
$strShowStatusSelect_full_range_joinDescr = __('The number of joins that used a range search on a reference table.');
|
||||
$strShowStatusSelect_range_checkDescr = __('The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)');
|
||||
$strShowStatusSelect_rangeDescr = __('The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)');
|
||||
$strShowStatusSelect_scanDescr = __('The number of joins that did a full scan of the first table.');
|
||||
$strShowStatusSlave_open_temp_tablesDescr = __('The number of temporary tables currently open by the slave SQL thread.');
|
||||
$strShowStatusSlave_retried_transactionsDescr = __('Total (since startup) number of times the replication slave SQL thread has retried transactions.');
|
||||
$strShowStatusSlave_runningDescr = __('This is ON if this server is a slave that is connected to a master.');
|
||||
$strShowStatusSlow_launch_threadsDescr = __('The number of threads that have taken more than slow_launch_time seconds to create.');
|
||||
$strShowStatusSlow_queriesDescr = __('The number of queries that have taken more than long_query_time seconds.');
|
||||
$strShowStatusSort_merge_passesDescr = __('The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.');
|
||||
$strShowStatusSort_rangeDescr = __('The number of sorts that were done with ranges.');
|
||||
$strShowStatusSort_rowsDescr = __('The number of sorted rows.');
|
||||
$strShowStatusSort_scanDescr = __('The number of sorts that were done by scanning the table.');
|
||||
$strShowStatusTable_locks_immediateDescr = __('The number of times that a table lock was acquired immediately.');
|
||||
$strShowStatusTable_locks_waitedDescr = __('The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.');
|
||||
$strShowStatusThreads_cachedDescr = __('The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.');
|
||||
$strShowStatusThreads_connectedDescr = __('The number of currently open connections.');
|
||||
$strShowStatusThreads_createdDescr = __('The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)');
|
||||
$strShowStatusThreads_runningDescr = __('The number of threads that are not sleeping.');
|
||||
|
||||
/**
|
||||
* Displays the sub-page heading
|
||||
*/
|
||||
|
30
themes/.gitignore
vendored
30
themes/.gitignore
vendored
@@ -1,3 +1,27 @@
|
||||
*/
|
||||
!darkblue_orange/
|
||||
!original/
|
||||
aqua
|
||||
aqua_brushed
|
||||
arctic_ocean
|
||||
cactica_blues
|
||||
clearview3
|
||||
crimson_gray
|
||||
dark_lime
|
||||
darkblue_gray
|
||||
garvblue
|
||||
graphivore
|
||||
green_orange
|
||||
grid
|
||||
hillside
|
||||
openphpnuke
|
||||
original_small
|
||||
paradice
|
||||
pixeline
|
||||
silk
|
||||
silkline
|
||||
smooth_yellow
|
||||
very_small
|
||||
xampp
|
||||
xp_basic
|
||||
xp_blue
|
||||
xp_dirty
|
||||
xp_green
|
||||
xp_silver
|
||||
|
Reference in New Issue
Block a user