~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/console/plugin.ini

  • Committer: lbieber
  • Date: 2010-10-05 22:23:12 UTC
  • mfrom: (1813.1.4 build)
  • Revision ID: lbieber@orisndriz08-20101005222312-weuq0ardk3gcryau
Merge Travis - 621861 - convert structs to classes
Merge Billy - 621331 - Replace use of stringstream with boost::lexical_cast
Merge Travis - 621861 = To change C structs to C++ classes in Drizzle
Merge Andrew - fix bug 653300 - Syntax error on inport of a SQL file produced by drizzledump

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
2
2
title=Console Client
3
3
description=Plugin that provides a command console in the drizzled process.
4
 
load_by_default=yes
5
 
static=yes
 
4
load_by_default=no
 
5
static=no
6
6
sources=console.cc