~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: lbieber
  • Date: 2010-10-07 15:39:23 UTC
  • mfrom: (1819.1.2 build)
  • Revision ID: lbieber@orisndriz08-20101007153923-e9rwa9ha5oyhjdc2
Merge Monty - Bug 655294: load_data() function returns null if file is invalid 
Merge Monty - Bug 655342: select into outfile creates a garbage file on no results
Merge Monty - Fixes the haildb build

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
 
33
35
void            *ms_my_get_thread();
34
36
uint64_t        ms_my_1970_to_mysql_time(time_t t);
35
 
const char      *ms_my_get_mysql_home_path();
 
37
const std::string ms_my_get_mysql_home_path();
36
38
void            ms_my_set_column_name(const char *table, uint16_t col_index, char *col_name);
37
39
bool            ms_is_autocommit();
38
40