Hi!
>>>>> "barries" == barries <barries@stripped> writes:
barries> On Sun, Apr 01, 2001 at 11:30:50AM -0400, barries wrote:
>>
>> The reason I ask about the constancy of table->field is that is seems to
>> be pointing at one set of Field objects when attach_triggers() is called
>> from open_table():
barries> Hmmm, seems like they're *not* changing, but my List<Field>'s nodes
> seem
barries> to be getting corrupted between the optn and when the trigger fires.
barries> More digging...
The are normally not changing if you are only using one thread.
For a test of where they change try to do two updates with a FLUSH
TABLES in between...
Regards,
Monty