Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
In case of drop schema cascade, the histograms table involves transaction edits followed by drop of the same table in the same transaction. Drop of table involves coprocessor preclose() intercept that flushes the edits in anticipation of pre split if there is a active transaction. However in case of drop table with active transaction, this flush can be avoided.