~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/catalog/functions/create.cc

  • Committer: Brian Aker
  • Date: 2010-12-01 04:29:10 UTC
  • mto: (2017.3.1 catalogs)
  • mto: This revision was merged to the branch mainline in revision 2073.
  • Revision ID: brian@tangent.org-20101201042910-imwwj5i3mh5pm75d
Merging in the first pass through the catalog work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include "plugin/catalog/module.h"
23
23
 
24
24
namespace catalog {
 
25
namespace functions {
25
26
 
26
27
int64_t Create::val_int()
27
28
{
36
37
  return 0;
37
38
}
38
39
 
 
40
} /* namespace functions */
39
41
} /* namespace catalog */