~drizzle-trunk/drizzle/development

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
1976.7.2 by Brian Aker
Adding execute command to go along with main command.
7
  execute.cc
1864.3.3 by Brian Aker
Pull user into the util functions.
8
  functions.cc
1948.2.6 by Brian Aker
Added function global_read_lock(), this way a session can know if it has
9
  global_read_lock.cc
1963.2.1 by Brian Aker
Fixing up the kill function.
10
  kill.cc
1864.3.2 by Brian Aker
Move database() over to the util_function plugin.
11
  schema.cc
1864.3.3 by Brian Aker
Pull user into the util functions.
12
  user.cc
1864.3.1 by Brian Aker
Add a catalog() command.
13
headers=
14
  catalog.h
1976.7.2 by Brian Aker
Adding execute command to go along with main command.
15
  execute.h
1864.3.1 by Brian Aker
Add a catalog() command.
16
  functions.h
1948.2.6 by Brian Aker
Added function global_read_lock(), this way a session can know if it has
17
  global_read_lock.h
1963.2.1 by Brian Aker
Fixing up the kill function.
18
  kill.h
1864.3.2 by Brian Aker
Move database() over to the util_function plugin.
19
  schema.h
1866.1.2 by Brian Aker
Fix plugin.ini
20
  user.h
1864.3.1 by Brian Aker
Add a catalog() command.
21
static=yes