~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/connection_id/connection_id.cc

  • Committer: Stewart Smith
  • Date: 2011-01-14 05:19:11 UTC
  • mto: (2086.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2087.
  • Revision ID: stewart@flamingspork.com-20110114051911-blfrsfy6yjvjg9rs
add note that impl of DROP INDEX should be documented

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#include <config.h>
 
20
#include "config.h"
21
21
#include <drizzled/function/math/int.h>
22
22
#include <drizzled/plugin/function.h>
23
23
#include <drizzled/session.h>
85
85
  "Return the current connection_id",
86
86
  PLUGIN_LICENSE_GPL,
87
87
  initialize, /* Plugin Init */
88
 
  NULL,   /* depends */
 
88
  NULL,   /* system variables */
89
89
  NULL    /* config options */
90
90
}
91
91
DRIZZLE_DECLARE_PLUGIN_END;