~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/mysql_priv.h

  • Committer: mark
  • Date: 2008-07-17 23:11:36 UTC
  • mto: This revision was merged to the branch mainline in revision 181.
  • Revision ID: mark@piggy.tangent.org-20080717231136-mlfm3e5qudrp5ugg
remove ifdef HAVE_DLOPEN, make configure require dlopen()

Show diffs side-by-side

added added

removed removed

Lines of Context:
1785
1785
extern handlerton *myisam_hton;
1786
1786
extern handlerton *heap_hton;
1787
1787
 
1788
 
extern SHOW_COMP_OPTION have_symlink, have_dlopen;
 
1788
extern SHOW_COMP_OPTION have_symlink;
1789
1789
extern SHOW_COMP_OPTION have_crypt;
1790
1790
extern SHOW_COMP_OPTION have_compress;
1791
1791