summaryrefslogtreecommitdiff
path: root/storage/xtradb/row/row0ftsort.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/row/row0ftsort.cc')
-rw-r--r--storage/xtradb/row/row0ftsort.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/row/row0ftsort.cc b/storage/xtradb/row/row0ftsort.cc
index 51cc53ff260..cb47d605623 100644
--- a/storage/xtradb/row/row0ftsort.cc
+++ b/storage/xtradb/row/row0ftsort.cc
@@ -961,7 +961,7 @@ fts_parallel_merge(
CloseHandle(psort_info->thread_hdl);
#endif /*__WIN__ */
- os_thread_exit(NULL);
+ os_thread_exit(NULL, false);
OS_THREAD_DUMMY_RETURN;
}