1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

merging fix

This commit is contained in:
Alexey Botchkov
2008-08-26 14:50:32 +05:00
3 changed files with 4 additions and 9 deletions

View File

@ -7418,7 +7418,7 @@ C_MODE_START
int test_if_data_home_dir(const char *dir)
{
char path[FN_REFLEN];
uint dir_len;
int dir_len;
DBUG_ENTER("test_if_data_home_dir");
if (!dir)