<div dir="ltr">On Tue, Jul 23, 2013 at 10:28 PM, Supun Nakandala <span dir="ltr"><<a href="mailto:supun.nakandala@gmail.com" target="_blank">supun.nakandala@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hi,
<div>I would like to know is there a way to see the results of the last query that returned at least a row using phpMyAdmin. In import.php line 605 there is condition to check for this situation but I can't find the way to generate this situation to check it.</div>


<div><br></div></div></blockquote><div style>Supun,</div><div style><br></div><div style>Looking at the relevant code, the feature looks unimportant to me. I couldn't figure out how to reproduce it in normal working scenario. But, if you just need to see the relevant code working, put the following at line 93 in 'import.lib.php'</div>

<div style><br></div><div style>$import_run_buffer = array('sql' => "SELECT * FROM city", 'full' => "SELECT * FROM city");<br></div><div style><br></div><div style>go to 'sql' tab and run any query, but you will see the full result of "SELECT * FROM city", which ought to be the last query with results as you have put it manually.</div>

<div style><br></div></div><div><br></div>-- <br>Atul Pratap Singh<div><a href="http://blog.atulsisodia.in/" target="_blank">http://blog.atulsisodia.in/</a></div>
</div></div>