History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: HSCALE-23
Type: Bug Bug
Status: Resolved Resolved
Resolution: Won't Fix
Priority: Major Major
Assignee: Peter Romianowski
Reporter: Peter Romianowski
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
HSCALE

SELECT INTO OUTFILE does not work for full partition scan

Created: 16/Apr/08 10:39 PM   Updated: 20/Apr/08 07:53 PM
Component/s: Query Analyzer
Affects Version/s: None
Fix Version/s: 0.2


 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Peter Romianowski - 16/Apr/08 11:27 PM
A possible way to implement this would be to first create a temporary table and then select from that table INTO OUTFILE.

That could be a performance killer. We should reject queries like this.

Peter Romianowski - 20/Apr/08 07:53 PM
We reject queries like this.