~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/longlong2str.cc

* 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:
41
41
 
42
42
#include "m_string.h"
43
43
 
44
 
namespace drizzled
45
 
{
46
 
namespace internal
47
 
{
48
 
 
49
44
#if !defined(int64_t2str) && !defined(HAVE_LONGLONG2STR)
50
45
 
51
46
char _dig_vec_upper[] =
150
145
  return dst-1;
151
146
}
152
147
#endif
153
 
 
154
 
} /* namespace internal */
155
 
} /* namespace drizzled */