TIME can be considered a read-only command in MASTER / SLAVE.

This commit is contained in:
Daniele Alessandri
2012-05-17 16:37:26 +02:00
parent 3aff21f8cc
commit b94e002e90
@@ -410,6 +410,7 @@ class MasterSlaveReplication implements IConnectionReplication
'QUIT' => true,
'OBJECT' => true,
'BITCOUNT' => true,
'TIME' => true,
'SORT' => array($this, 'isSortReadOnly'),
);
}