1474
1471
The easiest way is to do this is to store both value in a string
1478
field= new Field_varstring(sizeof(double)*2 + sizeof(int64_t), 0, name, &my_charset_bin);
1474
field= new Field_varstring(sizeof(double)*2 + sizeof(int64_t), 0, name, table->getMutableShare(), &my_charset_bin);
1481
1477
field= new Field_double(max_length, maybe_null, name, decimals, true);