mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Merge shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint
This commit is contained in:
commit
ec558dee25
1 changed files with 1 additions and 1 deletions
|
@ -4140,7 +4140,7 @@ void init_win_path_patterns()
|
|||
"$MYSQL_TMP_DIR",
|
||||
"$MYSQLTEST_VARDIR",
|
||||
"./test/" };
|
||||
int num_paths= sizeof(paths)/sizeof(char*),
|
||||
int num_paths= sizeof(paths)/sizeof(char*);
|
||||
int i;
|
||||
char* p;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue