summaryrefslogtreecommitdiff
path: root/t/binary.t
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2011-09-27 01:29:39 -0700
committerdormando <dormando@rydia.net>2011-09-27 01:29:39 -0700
commit0d16e8c0176d720613b8d4122bd63e3718c996a9 (patch)
treee7e974a824decee09af272e32fb774b679794e92 /t/binary.t
parentd87f568a95ed1abe468188476fa5ed9288799223 (diff)
downloadmemcached-0d16e8c0176d720613b8d4122bd63e3718c996a9.tar.gz
Add binary GATK/GATKQ
Apparently nothing tests GETK/GETKQ, so tests still have to be added. 1.6 doesn't have GATK/GATKQ because the membase folks didn't need it. I'm adding them for completeness and because I don't want to argue about why people can't have it. If you're reading this, please use opaques :)
Diffstat (limited to 't/binary.t')
-rwxr-xr-xt/binary.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/binary.t b/t/binary.t
index 349c5a9..838e948 100755
--- a/t/binary.t
+++ b/t/binary.t
@@ -44,6 +44,8 @@ use constant CMD_PREPENDQ => 0x1A;
use constant CMD_TOUCH => 0x1C;
use constant CMD_GAT => 0x1D;
use constant CMD_GATQ => 0x1E;
+use constant CMD_GATK => 0x23;
+use constant CMD_GATKQ => 0x24;
# REQ and RES formats are divided even though they currently share
# the same format, since they _could_ differ in the future.