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

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/plugin.ini

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-10-02 14:17:48 UTC
  • mfrom: (1.1.1 upstream)
  • mto: (2.1.17 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20101002141748-m6vbfbfjhrw1153e
Tags: 2010.09.1802-1
* New upstream release.
* Removed pid-file argument hack.
* Updated GPL-2 address to be new address.
* Directly copy in drizzledump.1 since debian doesn't have sphinx 1.0 yet.
* Link to jquery from libjs-jquery. Add it as a depend.
* Add drizzled.8 symlink to the install files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
2
2
title=MySQL Protocol Module
3
 
description=MySQL protocol module that uses the old libdrizzle library (previously libmysql).
 
3
description=MySQL protocol module that is based on the old libmysql code.
4
4
load_by_default=yes
5
5
ldlfags=$(LIBZ)
6
 
headers=oldlibdrizzle.h errmsg.h net_serv.h options.h pack.h vio.h
7
 
sources=oldlibdrizzle.cc errmsg.cc net_serv.cc pack.cc vio.cc viosocket.cc
 
6
libs=drizzled/algorithm/libhash.la
 
7
headers=mysql_protocol.h errmsg.h net_serv.h options.h vio.h mysql_password.h table_function.h
 
8
sources=mysql_protocol.cc net_serv.cc vio.cc mysql_password.cc
8
9
static=yes