Change code which makes multiple calls to fetchall() to make a single
call.  Some versions of MySQLdb (i.e. 1.2.1final2) don't allow
such calls (after the first call, subsequent calls return empty lists),
but some versions (i.e. 1.2.1gamma3) do allow
multiple calls, returning the full results every time.



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2182 592f7852-d20e-0410-864c-8624ca9c26a4
1 file changed