support of BINARY and VARBINARY field types

This commit is contained in:
Marc Delisle
2004-08-28 14:14:14 +00:00
parent a16d97912f
commit c5b3b01641
5 changed files with 31 additions and 5 deletions

View File

@@ -461,6 +461,7 @@ $PMA_SQPdata_reserved_word_cnt = 261;
$PMA_SQPdata_column_type = array (
'BIGINT',
'BINARY',
'BIT',
'BLOB',
'BOOL',
@@ -505,6 +506,6 @@ $PMA_SQPdata_column_type = array (
'YEAR'
);
//$PMA_SQPdata_column_type_cnt = count($PMA_SQPdata_column_type);
$PMA_SQPdata_column_type_cnt = 43;
$PMA_SQPdata_column_type_cnt = 44;
?>