Re: Posibility of adding compress_*()/decompress_*() functions

2001-12-19 Thread Sinisa Milivojevic
Lester Hightower writes: > On Wed, 19 Dec 2001, Sinisa Milivojevic wrote: > > Sinisa, > > Thanks for the reply. You may have not seen it yet, but I sent a followup > email stating that, after sending my first email, I had discovered mysqld > user-defined-functions (which I did not know existed)

Re: Posibility of adding compress_*()/decompress_*() functions

2001-12-19 Thread Lester Hightower
On Wed, 19 Dec 2001, Sinisa Milivojevic wrote: > Lester Hightower writes: > > Hi all, > > > > I would like to propose that mysql have compress_*()/decompress_*() > > functions added that would be similar to des_encrypt()/des_decrypt(). > > > > My idea would be to have functions available like:

Re: Posibility of adding compress_*()/decompress_*() functions

2001-12-19 Thread Sinisa Milivojevic
Lester Hightower writes: > Hi all, > > I would like to propose that mysql have compress_*()/decompress_*() > functions added that would be similar to des_encrypt()/des_decrypt(). > > My idea would be to have functions available like: > > compress_gz()/decompress_gz() > compress_bz()/decompress_