~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/plugin.ini

  • Committer: Stewart Smith
  • Date: 2010-03-02 06:41:59 UTC
  • mto: (1309.2.13 build)
  • mto: This revision was merged to the branch mainline in revision 1318.
  • Revision ID: stewart@flamingspork.com-20100302064159-gktw6hcbs3u0fflm
move Item_result out to its own header file and out of common.h

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 is based on the old libmysql code.
 
3
description=MySQL protocol module that uses the old libdrizzle library (previously libmysql).
4
4
load_by_default=yes
5
5
ldlfags=$(LIBZ)
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
 
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
9
8
static=yes