~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/myxt_xt.cc

  • Committer: Brian Aker
  • Date: 2010-11-07 00:54:27 UTC
  • mfrom: (1909.1.2 merge)
  • Revision ID: brian@tangent.org-20101107005427-a3kcx1lytrm36a97
Rollup merge of iocache work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3060
3060
                THD *thd = current_thd;
3061
3061
 
3062
3062
                if (thd)
3063
 
                        return (MX_CHARSET_INFO *)thd_charset(thd);
 
3063
                        return (MX_CHARSET_INFO *)thd->charset();
3064
3064
        }
3065
3065
        return (MX_CHARSET_INFO *)&my_charset_utf8_general_ci;
3066
3066
}