Re: FULLTEXT feature requests

2003-09-10 Thread Matt W
Hi Shane, - Original Message - From: "Shane Allen" Sent: Wednesday, September 10, 2003 7:16 PM Subject: FULLTEXT feature requests > The only reason that we are unable to use a stock build of mysql is > because > > 1) we use GWS_FREQ as our GWS_IN_USE, not GWS_PRO

FULLTEXT feature requests

2003-09-10 Thread Shane Allen
The only reason that we are unable to use a stock build of mysql is because 1) we use GWS_FREQ as our GWS_IN_USE, not GWS_PROB 2) we have a custom stopword list Is there any reason that these two settings, like FT_MIN_WORD_LENGTH, cannot be moved to runtime-configurable params? Obviously, changin

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

Feature Requests

2001-12-11 Thread Quentin Bennett
Hi, I would like to request the addition of the following features to the command line client: Shell escape mysql> !rm /tmp/data.txt mysql> select col into outfile '/tmp/data.txt' from table; The command is run on the client. It would all SQL scripts to be run more simply that constructing a s