Re: Freeing memory

2003-06-24 Thread Paul DuBois
At 13:19 -0500 6/24/03, Jay Blanchard wrote: Other than mysql_free_result() how can I free up memory upon the completion of a query? Why don't you want to use the function that is provided for that purpose? TIA! jay -- Paul DuBois, Senior Technical Writer Madison, Wisconsin, USA MySQL AB, www.my

Freeing memory

2003-06-24 Thread Jay Blanchard
Other than mysql_free_result() how can I free up memory upon the completion of a query? TIA! jay -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: mysql not freeing memory

2001-03-31 Thread Benjamin Pflugmann
Hello. As I said in my last mail, you can tell MySQL how much memory to use. On Fri, Mar 30, 2001 at 03:44:14PM +0100, [EMAIL PROTECTED] wrote: > At 18:52 29/03/01 +0200, you wrote: > > Hello again! > > >Sorry but didn't see your other comments on first reading. > > I thought that the key cac

Re: mysql not freeing memory

2001-03-30 Thread Shaun Tritton
At 18:52 29/03/01 +0200, you wrote: Hello again! >Sorry but didn't see your other comments on first reading. I thought that the key cache meant that mysqld would only hold key/indexes in memory and that the data the indexs point to would still be read/written from disk. It's just that it seems

Re: mysql not freeing memory

2001-03-29 Thread Benjamin Pflugmann
Hi. On Thu, Mar 29, 2001 at 04:43:53PM +0100, [EMAIL PROTECTED] wrote: > Hello All, > I have to memory problems with mysql. > 1: When a client makes a "SELECT * FROM mytable1" request to the server , > mysqld allocates memory to handle it and on subsequent queries to the same >

mysql not freeing memory

2001-03-29 Thread Shaun Tritton
Hello All, I have to memory problems with mysql. 1: When a client makes a "SELECT * FROM mytable1" request to the server , mysqld allocates memory to handle it and on subsequent queries to the same table no more memory is allocated.However, if a subsequent query such as