~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/sql_common.h

Merged in Jay's tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
my_bool mysql_reconnect(MYSQL *mysql);
32
32
void mysql_read_default_options(struct st_mysql_options *options,
33
33
                                const char *filename,const char *group);
34
 
my_bool
 
34
bool
35
35
cli_advanced_command(MYSQL *mysql, enum enum_server_command command,
36
 
                     const unsigned char *header, ulong header_length,
37
 
                     const unsigned char *arg, ulong arg_length,
38
 
                     my_bool skip_check);
39
 
unsigned long cli_safe_read(MYSQL *mysql);
 
36
                     const unsigned char *header, uint32_t header_length,
 
37
                     const unsigned char *arg, uint32_t arg_length, bool skip_check);
 
38
uint32_t cli_safe_read(MYSQL *mysql);
40
39
void net_clear_error(NET *net);
41
40
void set_mysql_error(MYSQL *mysql, int errcode, const char *sqlstate);
42
41
#ifdef  __cplusplus