Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
f25590d8
Commit
f25590d8
authored
Nov 21, 2006
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
parents
13b5e627
fe0fc2d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
client/mysqltest.c
client/mysqltest.c
+2
-4
No files found.
client/mysqltest.c
View file @
f25590d8
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment