added some documentation on how to update existing
column_comments tables and better information in testpage
This commit is contained in:
@@ -807,6 +807,17 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
put the table name in
|
||||
<tt>$cfg['Servers'][$i]['column_info']</tt>
|
||||
</li>
|
||||
<li>
|
||||
To update your PRE-2.4.1 Column_comments Table use this:<br />
|
||||
<tt>
|
||||
ALTER TABLE `PMA_column_comments` <br />
|
||||
ADD `mimetype` VARCHAR( 255 ) NOT NULL ,<br />
|
||||
ADD `transformation` VARCHAR( 255 ) NOT NULL ,<br />
|
||||
ADD `transformation_options` VARCHAR( 255 ) NOT NULL ;<br />
|
||||
</tt>
|
||||
and remember that the Variable in config.inc.php has been renamed
|
||||
from <br />$cfg['Servers'][$i]['column_comments'] to $cfg['Servers'][$i]['column_info']
|
||||
</li>
|
||||
</ul><br />
|
||||
</dd>
|
||||
|
||||
@@ -3243,4 +3254,4 @@ Original Credits of Version 2.1.0
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
@@ -612,4 +612,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -613,4 +613,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -605,4 +605,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -606,4 +606,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -627,4 +627,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -626,4 +626,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -626,4 +626,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -627,4 +627,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -625,4 +625,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -626,4 +626,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -625,4 +625,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -598,4 +598,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -599,4 +599,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -625,4 +625,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -624,4 +624,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -624,4 +624,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -623,4 +623,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -625,4 +625,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -626,4 +626,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -625,4 +625,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -605,4 +605,5 @@ $strTransformation_text_plain__formatted = 'Preserves original formatting of the
|
||||
$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
|
||||
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -606,4 +606,5 @@ $strTransformation_text_plain__formatted = 'Preserves original formatting of the
|
||||
$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
|
||||
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -605,4 +605,5 @@ $strTransformation_text_plain__formatted = 'Preserves original formatting of the
|
||||
$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
|
||||
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -620,4 +620,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -621,4 +621,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -602,4 +602,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -603,4 +603,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -597,4 +597,5 @@ $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the l
|
||||
$strZip = '"zipped"';
|
||||
|
||||
$strInnodbStat = 'InnoDB Status';
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -598,4 +598,5 @@ $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the l
|
||||
$strZip = '"zipped"';
|
||||
|
||||
$strInnodbStat = 'InnoDB Status';
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -601,4 +601,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -602,4 +602,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -601,4 +601,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -600,4 +600,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -622,4 +622,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -623,4 +623,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -599,4 +599,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -600,4 +600,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -602,4 +602,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -603,4 +603,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -625,4 +625,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -607,4 +607,5 @@ $strTransformation_text_plain__formatted = 'Preserves original formatting of the
|
||||
$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -608,4 +608,5 @@ $strTransformation_text_plain__formatted = 'Preserves original formatting of the
|
||||
$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -624,4 +624,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -625,4 +625,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -622,4 +622,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -636,4 +636,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -610,4 +610,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -611,4 +611,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -598,4 +598,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -599,4 +599,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -603,4 +603,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -604,4 +604,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -610,4 +610,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -610,4 +610,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -611,4 +611,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -624,4 +624,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -626,4 +626,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -625,4 +625,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -599,4 +599,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -598,4 +598,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -621,4 +621,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -622,4 +622,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -600,4 +600,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -601,4 +601,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -598,4 +598,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -599,4 +599,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -621,4 +621,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -622,4 +622,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -599,4 +599,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -600,4 +600,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -608,4 +608,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -606,4 +606,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -607,4 +607,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -606,4 +606,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -628,4 +628,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -627,4 +627,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -599,4 +599,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -600,4 +600,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -599,4 +599,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -601,4 +601,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -602,4 +602,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -601,4 +601,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -602,4 +602,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -603,4 +603,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -598,4 +598,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -599,4 +599,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -612,4 +612,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -613,4 +613,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -623,4 +623,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -624,4 +624,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -604,4 +604,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -603,4 +603,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
?>
|
||||
|
@@ -155,12 +155,12 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){
|
||||
if ($curr_mime_field[0] == 'mimetype') {
|
||||
$mime_field_mimetype = TRUE;
|
||||
} else if ($curr_mime_field[0] == 'transformation') {
|
||||
$mime_field_transformation = TRUE;
|
||||
$mime_field_transformation = TRUE;
|
||||
} else if ($curr_mime_field[0] == 'transformation_options') {
|
||||
$mime_field_transformation_options = TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if ($mime_field_mimetype == TRUE
|
||||
&& $mime_field_transformation == TRUE
|
||||
&& $mime_field_transformation_options == TRUE) {
|
||||
@@ -232,10 +232,12 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){
|
||||
echo ' <tr><td colspan=2 align="center">' . $GLOBALS['strColComFeat'] . ': '
|
||||
. (($cfgRelation['commwork'] == TRUE) ? $enabled : $disabled)
|
||||
. '</td></tr>' . "\n";
|
||||
echo ' <tr><td colspan=2 align="center">MIME: '
|
||||
. (($cfgRelation['mimework'] == TRUE) ? $enabled : $disabled)
|
||||
echo ' <tr><th align="left">MIME ...</th><td align="right">'
|
||||
. (($cfgRelation['mimework'] == TRUE) ? $hit : sprintf($shit, 'col_com'))
|
||||
. '</td></tr>' . "\n";
|
||||
|
||||
if (($cfgRelation['commwork'] == TRUE) && ($cfgRelation['mimework'] != TRUE)) {
|
||||
echo '<tr><td colspan=2 align="left">' . $GLOBALS['updComTab'] . '</td></tr>' . "\n";
|
||||
}
|
||||
// . '<br />(MIME: ' . (($cfgRelation['mimework'] == TRUE) ? $enabled : $disabled) . ')'
|
||||
|
||||
echo ' <tr><th align="left">$cfg[\'Servers\'][$i][\'history\'] ... </th><td align="right">'
|
||||
@@ -364,7 +366,7 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){
|
||||
$col = ($table != '' ? $row['column_name'] : $i);
|
||||
|
||||
if (strlen($row['comment']) > 0) {
|
||||
$comment[$col] = $row['comment'];
|
||||
$comment[$col] = $row['comment'];
|
||||
}
|
||||
|
||||
} // end while
|
||||
@@ -395,8 +397,8 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){
|
||||
* @param string the name of the db
|
||||
* @param string the name of the table
|
||||
* @param string the name of the column
|
||||
* @param string the value of the column
|
||||
* @param string (optional) if a column is renamed, this is the name of the former key which will get deleted
|
||||
* @param string the value of the column
|
||||
* @param string (optional) if a column is renamed, this is the name of the former key which will get deleted
|
||||
*
|
||||
* @return boolean true, if comment-query was made.
|
||||
*
|
||||
@@ -455,90 +457,5 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){
|
||||
return false;
|
||||
}
|
||||
} // end of 'PMA_setComment()' function
|
||||
|
||||
/**
|
||||
* Set a SQL history entry
|
||||
*
|
||||
* @param string the name of the db
|
||||
* @param string the name of the table
|
||||
* @param string the username
|
||||
* @param string the sql query
|
||||
*
|
||||
* @return boolean true
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
function PMA_setHistory($db, $table, $username, $sqlquery) {
|
||||
global $cfgRelation;
|
||||
|
||||
$hist_rs = PMA_query_as_cu('INSERT INTO ' . PMA_backquote($cfgRelation['history']) . ' ('
|
||||
. PMA_backquote('username') . ','
|
||||
. PMA_backquote('db') . ','
|
||||
. PMA_backquote('table') . ','
|
||||
. PMA_backquote('timevalue') . ','
|
||||
. PMA_backquote('sqlquery')
|
||||
. ') VALUES ('
|
||||
. '\'' . PMA_sqlAddslashes($username) . '\','
|
||||
. '\'' . PMA_sqlAddslashes($db) . '\','
|
||||
. '\'' . PMA_sqlAddslashes($table) . '\','
|
||||
. 'NOW(),'
|
||||
. '\'' . PMA_handleSlashes($sqlquery) . '\')');
|
||||
return true;
|
||||
} // end of 'PMA_setHistory()' function
|
||||
|
||||
/**
|
||||
* Gets a SQL history entry
|
||||
*
|
||||
* @param string the username
|
||||
*
|
||||
* @return array list of history items
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
function PMA_getHistory($username) {
|
||||
global $cfgRelation;
|
||||
|
||||
$hist_rs = PMA_query_as_cu('SELECT '
|
||||
. PMA_backquote('db') . ','
|
||||
. PMA_backquote('table') . ','
|
||||
. PMA_backquote('sqlquery')
|
||||
. ' FROM ' . PMA_backquote($cfgRelation['history']) . ' WHERE username = \'' . PMA_handleSlashes($username) . '\' ORDER BY timevalue DESC');
|
||||
|
||||
$history = array();
|
||||
|
||||
while ($row = @PMA_mysql_fetch_array($hist_rs)) {
|
||||
$history[] = $row;
|
||||
}
|
||||
|
||||
return $history;
|
||||
|
||||
} // end of 'PMA_getHistory()' function
|
||||
|
||||
/**
|
||||
* Set a SQL history entry
|
||||
*
|
||||
* @param string the name of the db
|
||||
* @param string the name of the table
|
||||
* @param string the username
|
||||
* @param string the sql query
|
||||
*
|
||||
* @return boolean true
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
function PMA_purgeHistory($username) {
|
||||
global $cfgRelation, $cfg;
|
||||
|
||||
$purge_rs = PMA_query_as_cu('SELECT timevalue FROM ' . PMA_backquote($cfgRelation['history']) . ' WHERE username = \'' . PMA_handleSlashes($username) . '\' ORDER BY timevalue DESC LIMIT ' . $cfg['QueryHistoryMax'] . ', 1');
|
||||
$i = 0;
|
||||
$row = @PMA_mysql_fetch_array($purge_rs);
|
||||
|
||||
if (is_array($row) && $row[0] > 0) {
|
||||
$maxtime = $row[0];
|
||||
$remove_rs = PMA_query_as_cu('DELETE FROM ' . PMA_backquote($cfgRelation['history']) . ' WHERE timevalue <= ' . $maxtime);
|
||||
}
|
||||
|
||||
return true;
|
||||
} // end of 'PMA_purgeHistory()' function
|
||||
} // $__PMA_RELATION_LIB__
|
||||
?>
|
||||
?>
|
Reference in New Issue
Block a user