21
21
#ifndef DRIZZLED_SELECT_EXPORT_H
22
22
#define DRIZZLED_SELECT_EXPORT_H
26
25
List of all possible characters of a numeric value text representation.
28
27
#define NUMERIC_CHARS ".0123456789e+-"
31
32
class select_export :public select_to_file {
32
33
uint32_t field_term_length;