|
Stud.IP
jlu_4.3 Revision 64286
|
Variables | |
| $start = microtime(true) | |
| $pdo | |
| $result = $pdo->query("SHOW VARIABLES LIKE 'innodb_file_format'") | |
| $var = $result->fetch(PDO::FETCH_KEY_PAIR) | |
| $collation = $result->fetchColumn() | |
| $db = DBManager::get() | |
| $end = microtime(true) | |
| $duration = $end - $start | |
| $human_duration | |
| $collation = $result->fetchColumn() |
| $db = DBManager::get() |
| $duration = $end - $start |
| $end = microtime(true) |
| $human_duration |
| $pdo |
| if (mb_strtolower( $var[ 'innodb_large_prefix']) !='on') $result = $pdo->query("SHOW VARIABLES LIKE 'innodb_file_format'") |
| $start = microtime(true) |
| $var = $result->fetch(PDO::FETCH_KEY_PAIR) |