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