~vkolesnikov/pbxt/pbxt-preload-test-bug

« back to all changes in this revision

Viewing changes to src/ha_pbxt.cc

  • Committer: Paul McCullagh
  • Date: 2010-05-19 13:06:46 UTC
  • Revision ID: paul.mccullagh@primebase.org-20100519130646-b8yo0j483lwdscan
Avoid various warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
1608
1608
        return err;
1609
1609
}
1610
1610
 
1611
 
static XTThreadPtr ha_temp_open_global_database(handlerton *hton, THD **ret_thd, int *temp_thread, char *thread_name, int *err)
 
1611
static XTThreadPtr ha_temp_open_global_database(handlerton *hton, THD **ret_thd, int *temp_thread, const char *thread_name, int *err)
1612
1612
{
1613
1613
        THD                     *thd;
1614
1614
        XTThreadPtr     self = NULL;