~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/table_function.h

  • Committer: Monty Taylor
  • Date: 2011-02-13 17:26:39 UTC
  • mfrom: (2157.2.2 give-in-to-pkg-config)
  • mto: This revision was merged to the branch mainline in revision 2166.
  • Revision ID: mordred@inaugust.com-20110213172639-nhy7i72sfhoq13ms
Merged in pkg-config fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#include <set>
36
36
#include <algorithm>
37
37
 
 
38
#include "drizzled/visibility.h"
 
39
 
38
40
namespace drizzled
39
41
{
40
42
 
41
 
extern int wild_case_compare(const CHARSET_INFO * const cs, 
42
 
                             const char *str,const char *wildstr);
43
 
 
44
43
namespace plugin
45
44
{
46
45
 
61
60
  return buffer;
62
61
}
63
62
 
64
 
class TableFunction : public Plugin
 
63
class DRIZZLED_API TableFunction : public Plugin
65
64
{
66
65
  TableFunction();
67
66
  TableFunction(const TableFunction &);