Hi Rouslan,<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I've found a bug in master and after bisecting it looks like you've<br>
introduced it.<br>
<br>
> 39d37fafcce29160c4dfe6ef7696de19bebb1d18 is the first bad commit<br>
<br>
To reproduce:<br>
<br>
* Enable configuration storage<br>
* Activate tracking on any table with default options<br>
* Go back to the database in which the table in question is<br>
* Select the tracking tab<br>
* Click "Drop" near the tracking entry you created<br>
* You will get an internal server error<br>
<br>
From my error.log:<br>
<br>
roccivic@gentile-desktop:~/www/pma$ tail -n 1 /var/log/apache2/error.log<br>
[Wed Aug 01 19:10:31 2012] [error] [client 127.0.0.1] PHP Fatal error:<br>
Call to undefined function PMA_query_as_controluser() in<br>
/home/roccivic/www/pma/libraries/Tracker.class.php on line 374, referer:<br>
<a href="http://localhost/pma/db_tracking.php?db=test3&token=f01096a0fa6885a13fcc19946b6359f8" target="_blank">http://localhost/pma/db_tracking.php?db=test3&token=f01096a0fa6885a13fcc19946b6359f8</a><br></blockquote>
<div><br>Thanks for pointing that.<br>Seems I have missed one place while renaming a function.<br>I just correct this in my repository and now bug should be fixed. (I couldn't reproduce the error)<br><br>Regards !<br>
<br><i style="color:rgb(153,153,153)">Chanaka</i><br></div></div>