~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/client_settings.h

  • Committer: Brian Aker
  • Date: 2008-07-09 22:21:43 UTC
  • mfrom: (77.1.56 codestyle)
  • Revision ID: brian@tangent.org-20080709222143-xkqmyqv2442iizyy
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,
 
37
                           uint fields);
 
38
extern int mysql_init_character_set(MYSQL *mysql);
 
39