~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/user_locks/plugin.ini

  • Committer: Lee Bieber
  • Date: 2010-11-14 23:15:42 UTC
  • mfrom: (1929.1.42 warning-stack-frame)
  • Revision ID: kalebral@gmail.com-20101114231542-fnnu6ydd2p17n582
Merge Monty - fix bug 672372: some functions use > 32k stack

Show diffs side-by-side

added added

removed removed

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