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
7d0ca81d
Commit
7d0ca81d
authored
Feb 11, 2006
by
andrey@lmy004
Browse files
Options
Browse Files
Download
Plain Diff
Merge lmy004.:/work/mysql-5.0-clean
into lmy004.:/work/mysql-5.1-new-clean
parents
8efa06bd
bdf0f9a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/mysql_client_test.c
tests/mysql_client_test.c
+2
-2
No files found.
tests/mysql_client_test.c
View file @
7d0ca81d
...
...
@@ -14708,8 +14708,7 @@ static void test_bug12744()
rc
=
mysql_stmt_prepare
(
prep_stmt
,
"SELECT 1"
,
8
);
DIE_UNLESS
(
rc
==
0
);
rc
=
mysql_kill
(
mysql
,
mysql_thread_id
(
mysql
));
DIE_UNLESS
(
rc
==
0
);
mysql_close
(
mysql
);
if
(
rc
=
mysql_stmt_execute
(
prep_stmt
))
{
...
...
@@ -14727,6 +14726,7 @@ static void test_bug12744()
DIE_UNLESS
(
1
==
0
);
}
rc
=
mysql_stmt_close
(
prep_stmt
);
client_connect
(
0
);
}
/* Bug #16144: mysql_stmt_attr_get type error */
...
...
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