mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint client/mysqltest.c: Auto merged
This commit is contained in:
commit
e7065e0643
1 changed files with 2 additions and 4 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;
|
||||
|
||||
|
@ -6456,7 +6456,7 @@ int reg_replace(char** buf_p, int* buf_len_p, char *pattern,
|
|||
{
|
||||
my_regex_t r;
|
||||
my_regmatch_t *subs;
|
||||
char *buf_end, *replace_end;
|
||||
char *replace_end;
|
||||
char *buf= *buf_p;
|
||||
int len;
|
||||
int buf_len, need_buf_len;
|
||||
|
@ -6476,8 +6476,6 @@ int reg_replace(char** buf_p, int* buf_len_p, char *pattern,
|
|||
|
||||
SECURE_REG_BUF
|
||||
|
||||
buf_end= buf + buf_len;
|
||||
|
||||
if (icase)
|
||||
cflags|= REG_ICASE;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue