3213
3213
Check if we the table is one of the table types that should be ignored:
3214
3214
MRG_ISAM, MRG_MYISAM, if opt_delayed, if that table supports delayed inserts.
3216
3216
should not be ignored. If the user has selected to use INSERT DELAYED, it
3217
3217
sets the value of the bool pointer supports_delayed_inserts to 0 if not
3218
3218
supported, 1 if it is supported.