Roundup Tracker - Issues

Message5825

Author rouilj
Recipients richard, rouilj, schlatterbeck, whunger
Date 2016-07-10.23:43:06
Message-id <1468194186.98.0.476363946285.issue2550725@psf.upfronthosting.co.za>
In-reply-to
Looked at the hg history for changes to lines in that function.
Looks like it has always been varchar. To get some
stuff working it required the bdb engine at first.
Maybe that's why it's a varchar?

In any case at this point we should only be using innodb.

Werner, was this a "simple":

ALTER TABLE tablename_of_mutillink MODIFY linkid INTEGER;
ALTER TABLE tablename_of_mutillink MODIFY nodeid INTEGER;

followed by a call to self.create_multilink_table_indexes(spec, ml)
or maybe just a reindex for the l_idx tables at the mysql level?
History
Date User Action Args
2016-07-10 23:43:06rouiljsetmessageid: <1468194186.98.0.476363946285.issue2550725@psf.upfronthosting.co.za>
2016-07-10 23:43:06rouiljsetrecipients: + rouilj, richard, schlatterbeck, whunger
2016-07-10 23:43:06rouiljlinkissue2550725 messages
2016-07-10 23:43:06rouiljcreate