coding standards

This commit is contained in:
Alexander M. Turek
2003-04-06 11:36:12 +00:00
parent fdff6ab1cc
commit e763ea3350

View File

@@ -121,6 +121,7 @@ while ($row = mysql_fetch_array($rowset)) {
}
// I don't know what does following column mean....
// $indexes_info[$row['Key_name']]['Packed'] = $row['Packed'];
if (PMA_MYSQL_INT_VERSION >= 32300) {
// rabus: The 'Comment' field was added in MySQL 3.23.0.
$indexes_info[$row['Key_name']]['Comment'] = $row['Comment'];