Tables in SQL files

Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
Post Reply
jscholtysik

Tables in SQL files

Post by jscholtysik »

Hi,


only a general question:

In setup/default_sql/phpwcms_init_410.sql the SQL-statements always end with a

Code: Select all

) ENGINE=MyISAM ;
In the upgrade files in setup\update_sql\ the SQL statements in all files end with a

Code: Select all

) TYPE=MyISAM ;
What is the difference between these two commands and does it have any effect to the phpwcms installation or upgrade?

Thanks in advance.


Joachim
User avatar
Cipolla
Posts: 451
Joined: Sat 16. Feb 2008, 20:39
Location: Muppet Show

Re: Tables in SQL files

Post by Cipolla »

This is both the same.

i think Oliver made this because older Sql versions uses TYPE instead of ENGINE. This is to make it downwardly compatible.
...
Post Reply