790
790
/* Check for legal operations against the Engine using the proto (if used) */
794
794
share.storage_engine->check_flag(HTON_BIT_TEMPORARY_NOT_SUPPORTED) == true)
796
796
error= HA_ERR_UNSUPPORTED;
800
800
share.storage_engine->check_flag(HTON_BIT_TEMPORARY_ONLY) == true)
802
802
error= HA_ERR_UNSUPPORTED;