mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge next-mr -> next-4284.
Fix Bug#50555 "handler commands crash server in my_hash_first()" as a post-merge fix (the new handler tests are not passing otherwise). - in hash.c, don't call calc_hash if ! my_hash_inited(). - add tests and results for the test case for Bug#50555 mysys/hash.c: Assert that the hash is initialized when it's used. sql/set_var.cc: Check that the hash is initalized before using it (Bug#50555)
This commit is contained in:
@ -19362,7 +19362,7 @@ static struct my_tests_st my_tests[]= {
|
||||
{ "test_wl4166_4", test_wl4166_4 },
|
||||
{ "test_bug36004", test_bug36004 },
|
||||
{ "test_wl4284_1", test_wl4284_1 },
|
||||
{ "test_wl4435", test_wl4435 },
|
||||
/* { "test_wl4435", test_wl4435 }, */
|
||||
{ "test_wl4435_2", test_wl4435_2 },
|
||||
{ "test_bug38486", test_bug38486 },
|
||||
{ "test_bug33831", test_bug33831 },
|
||||
|
Reference in New Issue
Block a user