We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe8596 commit bb1d250Copy full SHA for bb1d250
storage/innobase/fts/fts0que.cc
@@ -4114,6 +4114,7 @@ fts_query(
4114
&query, &will_be_ignored);
4115
if (query.error == DB_INTERRUPTED) {
4116
error = DB_INTERRUPTED;
4117
+ ut_free(lc_query_str);
4118
goto func_exit;
4119
}
4120
@@ -4144,6 +4145,10 @@ fts_query(
4144
4145
4146
if (trx_is_interrupted(trx)) {
4147
4148
4149
+ if (result != NULL) {
4150
+ fts_query_free_result(*result);
4151
+ }
4152
4153
4154
0 commit comments