~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/user_locks/plugin.ini

  • Committer: Brian Aker
  • Date: 2010-10-12 19:16:24 UTC
  • mto: This revision was merged to the branch mainline in revision 1853.
  • Revision ID: brian@tangent.org-20101012191624-4tj8lzjsksn5xwu5
Added get_locks() and release_locks();

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
load_by_default=yes
5
5
sources= 
6
6
  get_lock.cc
 
7
  get_locks.cc
7
8
  is_free_lock.cc
8
9
  is_used_lock.cc
9
10
  locks.cc
10
11
  module.cc
11
12
  release_lock.cc
 
13
  release_locks.cc
12
14
headers=
13
15
  get_lock.h
 
16
  get_locks.h
14
17
  is_free_lock.h
15
18
  is_used_lock.h
16
19
  lock_storage.h
17
20
  locks.h
18
21
  module.h
19
22
  release_lock.h
 
23
  release_locks.h
20
24
static=yes