Do we need HAVE_LONG_LONG in item.cc:

#ifdef HAVE_LONG_LONG
 case MYSQL_TYPE_LONGLONG:
   field= new (mem_root)
     Field_longlong((uchar*) 0, max_length, null_ptr, 0, Field::NONE,
                    name, 0, unsigned_flag);
   break;
#endif

?

There is no such check in field.cc:

  case MYSQL_TYPE_LONGLONG:
   return new (mem_root)
     Field_longlong(ptr,field_length,null_pos,null_bit,
                    unireg_check, field_name,
                    f_is_zerofill(pack_flag) != 0,
                    f_is_dec(pack_flag) == 0);

_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to