On Fri, Apr 06, 2001 at 07:26:14PM +0300, Heikki Tuuri wrote:
> Hi!
>
> The MySQL manual says that INSERT DELAYED only works for MyISAM
> and ISAM tables, but the parser does not check that the table type
> is correct. We have to block this in the parser.
>
> If you use it on Innobase tables, th
Hi!
The MySQL manual says that INSERT DELAYED only works for MyISAM
and ISAM tables, but the parser does not check that the table type
is correct. We have to block this in the parser.
If you use it on Innobase tables, that can cause severe database
corruption!
Regards,
Heikki Tuuri
Innobase Oy
Hi!
The MySQL manual says that INSERT DELAYED only works for MyISAM
and ISAM tables, but the parser does not check that the table type
is correct. We have to block this in the parser.
If you use it on Innobase tables, that can cause several database
corruption!
Regards,
Heikki Tuuri
Innobase O