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
a590e732
Commit
a590e732
authored
Mar 12, 2008
by
anozdrin/alik@quad
Browse files
Options
Browse Files
Download
Plain Diff
Merge quad.:/mnt/raid/alik/MySQL/devel/5.0-rt
into quad.:/mnt/raid/alik/MySQL/devel/5.1-rt
parents
31ff514e
93a09928
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
tests/mysql_client_test.c
tests/mysql_client_test.c
+4
-1
No files found.
tests/mysql_client_test.c
View file @
a590e732
...
@@ -16600,6 +16600,8 @@ static void test_bug27592()
...
@@ -16600,6 +16600,8 @@ static void test_bug27592()
DBUG_VOID_RETURN
;
DBUG_VOID_RETURN
;
}
}
#if 0
static void test_bug29948()
static void test_bug29948()
{
{
MYSQL *dbc=NULL;
MYSQL *dbc=NULL;
...
@@ -16673,6 +16675,7 @@ static void test_bug29948()
...
@@ -16673,6 +16675,7 @@ static void test_bug29948()
mysql_close(dbc);
mysql_close(dbc);
}
}
#endif
/*
/*
Bug#29687 mysql_stmt_store_result memory leak in libmysqld
Bug#29687 mysql_stmt_store_result memory leak in libmysqld
...
@@ -17712,7 +17715,7 @@ static struct my_tests_st my_tests[]= {
...
@@ -17712,7 +17715,7 @@ static struct my_tests_st my_tests[]= {
{
"test_bug28505"
,
test_bug28505
},
{
"test_bug28505"
,
test_bug28505
},
{
"test_bug28934"
,
test_bug28934
},
{
"test_bug28934"
,
test_bug28934
},
{
"test_bug27592"
,
test_bug27592
},
{
"test_bug27592"
,
test_bug27592
},
{
"test_bug29948"
,
test_bug29948
},
/* { "test_bug29948", test_bug29948 }, */
{
"test_bug29687"
,
test_bug29687
},
{
"test_bug29687"
,
test_bug29687
},
{
"test_bug29692"
,
test_bug29692
},
{
"test_bug29692"
,
test_bug29692
},
{
"test_bug29306"
,
test_bug29306
},
{
"test_bug29306"
,
test_bug29306
},
...
...
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