-
While adapting the phpThumb BMP library for use with the XMB project, I noticed the memory consumption was unacceptably high. I was able to eliminate this problem by deleting the multi-dimensional array called 'data'.
http://svn.xmbforum.com/wsvn/XMB/?op=revision&rev=1856
You may contact me with any questions. Use the forums at
http://forums.xmbforum.com/
Enjoy
Robert Chapin...
2009-03-24 18:19:23 UTC in phpThumb()
-
I THINK I FOUND A BUG
Same problem again. This time, after importing a small database I clicked browse on a table with 2 rows in it:
"MySQL returned an empty result set (i.e. zero rows). (Query took 0.0003 sec)"
If I edit the query to only include one column like SELECT column FROM `mytable`, then it will show both rows, but the default query
SELECT *
FROM `mytable`...
2008-05-12 19:04:33 UTC in phpMyAdmin
-
Oops, phpMyAdmin - 2.11.4
* MySQL client version: 4.1.21.
2008-04-13 21:18:51 UTC in phpMyAdmin
-
Using Server version: 5.0.45-community-log
If I run a query that I expect to delete around 10k out of 20k rows, like DELETE FROM table WHERE epochdate < 12345, I get a response like Query took 0.03 seconds. The index cardinality appears to be updated. But if I click the Browse button for that table, then the response is MySQL returned an empty result set (i.e. zero rows). (Query took...
2008-04-13 21:16:22 UTC in phpMyAdmin