From: scut_tang Date: July 21 2009 8:41am Subject: About recursion in old implementation of I_S tables. List-Archive: http://lists.mysql.com/soc/418 Message-Id: <13864874.338911248165685463.JavaMail.coremail@bj126app52.126.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_90482_28451096.1248165684348" ------=_Part_90482_28451096.1248165684348 Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: 7bit Hi, Sergei I find there are some recursion in old tmplementation of some I_S tables, like GLOBAL_STATUS(fill_status) and GLOBAL_VARIABLES(fill_variables). I want to recur all elements into a queue in rnd_init, and read element one by one in rnd_next. Do you think it work? I find there are little STL-like in MySQL lib. Regards, Robin ------=_Part_90482_28451096.1248165684348--