~kalebral-deactivatedaccount/drizzle/change-error_num_to_enum-2

« back to all changes in this revision

Viewing changes to drizzled/module/library.cc

  • Committer: Monty Taylor
  • Date: 2010-08-17 02:54:36 UTC
  • mfrom: (1711.1.7 build)
  • Revision ID: mordred@inaugust.com-20100817025436-iuuqihjal6ubyffy
boost::program_options for InnoDB.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
  if (builtin)
89
89
  {
90
90
    dlpath.assign("<builtin>");
91
 
    handle= dlopen(NULL, RTLD_NOW|RTLD_GLOBAL);
 
91
    handle= dlopen(NULL, RTLD_NOW|RTLD_LOCAL);
92
92
    if (handle == NULL)
93
93
    {
94
94
      const char *errmsg= dlerror();