~stewart/drizzle/embedded-innodb-create-table-with-index

« back to all changes in this revision

Viewing changes to plugin/drizzle_protocol/plugin.ini

  • Committer: Stewart Smith
  • Date: 2010-03-11 01:15:57 UTC
  • mfrom: (1319.1.29)
  • Revision ID: stewart@flamingspork.com-20100311011557-49r2ye69bqh4abti
Merged embedded-innodb-rnd-read into embedded-innodb-create-table-with-index.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
2
2
title=Drizzle Protocol Module
3
3
description=Drizzle protocol module that uses the old libdrizzle library (previously libmysql).
 
4
version=0.2
 
5
author=Eric Day
 
6
license=PLUGIN_LICENSE_GPL
4
7
load_by_default=yes
5
8
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
 
9
headers=drizzle_protocol.h errmsg.h net_serv.h options.h pack.h vio.h
 
10
sources=drizzle_protocol.cc errmsg.cc net_serv.cc pack.cc vio.cc viosocket.cc
8
11
static=yes