~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/table_function.h

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2011-01-22 03:22:44 UTC
  • mfrom: (2101 staging)
  • mto: (2228.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 2230.
  • Revision ID: barry.leslie@primebase.com-20110122032244-ukbe3mlj7fs8xph6
Merged with lp:drizzle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 *
4
4
 *  Definitions required for TableFunction plugin
5
5
 *
6
 
 *  Copyright (C) 2010 Sun Microsystems
 
6
 *  Copyright (C) 2010 Sun Microsystems, Inc.
7
7
 *  Copyright (C) 2010 Monty Taylor
8
8
 *
9
9
 *  This program is free software; you can redistribute it and/or modify
68
68
  TableFunction& operator=(const TableFunction &);
69
69
 
70
70
  message::Table proto;
71
 
  TableIdentifier identifier;
 
71
  identifier::Table identifier;
72
72
  std::string local_path;
73
73
  std::string original_table_label;
74
74
 
99
99
    BOOLEAN,
100
100
    NUMBER,
101
101
    STRING,
102
 
    VARBINARY
 
102
    VARBINARY,
 
103
    SIZE
103
104
  };
104
105
 
105
106
  class Generator