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
27065eda
Commit
27065eda
authored
Sep 02, 2009
by
Georgi Kodinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed compilation warnings
parent
8e95f4af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
tests/mysql_client_test.c
tests/mysql_client_test.c
+6
-6
No files found.
tests/mysql_client_test.c
View file @
27065eda
...
...
@@ -16997,7 +16997,7 @@ static void test_bug20023()
{
MYSQL
con
;
int
sql_big_selects_orig
;
int
sql_big_selects_orig
=
0
;
/*
Type of max_join_size is ha_rows, which might be ulong or off_t
depending on the platform or configure options. Preserve the string
...
...
@@ -17005,10 +17005,10 @@ static void test_bug20023()
*/
char
max_join_size_orig
[
32
];
int
sql_big_selects_2
;
int
sql_big_selects_3
;
int
sql_big_selects_4
;
int
sql_big_selects_5
;
int
sql_big_selects_2
=
0
;
int
sql_big_selects_3
=
0
;
int
sql_big_selects_4
=
0
;
int
sql_big_selects_5
=
0
;
char
query_buffer
[
MAX_TEST_QUERY_LENGTH
];
...
...
@@ -17147,7 +17147,7 @@ static void bug31418_impl()
MYSQL
con
;
my_bool
is_null
;
int
rc
;
int
rc
=
0
;
/* Create a new connection. */
...
...
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