Comment 1 for bug 1413831

Revision history for this message
Justin Du (justin-du-2) wrote :

The query uses ExDDLTcb::work() method, which calls CmpContext::compileDirect(). It is possible that compileDirect() returned with failure without populating the diagsArea.

Also, the failure seems transient.

Could add code in CmpContext::compieDirect() to check the diagsArea at failure case.