Re: Caution : Hard Disk Full

2011-08-29 Thread Prabhat Kumar
Hi, I think I am too late.. if not for time being you can, move * '57G myisam_data'* dir to drive '*/dev/sde1 266G 184G 70G 73% /hdd5-1 *' and make the soft link with proper permission. Note activity must be done once database is shutdown. and secondly, normally innodb do not release the sp

Re: Arrays

2011-08-29 Thread Shawn Green (MySQL)
On 8/27/2011 11:18, wrote: 2011/08/26 13:58 -0700, javad bakhshi Thanks guys for the help. but my problem seems to stand unsolved. Right, no arrays. Nothing is left but table. I used a temporary table, but note that MySQL also does not let table be returned, or passed in. The ta

Re: Arrays

2011-08-29 Thread Hal�sz S�ndor
2011/08/28 09:36 +0200, Johan De Meersman No: when you use /create temporary table/, the table is local to your connection. You can perfectly open a dozen connections and have them all create a temporary table called intermediate_results, they'll not interfere with one another. Tempora