~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_reference.h

* Renames Ha_trx_info to drizzled::ResourceContext
* Renames Sesssion_TRANS to drizzled::TransactionContext
* Replaces homegrown linked-lists of Ha_trx_info pointers
  with vector<drizzled::ResourceContext> operations
* Renames Session::getEngineInfo() to Session::getResourceContext()

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include <drizzled/base.h>
32
32
#include <drizzled/sql_bitmap.h>
33
33
 
34
 
namespace drizzled
35
 
{
36
 
 
37
34
class StoredKey;
38
35
class Item;
39
36
 
74
71
  bool disable_cache;
75
72
};
76
73
 
77
 
} /* namespace drizzled */
78
 
 
79
74
#endif /* DRIZZLED_TABLE_REFERENCE_H */