~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to plugin/coercibility_function/coercibility_function.cc

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-19 10:46:49 UTC
  • mfrom: (1.1.6)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20120619104649-e2l0ggd4oz3um0f4
Tags: upstream-7.1.36-stable
ImportĀ upstreamĀ versionĀ 7.1.36-stable

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
DRIZZLE_DECLARE_PLUGIN
76
76
{
77
77
  DRIZZLE_VERSION_ID,
78
 
  "coercibility_function",
 
78
  "coercibility",
79
79
  "1.0",
80
80
  "Andrew Hutchings",
81
 
  "COERCIBILITY()",
 
81
  N_("COERCIBILITY function"),
82
82
  PLUGIN_LICENSE_GPL,
83
83
  initialize,
84
84
  NULL,