~posulliv/drizzle/optimizer-style-cleanup

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/win_delay_loader.cc

  • Committer: Padraig O'Sullivan
  • Date: 2010-03-15 14:05:26 UTC
  • mfrom: (1237.9.99 staging)
  • Revision ID: osullivan.padraig@gmail.com-20100315140526-opbgwdwn6tfecdkq
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
char*                   wdl_mysql_real_data_home;
64
64
char**                  wdl_mysql_data_home;
65
65
char**                  wdl_tx_isolation_names;
66
 
char**                  wdl_binlog_format_names;
67
66
char*                   wdl_reg_ext;
68
67
pthread_mutex_t*        wdl_LOCK_thread_count;
69
68
key_map*                wdl_key_map_full;
635
634
        GET_SYM2("?tx_isolation_names@@3PAPEBDA",
636
635
                 "?tx_isolation_names@@3PAPBDA",
637
636
                 wdl_tx_isolation_names, char*);
638
 
        GET_SYM2("?binlog_format_names@@3PAPEBDA",
639
 
                 "?binlog_format_names@@3PAPBDA",
640
 
                 wdl_binlog_format_names, char*);
641
637
 
642
638
#ifndef DBUG_OFF
643
639
        GET_PROC_ADDR(_db_enter_);