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
87ea5307
Commit
87ea5307
authored
Dec 11, 2008
by
Sergey Glukhov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable bug37956 test if geometry package is not enabled
parent
b3d59b09
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
tests/mysql_client_test.c
tests/mysql_client_test.c
+4
-0
No files found.
tests/mysql_client_test.c
View file @
87ea5307
...
@@ -15899,6 +15899,7 @@ static void test_bug28934()
...
@@ -15899,6 +15899,7 @@ static void test_bug28934()
}
}
#ifdef HAVE_SPATIAL
/**
/**
Bug#37956 memory leak and / or crash with geometry and prepared statements!
Bug#37956 memory leak and / or crash with geometry and prepared statements!
*/
*/
...
@@ -15951,6 +15952,7 @@ static void test_bug37956(void)
...
@@ -15951,6 +15952,7 @@ static void test_bug37956(void)
DIE_UNLESS
(
0
);
DIE_UNLESS
(
0
);
DBUG_VOID_RETURN
;
DBUG_VOID_RETURN
;
}
}
#endif
/*
/*
Bug#27592 (stack overrun when storing datetime value using prepared statements)
Bug#27592 (stack overrun when storing datetime value using prepared statements)
...
@@ -16648,7 +16650,9 @@ static struct my_tests_st my_tests[]= {
...
@@ -16648,7 +16650,9 @@ static struct my_tests_st my_tests[]= {
{
"test_bug32265"
,
test_bug32265
},
{
"test_bug32265"
,
test_bug32265
},
{
"test_bug38486"
,
test_bug38486
},
{
"test_bug38486"
,
test_bug38486
},
{
"test_bug40365"
,
test_bug40365
},
{
"test_bug40365"
,
test_bug40365
},
#ifdef HAVE_SPATIAL
{
"test_bug37956"
,
test_bug37956
},
{
"test_bug37956"
,
test_bug37956
},
#endif
{
0
,
0
}
{
0
,
0
}
};
};
...
...
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