mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
WL#5486: Remove code for unsupported platforms
Remove Netware specific code.
This commit is contained in:
parent
ef27448469
commit
07e7b4d6fe
155 changed files with 298 additions and 7111 deletions
|
|
@ -15,8 +15,6 @@
|
|||
|
||||
/* Test av locking */
|
||||
|
||||
#ifndef __NETWARE__
|
||||
|
||||
#include "myisam.h"
|
||||
#include <sys/types.h>
|
||||
#ifdef HAVE_SYS_WAIT_H
|
||||
|
|
@ -489,15 +487,3 @@ int test_update(MI_INFO *file,int id,int lock_type)
|
|||
}
|
||||
|
||||
#include "mi_extrafunc.h"
|
||||
|
||||
#else /* __NETWARE__ */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
main()
|
||||
{
|
||||
fprintf(stderr,"this test has not been ported to NetWare\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif /* __NETWARE__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue