coding standards
This commit is contained in:
@@ -121,6 +121,7 @@ while ($row = mysql_fetch_array($rowset)) {
|
|||||||
}
|
}
|
||||||
// I don't know what does following column mean....
|
// I don't know what does following column mean....
|
||||||
// $indexes_info[$row['Key_name']]['Packed'] = $row['Packed'];
|
// $indexes_info[$row['Key_name']]['Packed'] = $row['Packed'];
|
||||||
|
|
||||||
if (PMA_MYSQL_INT_VERSION >= 32300) {
|
if (PMA_MYSQL_INT_VERSION >= 32300) {
|
||||||
// rabus: The 'Comment' field was added in MySQL 3.23.0.
|
// rabus: The 'Comment' field was added in MySQL 3.23.0.
|
||||||
$indexes_info[$row['Key_name']]['Comment'] = $row['Comment'];
|
$indexes_info[$row['Key_name']]['Comment'] = $row['Comment'];
|
||||||
|
Reference in New Issue
Block a user