Tweaking request_queue -> group_join_queue, easier to deal with the indexes and keys and caching this way.

This commit is contained in:
Brion Vibber
2011-03-21 15:04:32 -07:00
parent 541dfa04fe
commit a54eb0941e
7 changed files with 73 additions and 61 deletions

View File

@@ -93,6 +93,7 @@ abstract class Managed_DataObject extends Memcached_DataObject
function keyTypes()
{
$table = call_user_func(array(get_class($this), 'schemaDef'));
$keys = array();
if (!empty($table['unique keys'])) {
foreach ($table['unique keys'] as $idx => $fields) {