~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/plugin.ini

  • Committer: Stewart Smith
  • Date: 2010-04-07 02:08:20 UTC
  • mto: (1283.38.1)
  • mto: This revision was merged to the branch mainline in revision 1536.
  • Revision ID: stewart@flamingspork.com-20100407020820-4elzp2uuorw5vv89
add basic_create_select test that currently causes a crash due to https://bugs.launchpad.net/drizzle/+bug/556978

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
description=MySQL protocol module that is based on the old libmysql code.
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 
 
6
headers=mysql_protocol.h errmsg.h net_serv.h options.h vio.h mysql_password.h
8
7
sources=mysql_protocol.cc net_serv.cc vio.cc mysql_password.cc
9
8
static=yes