Changeset 35025 for platform/mysql
- Timestamp:
- 08/24/09 17:32:56 (4 years ago)
- Location:
- platform/mysql/mycached/trunk
- Files:
-
- 2 modified
-
mycached.cc (modified) (1 diff)
-
testclient.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
platform/mysql/mycached/trunk/mycached.cc
r35022 r35025 330 330 EXPECT('e'); 331 331 EXPECT('t'); 332 ADVANCE_IF('s');332 // ADVANCE_IF('s'); no CAS support 333 333 334 334 // keys -
platform/mysql/mycached/trunk/testclient.cc
r35024 r35025 12 12 13 13 #if 0 14 # define REQ "get stest.t1.1:json\r\n"14 # define REQ "get test.t1.1:json\r\n" 15 15 # 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" 16 16 #else 17 # define REQ "get stest.t1.1\r\n"17 # define REQ "get test.t1.1\r\n" 18 18 # 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" 19 19 #endif
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)