Posted by Brian Dunning on 10/24/05 21:10
On Oct 24, 2005, at 10:58 AM, SGreen@unimin.com wrote:
> Temp tables and user variables are connection specific. They will
> be there
> until you explicitly get rid of them OR your connection closes.
And since I'm not using mysql_pconnect in PHP, that connection is
closed at the end of each page being generated, so the temp_table
goes away.
[Back to original message]
|