1434
1434
The easiest way is to do this is to store both value in a string
1437
field= new Field_string(sizeof(double)*2 + sizeof(int64_t), 0, name, &my_charset_bin);
1437
field= new Field_varstring(sizeof(double)*2 + sizeof(int64_t), 0, name, table->s, &my_charset_bin);
1440
1440
field= new Field_double(max_length, maybe_null, name, decimals, true);