~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.h

  • Committer: Lee Bieber
  • Date: 2011-01-28 21:08:33 UTC
  • mfrom: (2119.4.3 try-visibility)
  • Revision ID: kalebral@gmail.com-20110128210833-nro17n81etdpcylm
Merge Monty - Enable -fvisibility=hidden

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#include "drizzled/sql_parse.h"
35
35
#include "drizzled/plugin.h"
36
36
 
 
37
#include "drizzled/visibility.h"
 
38
 
37
39
namespace drizzled
38
40
{
39
41
 
51
53
int wild_case_compare(const CHARSET_INFO * const cs, 
52
54
                      const char *str,const char *wildstr);
53
55
 
54
 
int get_quote_char_for_identifier();
 
56
DRIZZLED_API int get_quote_char_for_identifier();
55
57
 
56
58
namespace show {
57
59