#include "mysac.h"

Go to the source code of this file.
Functions | |
| int | mysac_decode_field (char *buf, int len, MYSQL_FIELD *col) |
| int mysac_decode_field | ( | char * | buf, | |
| int | len, | |||
| MYSQL_FIELD * | col | |||
| ) |
mysac_decode_field decode field header packet
| buf | id the buffer containing packet the strings stored into col, are allocated into this buffer | |
| len | is then length of the packet | |
| col | is valid col struct space for storing pointers and values |
1.5.6