~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/user_locks/plugin.ini

  • Committer: lbieber
  • Date: 2010-10-01 13:06:31 UTC
  • mfrom: (1802.2.2 drizzle-bug-651948)
  • mto: This revision was merged to the branch mainline in revision 1805.
  • Revision ID: lbieber@orisndriz08-20101001130631-xubscnhmj7r5dn6g
Merge Andrew - Fix bug 651948 - Index lengths not retrieved using drizzledump

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[plugin]
2
 
title=User Locks.
3
 
description=Provides lock functions to users.
4
 
load_by_default=yes
5
 
sources= 
6
 
  barrier_dictionary.cc
7
 
  barriers.cc
8
 
  create_barrier.cc
9
 
  get_lock.cc
10
 
  get_locks.cc
11
 
  is_free_lock.cc
12
 
  is_used_lock.cc
13
 
  key.cc
14
 
  locks.cc
15
 
  module.cc
16
 
  release_barrier.cc
17
 
  release_lock.cc
18
 
  release_locks.cc
19
 
  release_wait.cc
20
 
  signal.cc
21
 
  user_locks_dictionary.cc
22
 
  wait.cc
23
 
  wait_for_lock.cc
24
 
  wait_until.cc
25
 
headers=
26
 
  barrier.h
27
 
  barrier_dictionary.h
28
 
  barrier_storage.h
29
 
  barriers.h
30
 
  create_barrier.h
31
 
  get_lock.h
32
 
  get_locks.h
33
 
  is_free_lock.h
34
 
  is_used_lock.h
35
 
  key.h
36
 
  lock_storage.h
37
 
  lock.h
38
 
  locks.h
39
 
  module.h
40
 
  observer.h
41
 
  release_barrier.h
42
 
  release_lock.h
43
 
  release_locks.h
44
 
  release_wait.h
45
 
  signal.h
46
 
  user_locks_dictionary.h
47
 
  wait.h
48
 
  wait_for_lock.h
49
 
  wait_until.h
50
 
static=yes