Skip to content

Commit ae89b48

Browse files
committed
Merge branch 'mysql-5.7-cluster-7.6' into mysql-8.0
Change-Id: I337c42430dd7bb4ea58643e6ab54824d2f86749a
2 parents 97ecb9c + a02e7e3 commit ae89b48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

storage/ndb/src/kernel/ndbd.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,10 @@ static int get_multithreaded_config(EmulatorData &ed) {
662662
// multithreaded is compiled in ndbd/ndbmtd for now
663663
if (!globalData.isNdbMt) {
664664
g_eventLogger->info("NDBMT: non-mt");
665+
g_eventLogger->warning(
666+
"Running ndbd with a single thread of signal execution. "
667+
"For multi-threaded signal execution run the ndbmtd binary.");
668+
665669
return 0;
666670
}
667671

0 commit comments

Comments
 (0)