mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
WL#5486: Remove code for unsupported platforms
Remove VMS specific code.
This commit is contained in:
parent
bdab1de458
commit
6420d6dc4a
14 changed files with 14 additions and 283 deletions
|
|
@ -477,7 +477,7 @@ struct passwd *getpwuid(uid_t);
|
|||
char* getlogin(void);
|
||||
#endif
|
||||
|
||||
#if !defined(VMS) && !defined(__WIN__)
|
||||
#if !defined(__WIN__)
|
||||
|
||||
void read_user_name(char *name)
|
||||
{
|
||||
|
|
@ -507,7 +507,7 @@ void read_user_name(char *name)
|
|||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
||||
#else /* If Windows || VMS */
|
||||
#else /* If Windows */
|
||||
|
||||
void read_user_name(char *name)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue