LucidDB / luciddb

DEFUNCT: See README
https://github.com/LucidDB/luciddb
Apache License 2.0
52 stars 24 forks source link

[FRG-159] check for abort inside of query optimization #713

Closed dynamobi-build closed 12 years ago

dynamobi-build commented 12 years ago

[reporter="jvs", created="Mon, 26 Jun 2006 19:56:58 -0500 (GMT-05:00)"] Currently an infinite loop in a planner will lock up sqlline since we catch Control-C and convert it into cancel, which is ignored.

dynamobi-build commented 12 years ago

[author="jvs", created="Tue, 18 Nov 2008 00:02:38 -0500 (GMT-05:00)"] Fixed on //open/dev in eigenchange 11969. For both Hep and Volcano, we now check on every onMatch call.