~mkindahl/drizzle/remove-mem-casts

« back to all changes in this revision

Viewing changes to server/client_settings.h

  • Committer: Brian Aker
  • Date: 2008-07-26 04:51:46 UTC
  • mfrom: (202.1.25 codestyle)
  • Revision ID: brian@tangent.org-20080726045146-ax7ofn8aqnkycjl3
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
#define mysql_server_init(a,b,c) 0
35
35
 
36
 
MYSQL_DATA * cli_read_rows(MYSQL *mysql,MYSQL_FIELD *mysql_fields,
 
36
MYSQL_DATA * cli_read_rows(MYSQL *mysql,DRIZZLE_FIELD *mysql_fields,
37
37
                           uint fields);
38
38
extern int mysql_init_character_set(MYSQL *mysql);
39
39