replication fixes -- "first: true" support (local.dbinfo.*); clean up class name

This commit is contained in:
Dwight
2008-12-02 14:24:45 -05:00
parent aa8d238b0f
commit 60b769a8cb
38 changed files with 1457 additions and 1241 deletions

View File

@@ -195,7 +195,7 @@ again:
if( len < 0 || len > 16000000 ) {
if( len == 0xffffffff ) {
// Endian check from the client, after connecting, to see what mode server is running in.
// Endian check from the database, after connecting, to see what mode server is running in.
unsigned foo = 0x10203040;
int x = ::send(sock, (char *) &foo, 4, 0);
if( x <= 0 ) {