~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libmysql/client_settings.h

  • Committer: Brian Aker
  • Date: 2008-07-02 21:16:23 UTC
  • Revision ID: brian@tangent.org-20080702211623-lix7xclpnm217nov
Remaining major pieces of PS removed

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
void cli_mysql_close(MYSQL *mysql);
51
51
 
52
52
MYSQL_FIELD * cli_list_fields(MYSQL *mysql);
53
 
my_bool cli_read_prepare_result(MYSQL *mysql, MYSQL_STMT *stmt);
54
53
MYSQL_DATA * cli_read_rows(MYSQL *mysql,MYSQL_FIELD *mysql_fields,
55
54
                                   uint fields);
56
 
int cli_stmt_execute(MYSQL_STMT *stmt);
57
 
int cli_read_binary_rows(MYSQL_STMT *stmt);
58
55
int cli_unbuffered_fetch(MYSQL *mysql, char **row);
59
56
const char * cli_read_statistics(MYSQL *mysql);
60
57
int cli_read_change_user_result(MYSQL *mysql, char *buff, const char *passwd);