~linuxjedi/drizzle/trunk-bug-683917

1864.3.1 by Brian Aker
Add a catalog() command.
1
[plugin]
2
title=Utility Functions
3
description= Utility Functions
4
load_by_default=yes
5
sources= 
6
  catalog.cc
1864.3.3 by Brian Aker
Pull user into the util functions.
7
  functions.cc
1948.2.6 by Brian Aker
Added function global_read_lock(), this way a session can know if it has
8
  global_read_lock.cc
1963.2.1 by Brian Aker
Fixing up the kill function.
9
  kill.cc
1864.3.2 by Brian Aker
Move database() over to the util_function plugin.
10
  schema.cc
1864.3.3 by Brian Aker
Pull user into the util functions.
11
  user.cc
1864.3.1 by Brian Aker
Add a catalog() command.
12
headers=
13
  catalog.h
14
  functions.h
1948.2.6 by Brian Aker
Added function global_read_lock(), this way a session can know if it has
15
  global_read_lock.h
1963.2.1 by Brian Aker
Fixing up the kill function.
16
  kill.h
1864.3.2 by Brian Aker
Move database() over to the util_function plugin.
17
  schema.h
1866.1.2 by Brian Aker
Fix plugin.ini
18
  user.h
1864.3.1 by Brian Aker
Add a catalog() command.
19
static=yes