Commit db5dc6f
Aditya A
Bug #21239299 MYSQL CRASHED BECAUSE OF FLUSH_ALL
Function call to start transaction was called
inside the assert. Assert can be disabled by
setting NDEBUG ,which will cause this function
not to be executed and causes crashes later.
FIX
---
Call the function outside assert and do assert
on the return value.1 parent 1f8680a commit db5dc6f
1 file changed
Lines changed: 5 additions & 3 deletions
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
957 | 957 | | |
958 | 958 | | |
959 | 959 | | |
960 | | - | |
961 | | - | |
962 | | - | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
963 | 965 | | |
964 | 966 | | |
965 | 967 | | |
| |||
0 commit comments