From: Michael Dykman Date: August 28 2011 2:04pm Subject: Re: Arrays List-Archive: http://lists.mysql.com/mysql/225610 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=90e6ba6e89828c84b604ab914205 --90e6ba6e89828c84b604ab914205 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 2011/8/27 Hal=E1sz S=E1ndor > >>>> 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, bu= t > note that MySQL also does not let table be returned, or passed in. The > table-name will be *sigh* global. > I think you missed one key word: temporary as in CREATE TEMPORARY TABLE ... Temporary tables are only visible to the connection that creates them and they are automatically dropped when that connection closes,. Concurrent connections can create temporary tables with the exact same name with no fear of them conflicting or affecting each other's data. They work like a charm even in high load, multi-concurrency environments. --=20 - michael dykman - mdykman@stripped May the Source be with you. --90e6ba6e89828c84b604ab914205--