[svn] commit: r1149 - /trunk/src/lib/auth/data_source_sqlite3.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Mar 6 08:11:33 UTC 2010
Author: jinmei
Date: Sat Mar 6 08:11:33 2010
New Revision: 1149
Log:
disable checking the rhash column (missing commit?)
Modified:
trunk/src/lib/auth/data_source_sqlite3.cc
Modified: trunk/src/lib/auth/data_source_sqlite3.cc
==============================================================================
--- trunk/src/lib/auth/data_source_sqlite3.cc (original)
+++ trunk/src/lib/auth/data_source_sqlite3.cc Sat Mar 6 08:11:33 2010
@@ -382,6 +382,7 @@
throw(e);
}
+#ifdef notyet
const char* q_prevnsec3_str = "SELECT rdtype, ttl, rdata FROM nsec3 "
"WHERE zone_id=?1 AND hash <= $2 "
"ORDER BY rhash DESC LIMIT 1";
@@ -392,6 +393,7 @@
cout << sqlite3_errmsg(db) << endl;
throw(e);
}
+#endif
}
void
More information about the bind10-changes
mailing list