~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/transaction_context.h

  • Committer: Olaf van der Spek
  • Date: 2011-07-05 12:15:12 UTC
  • mto: This revision was merged to the branch mainline in revision 2367.
  • Revision ID: olafvdspek@gmail.com-20110705121512-7c7iy6vf94gr61pk
UseĀ operator=

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
  void setResourceContexts(ResourceContexts &new_contexts)
41
41
  {
42
 
    resource_contexts.assign(new_contexts.begin(), new_contexts.end());
 
42
    resource_contexts= new_contexts;
43
43
  }
44
44
 
45
45
  ResourceContexts &getResourceContexts()