mirror of
https://github.com/MariaDB/server.git
synced 2025-01-25 00:04:33 +01:00
Fix assert in HASH_DELETE so it actually tests something useful.
This commit is contained in:
parent
1a8f28e6dd
commit
5a53c8b6d5
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