31
31
Item_func_connection_id() {}
32
32
const char *func_name() const { return "connection_id"; }
33
33
void fix_length_and_dec();
35
35
int64_t val_int() { assert(fixed == 1); return value; }
36
36
bool check_vcol_func_processor(unsigned char *int_arg __attribute__((unused)))