~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/user_locks/get_lock.h

  • Committer: Brian Aker
  • Date: 2010-10-09 17:44:13 UTC
  • mto: This revision was merged to the branch mainline in revision 1853.
  • Revision ID: brian@tangent.org-20101009174413-4cs0q58kw0fjd45y
First pass through adding back user_locks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
  int64_t val_int();
36
36
  const char *func_name() const { return "get_lock"; }
37
 
  bool check_argument_count(int n) { return n < 3; }
 
37
  bool check_argument_count(int n) { return n < 4; }
38
38
};
39
39
 
40
40
} /* namespace user_locks */