mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Portabilite SQL
This commit is contained in:
parent
14dd4191ec
commit
a48c4fdcb4
|
|
@ -164,10 +164,11 @@ foreach my $file (keys %filelist) {
|
|||
&output_create;
|
||||
&reset_vars();
|
||||
next;
|
||||
# LDR Added innodb
|
||||
# LDR Added "innodb" and "engine"
|
||||
}
|
||||
elsif (/(ISAM|innodb)/i) { # end of create table sequence
|
||||
s/\) *Type=(MyISAM|innodb);/);/i;
|
||||
s/\) *type=(MyISAM|innodb);/);/i;
|
||||
s/\) *engine=(MyISAM|innodb);/);/i;
|
||||
$create_sql =~ s/,$//g; # strip last , inside create table
|
||||
$create_sql .= $_;
|
||||
&output_create;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user