RFE #7000385: Export AUTO_INCREMENT field.

Display Create/Update/Check_time in PDF-Pages, printview, DB/Table structure
and table dumps, if information is available (gathered by 'SHOW TABLE
STATUS' for MySQL 3.23.XX).
This commit is contained in:
Garvin Hicking
2003-03-13 16:46:54 +00:00
parent 7eaa1d3c64
commit 14a427263b
100 changed files with 502 additions and 18 deletions

View File

@@ -613,4 +613,7 @@ $strSQLOptions = 'SQL options';//to translate
$strXML = 'XML';//to translate
$strCSVOptions = 'CSV options';//to translate
$strNoOptions = 'This format has no options';//to translate
$strStatCreateTime = 'Creation';//to translate
$strStatUpdateTime = 'Last update';//to translate
$strStatCheckTime = 'Last check';//to translate
?>