Comment 21 for bug 532481

Revision history for this message
Brian Aker (brianaker) wrote : Re: [Bug 532481] Re: Failing the test subselect_notembedded

Hi!

On Jul 29, 2010, at 3:17 PM, Patrick Crews wrote:

> - assert(nj_col->table_ref->table == nj_col->table_field->table);
> + assert(nj_col->table_ref->table == nj_col->table_field->getTable()); <--shouldn't it be assert(nj_col->table_ref->getTable()?

That would be it :)

I just love pointers.

Cheers,
 -Brian