Re: Feature Requests

2001-12-12 Thread Sinisa Milivojevic
Mike Wexler writes: > > > Quentin Bennett wrote: > > > > > > Shell escape > > > > mysql> !rm /tmp/data.txt > > mysql> select col into outfile '/tmp/data.txt' from table; > > > > > > > > mysql> select col into local outfile '/tmp/data.txt' from table > > > > > > > > Would these options pr

Re: Feature Requests

2001-12-11 Thread Jason Hall
I'll add my voice especially on the local file. many times I have wanted to be able to skip creating the file on the server, then having to scp it to my local box. On Tuesday 11 December 2001 02:09 pm, you wrote: > Hi, > > I would like to request the addition of the following features to the >

Re: Feature Requests

2001-12-11 Thread Mike Wexler
Quentin Bennett wrote: > > Shell escape > > mysql> !rm /tmp/data.txt > mysql> select col into outfile '/tmp/data.txt' from table; > > > > mysql> select col into local outfile '/tmp/data.txt' from table > > > > Would these options prove useful to others? Yes. Especially the local outfil