793
793
/* Check for legal operations against the Engine using the proto (if used) */
797
797
share.storage_engine->check_flag(HTON_BIT_TEMPORARY_NOT_SUPPORTED) == true)
799
799
error= HA_ERR_UNSUPPORTED;
803
803
share.storage_engine->check_flag(HTON_BIT_TEMPORARY_ONLY) == true)
805
805
error= HA_ERR_UNSUPPORTED;