Changeset 35025 for platform/mysql

Show
Ignore:
Timestamp:
08/24/09 17:32:56 (4 years ago)
Author:
kazuho
Message:

gets is for cas

Location:
platform/mysql/mycached/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • platform/mysql/mycached/trunk/mycached.cc

    r35022 r35025  
    330330  EXPECT('e'); 
    331331  EXPECT('t'); 
    332   ADVANCE_IF('s'); 
     332  // ADVANCE_IF('s'); no CAS support 
    333333   
    334334  // keys 
  • platform/mysql/mycached/trunk/testclient.cc

    r35024 r35025  
    1212 
    1313#if 0 
    14 # define REQ "gets test.t1.1:json\r\n" 
     14# define REQ "get test.t1.1:json\r\n" 
    1515# define RES "VALUE test.t1.1 0 72\r\n{\"id\":1,\"message\":\"hello world! hello world! hello world! hello world!\"}\r\nEND\r\n" 
    1616#else 
    17 # define REQ "gets test.t1.1\r\n" 
     17# define REQ "get test.t1.1\r\n" 
    1818# define RES "VALUE test.t1.1 0 68\r\nid:1:1message:51:hello world! hello world! hello world! hello world!\r\nEND\r\n" 
    1919#endif