Do not allow to create table that already exists (RFE #1255931).

This commit is contained in:
Michal Čihař
2005-09-26 19:35:53 +00:00
parent d5b78243d8
commit db82872c0a
119 changed files with 135 additions and 12 deletions

View File

@@ -971,4 +971,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
?>