1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge with 4.0

This commit is contained in:
monty@narttu.mysql.fi
2003-04-03 21:19:12 +03:00
27 changed files with 300 additions and 75 deletions

View File

@ -380,11 +380,11 @@ static void netware_init()
{
if (*name == '\\')
{
*name = '/';
*name = '/';
}
else
{
*name = tolower(*name);
*name = tolower(*name);
}
}
}