mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
Fix assert in HASH_DELETE so it actually tests something useful.
This commit is contained in:
parent
78971825b2
commit
4b62d9b8f4
1 changed files with 1 additions and 1 deletions
|
@ -109,8 +109,8 @@ do {\
|
|||
\
|
||||
while (struct3333->NAME != DATA) {\
|
||||
\
|
||||
ut_a(struct3333);\
|
||||
struct3333 = struct3333->NAME;\
|
||||
ut_a(struct3333);\
|
||||
}\
|
||||
\
|
||||
struct3333->NAME = DATA->NAME;\
|
||||
|
|
Loading…
Add table
Reference in a new issue