Message5825
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? |
|
Date |
User |
Action |
Args |
2016-07-10 23:43:06 | rouilj | set | messageid: <1468194186.98.0.476363946285.issue2550725@psf.upfronthosting.co.za> |
2016-07-10 23:43:06 | rouilj | set | recipients:
+ rouilj, richard, schlatterbeck, whunger |
2016-07-10 23:43:06 | rouilj | link | issue2550725 messages |
2016-07-10 23:43:06 | rouilj | create | |
|