~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/mysql_ms.h

  • Committer: Lee Bieber
  • Date: 2010-10-22 16:47:38 UTC
  • mfrom: (1841.1.7 drizzle_pbms)
  • Revision ID: kalebral@gmail.com-20101022164738-vv8w22b8towpb307
Merge Barry - fix bug 657830: PBMS build failure in GCC 4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#ifndef __MS_MYSQL_H__
31
31
#define __MS_MYSQL_H__
32
32
 
33
 
#include <string>
34
 
 
35
33
void            *ms_my_get_thread();
36
34
uint64_t        ms_my_1970_to_mysql_time(time_t t);
37
 
const std::string ms_my_get_mysql_home_path();
 
35
const char      *ms_my_get_mysql_home_path();
38
36
void            ms_my_set_column_name(const char *table, uint16_t col_index, char *col_name);
39
37
bool            ms_is_autocommit();
40
38