~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/version/plugin.ini

  • Committer: Monty Taylor
  • Date: 2010-12-26 00:22:34 UTC
  • mto: This revision was merged to the branch mainline in revision 2038.
  • Revision ID: mordred@inaugust.com-20101226002234-2sb62sm2gs0iftuy
Fixing some of the innodb c++ casting issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
2
 
title=VERSION Function
 
2
name=version
3
3
version=1.0
4
4
author=Devananda van der Veen
5
5
license=PLUGIN_LICENSE_GPL
 
6
title=version UDF
6
7
description=UDF Plugin for version function
7
8
load_by_default=yes
8
9
sources=versionudf.cc