~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/module/module.cc

  • Committer: Lee Bieber
  • Date: 2010-10-26 14:51:47 UTC
  • mfrom: (1879.1.3 build)
  • Revision ID: kalebral@gmail.com-20101026145147-yqop1w9qw7watara
Merge Monty - clean up of set_var and sys_var
Merge Monty - Generate ChangeLog from bzr as part of distcheck. Also, cleaned up AUTHORS file from bzr log parsed by hand.
Merge Shrews - update transaction log documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <algorithm>
23
23
 
24
24
#include "drizzled/module/module.h"
25
 
#include "drizzled/set_var.h"
 
25
#include "drizzled/sys_var.h"
26
26
#include "drizzled/util/functors.h"
27
27
 
28
28
namespace drizzled