Skip to content

Commit

Permalink
添加测试目标
Browse files Browse the repository at this point in the history
  • Loading branch information
bg5sbk committed Feb 19, 2016
1 parent 0043b23 commit 5ea8bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cgo.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Prepared Statements
typedef struct my_stmt {
MYSQL_STMT *s;
unsigned long param_count;
MY_RES_META meta;
MY_RES_META meta;
my_bool meta_init;
char **row_cache;
size_t *row_cache_len;
Expand All @@ -106,7 +106,7 @@ typedef struct my_stmt {

typedef struct my_stmt_res {
MYSQL *mysql;
MY_STMT *stmt;
MY_STMT *stmt;
my_ulonglong affected_rows;
my_ulonglong insert_id;
} MY_STMT_RES;
Expand Down

0 comments on commit 5ea8bc5

Please sign in to comment.