hello, now my code is breaking the third time table zp13 gets created. this code worked on prior versions of mserver. i am doing my best to figure out the root, but it's in the middle of a multiple-day preparation script.
when i do make it to the database corruption, this line kills the server:
select
tables.name,
columns.name, location from tables inner join columns on
tables.id=columns.table_id left join storage on
tables.name=storage.table and
columns.name=storage.column where location
is null;
i think that means that it is the same class of bug as this one that was introduced by recent updates. was the fix for 3828 a genuine fix or just a patch?
is there anything that someone might have missed when fixing bug 3828?
thanks