mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
disable bug37956 test if geometry package is not enabled
This commit is contained in:
@@ -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)
|
|||||||
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[]= {
|
|||||||
{ "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 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user