Fixing errors caused by the merge with develop.
This commit is contained in:
@ -41,17 +41,6 @@
|
||||
#define PTR_IS_LOCAL_INFILE(b) (b[4] == 0xfb)
|
||||
#define IS_FULL_RESPONSE(buf) (modutil_count_signal_packets(buf,0,0) == 2)
|
||||
|
||||
typedef struct rset_row_t{
|
||||
char** data;
|
||||
struct rset_row_t* next;
|
||||
} RSET_ROW;
|
||||
|
||||
typedef struct rset_t{
|
||||
int rows;
|
||||
int columns;
|
||||
RSET_ROW* head;
|
||||
}RESULTSET;
|
||||
|
||||
extern int modutil_is_SQL(GWBUF *);
|
||||
extern int modutil_is_SQL_prepare(GWBUF *);
|
||||
extern int modutil_extract_SQL(GWBUF *, char **, int *);
|
||||
@ -74,6 +63,5 @@ GWBUF *modutil_create_mysql_err_msg(
|
||||
const char *msg);
|
||||
|
||||
int modutil_count_signal_packets(GWBUF*,int,int);
|
||||
void resultset_free(RESULTSET* rset);
|
||||
RESULTSET* modutil_get_rows(GWBUF*);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user