What happens if MySQLLoader delayed=true with a INNODB Table?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
nuntio2000
Posts: 19
Joined: Fri 19 Nov 2004 18:51
Location: South Italy

What happens if MySQLLoader delayed=true with a INNODB Table?

Post by nuntio2000 » Wed 23 Mar 2005 19:15

I read in your help about the using of the flag delayed in MySQLLoader.
My Database is an INNODB Tables.
What happens if MySQLLoader delayed=true with a INNODB Table?

Thx,
Nunzio

Serious

Post by Serious » Thu 24 Mar 2005 08:42

In this case MySQL server raises the exception:
Execute failed: Table storage engine for doesn't have this option

Post Reply