~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/utility_functions/plugin.ini

  • Committer: LinuxJedi
  • Date: 2010-08-28 09:23:52 UTC
  • mto: (1738.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1739.
  • Revision ID: linuxjedi@linuxjedi-laptop-20100828092352-oe3zbtdy05kq9dtq
Make exit happen in main thread rather than signal handler thread thus avoiding a segfault due to a double kill of the signal handler thread

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[plugin]
2
 
title=Utility Functions
3
 
description= Utility Functions
4
 
load_by_default=yes
5
 
sources= 
6
 
  catalog.cc
7
 
  execute.cc
8
 
  functions.cc
9
 
  global_read_lock.cc
10
 
  kill.cc
11
 
  schema.cc
12
 
  user.cc
13
 
headers=
14
 
  catalog.h
15
 
  execute.h
16
 
  functions.h
17
 
  global_read_lock.h
18
 
  kill.h
19
 
  schema.h
20
 
  user.h
21
 
static=yes