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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
22ae0abb
Commit
22ae0abb
authored
Dec 16, 2004
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/mydev/mysql-5.0
into mysql.com:/home/mydev/mysql-5.0-wl2126
parents
48e1cea3
92022992
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tests/client_test.c
tests/client_test.c
+2
-1
No files found.
tests/client_test.c
View file @
22ae0abb
...
...
@@ -12065,6 +12065,7 @@ static void test_truncation()
MYSQL_STMT
*
stmt
;
const
char
*
stmt_text
;
int
rc
;
uint
bind_count
;
MYSQL_BIND
*
bind_array
,
*
bind
;
myheader
(
"test_truncation"
);
...
...
@@ -12112,7 +12113,7 @@ static void test_truncation()
check_execute
(
stmt
,
rc
);
rc
=
mysql_stmt_execute
(
stmt
);
check_execute
(
stmt
,
rc
);
uint
bind_count
=
(
uint
)
mysql_stmt_field_count
(
stmt
);
bind_count
=
(
uint
)
mysql_stmt_field_count
(
stmt
);
/*************** Fill in the bind structure and bind it **************/
bind_array
=
malloc
(
sizeof
(
MYSQL_BIND
)
*
bind_count
);
...
...
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