diff options
author | msvensson@neptunus.(none) <> | 2006-11-21 16:42:07 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-11-21 16:42:07 +0100 |
commit | fe0fc2d637fe9f8eb605c542b15392531e5138d9 (patch) | |
tree | 1bb86fb9b350d80766bf6361e91f533d2ad40bb8 /client | |
parent | a9eb1b709a422dea47912626fa527ee98ecbaff5 (diff) | |
parent | 9594462f72d97f2840177b4e1be01f8a46ff763e (diff) | |
download | mariadb-git-fe0fc2d637fe9f8eb605c542b15392531e5138d9.tar.gz |
Merge 192.168.0.4:mysql/mysql-4.1-maint
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqltest.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c index 241e0dc4738..c303493c7f5 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -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; |