#include <ha_data.h>
Public Attributes | |
void * | ha_ptr |
drizzled::ResourceContext | resource_context [2] |
void* drizzled::Ha_data::ha_ptr |
drizzled::ResourceContext drizzled::Ha_data::resource_context[2] |
Resource contexts for both the "statement" and "normal" transactions.
Resource context at index 0:
Life time: one statement within a transaction. If @autocommit is on, also represents the entire transaction.
Resource context at index 1:
Life time: one transaction within a connection.
If the storage engine does not participate in a transaction, there will not be a resource context.