Support for saving to file on server (part of RFE #730197).
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user