30
30
CacheField and JoinCache is used on full join to cache records in outer
35
35
Where source data is located (i.e. this points to somewhere in
36
36
tableX->getInsertRecord())
39
40
uint32_t length; /* Length of data at *str, in bytes */
40
41
uint32_t blob_length; /* Valid IFF blob_field != 0 */
42
43
bool strip; /* true <=> Strip endspaces ?? */
44
44
Table *get_rowid; /* _ != NULL <=> */
50
61
unsigned char *pos; /* Start of free space in the buffer */