DROP VIEW choice also for a db copy operation

This commit is contained in:
Marc Delisle
2006-03-25 11:45:23 +00:00
parent e91fcb271d
commit f5bbe5f24d
4 changed files with 28 additions and 15 deletions

View File

@@ -337,6 +337,7 @@ $PMA_SQPdata_reserved_word = array (
'DAY_HOUR',
'DAY_MINUTE',
'DAY_SECOND',
'DEFINER',
'DELAYED',
'DELAY_KEY_WRITE',
'DELETE',
@@ -563,7 +564,7 @@ $PMA_SQPdata_reserved_word = array (
'YEAR_MONTH'
);
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);
$PMA_SQPdata_reserved_word_cnt = 272;
$PMA_SQPdata_reserved_word_cnt = 273;
// words forbidden to be used as column or table name,
// as seen in http://dev.mysql.com/doc/mysql/en/reserved-words.html