[lsb-bugs] [Bug 1806] u_int64_t missing

bugzilla-daemon at linux-foundation.org bugzilla-daemon at linux-foundation.org
Mon Dec 3 06:49:07 PST 2007


http://bugs.linuxbase.org/show_bug.cgi?id=1806


Mats Wichmann <mats at freestandards.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




--- Comment #1 from Mats Wichmann <mats at freestandards.org>  2007-12-03 06:49:06 ---
We have:

#INSERT INTO `ArchType` VALUES (2,7002,0,'',NULL,11,NULL);
#INSERT INTO `ArchType` VALUES (1,7002,0,'',NULL,11,NULL);

So to fix:

UPDATE ArchType SET ATappearedin='3.2',ATsize=8 WHERE ATtid=7002;
DELETE FROM ArchType WHERE ATtid=7002 AND ATaid=2;


-- 
Configure bugmail: http://bugs.linuxbase.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the lsb-bugs mailing list