~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

  • Committer: Brian Aker
  • Date: 2009-02-27 22:01:00 UTC
  • Revision ID: brian@tangent.org-20090227220100-qogl2mj41a5nmr0a
<Leithal> what do you guys think about supporting LGPL plugins?
<Leithal> http://bugs.mysql.com/bug.php?id=28017
<jaypipes> Leithal: no problem at all...
<krow> Leithal: Pushed in 3 minutes

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
    table->field[7]->store(PLUGIN_LICENSE_BSD_STRING,
190
190
                           strlen(PLUGIN_LICENSE_BSD_STRING), cs);
191
191
    break;
 
192
  case PLUGIN_LICENSE_LGPL:
 
193
    table->field[7]->store(PLUGIN_LICENSE_LGPL_STRING,
 
194
                           strlen(PLUGIN_LICENSE_LGPL_STRING), cs);
 
195
    break;
192
196
  default:
193
197
    table->field[7]->store(PLUGIN_LICENSE_PROPRIETARY_STRING,
194
198
                           strlen(PLUGIN_LICENSE_PROPRIETARY_STRING), cs);