So I came across an odd situation today.
I have a system that creates memory tables using the PHP
$_COOKIE['PHPSESSID'] value.
Once some work is done it then drops the table.
Two sample tables are below for my example .
@@VERSION: 5.6.19-log
CREATE TABLE `f7a7a8d3a7ba75b5eb1712864c9b27eb` (
-> `id` int(11) NOT NULL
AUTO_INCREMENT,
-> PRIMARY KEY (`id`)
-> ) ENGINE=MEMORY;
CREATE TABLE `8865e52c7e1bea515e7156f240729275` (
-> `id` int(11) NOT NULL
AUTO_INCREMENT,
-> PRIMARY KEY (`id`)
-> ) ENGINE=MEMORY;
Now some simple processing occurs on the real tables I used then
like I said I dropped them.
…
Showing entries 1 to 1
Jun
25
2014
Showing entries 1 to 1