~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-28 23:02:08 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110328230208-v5ik8zxd506upo7n
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
#include <drizzled/visibility.h>
33
33
 
34
 
namespace drizzled
35
 
{
36
 
 
37
 
/* Forward declarations */
38
 
class Session;
39
 
class Table_ident;
40
 
struct charset_info_st;
 
34
namespace drizzled {
41
35
 
42
36
int wild_case_compare(const charset_info_st * const cs, 
43
37
                      const char *str,const char *wildstr);