~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/client_settings.h

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#define set_sigpipe(mysql)
25
25
#define reset_sigpipe(mysql)
26
26
#define read_user_name(A) {}
27
 
#define mysql_rpl_query_type(A,B) MYSQL_RPL_ADMIN
 
27
#define mysql_rpl_query_type(A,B) DRIZZLE_RPL_ADMIN
28
28
#define mysql_master_send_query(A, B, C) 1
29
29
#define mysql_slave_send_query(A, B, C) 1
30
30
#define mysql_rpl_probe(mysql) 0
33
33
 
34
34
#define mysql_server_init(a,b,c) 0
35
35
 
36
 
MYSQL_DATA * cli_read_rows(MYSQL *mysql,DRIZZLE_FIELD *mysql_fields,
 
36
DRIZZLE_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