Support for saving to file on server (part of RFE #730197).

This commit is contained in:
Michal Čihař
2003-05-13 16:27:16 +00:00
parent 57e72b0541
commit bf88b4e077
100 changed files with 737 additions and 33 deletions

View File

@@ -7,6 +7,7 @@
* tables if possible
*/
// staybyte: speedup view on locked tables - 11 June 2001
$tables = array();
if (PMA_MYSQL_INT_VERSION >= 32303) {
// Special speedup for newer MySQL Versions (in 4.0 format changed)
if ($cfg['SkipLockedTables'] == TRUE && PMA_MYSQL_INT_VERSION >= 32330) {