~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_all/plugin.ini

  • Committer: Lee Bieber
  • Date: 2011-03-04 23:51:48 UTC
  • mfrom: (2219.1.2 build)
  • Revision ID: kalebral@gmail.com-20110304235148-g7sawtycktp1vz74
Merge Shrews - 729372: Semicolon causing slave plugin to stop replicating
Merge Andrew - 728990: libdrizzle: Re-using a result struct without freeing causes infinite loop

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[plugin]
2
 
title=Allow All Authentication
3
 
description=Default authentication module.
4
 
load_by_default=yes
5
 
static=yes
6
 
sources= 
7
 
  auth_all.cc
8
 
headers=