2 * Copyright 1999, Dmitry Kovalev <mit@openldap.org>, All rights reserved.
4 * Redistribution and use in source and binary forms are permitted only
5 * as authorized by the OpenLDAP Public License. A copy of this
6 * license is available at http://www.OpenLDAP.org/license.html or
7 * in file LICENSE in the top-level directory of the distribution.
15 #include <sys/types.h>
25 int backsql_compare(BackendDB *bd,
26 Connection *conn, Operation *op,
27 const char *dn, const char *ndn,
28 AttributeAssertion *ava )
30 Debug(LDAP_DEBUG_TRACE,"==>backsql_compare() - not implemented\n",0,0,0);
34 int backsql_abandon( BackendDB *be,
35 Connection *conn, Operation *op, int msgid )
37 Debug(LDAP_DEBUG_TRACE,"==>backsql_abandon()\n",0,0,0);
38 Debug(LDAP_DEBUG_TRACE,"<==backsql_abandon()\n",0,0,0);
42 #endif /* SLAPD_SQL */