~patrick-crews/drizzle/dbqp_server_setup

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/plugin.ini

  • Committer: Monty Taylor
  • Date: 2011-03-22 18:39:54 UTC
  • mto: (2246.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2247.
  • Revision ID: mordred@inaugust.com-20110322183954-fz8ciuywjz2llbyo
Split libdrizzle into 1.0 and 2.0. Applied the C++ changes to 2.0 branch.

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
cxxflags=${LIBDRIZZLE_CPPFLAGS}
6
7
libs=drizzled/algorithm/libhash.la
7
8
headers=mysql_protocol.h errmsg.h net_serv.h options.h vio.h mysql_password.h 
8
9
sources=mysql_protocol.cc net_serv.cc vio.cc mysql_password.cc