~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/my_lock.c

  • Committer: Stewart Smith
  • Date: 2008-06-30 05:33:25 UTC
  • mfrom: (12.2.8 drizzle)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: stewart@flamingspork.com-20080630053325-mwrv6bjaufcpvj8n
merge my work

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
 
#if defined(__NETWARE__)
17
 
#include "../mysys/my_lock.c"
18
 
#else
19
 
 
20
16
#undef MAP_TO_USE_RAID                  /* Avoid RAID mappings */
21
17
#include <my_global.h>
22
18
#include <my_sys.h>
75
71
  DBUG_PRINT("error",("errno: %d",errno));
76
72
  DBUG_RETURN(-1);
77
73
}
78
 
#endif
 
74