Skip to content

Commit cf99e5f

Browse files
committed
Merge branch 'mysql-8.4' into mysql-trunk
Change-Id: I71cc8f1ed3692584709cbbdd73e5c77a0e9ba5c6
2 parents a7488c2 + b2a2ce7 commit cf99e5f

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
@@ -666,6 +666,10 @@ static int get_multithreaded_config(EmulatorData &ed) {
666666
// multithreaded is compiled in ndbd/ndbmtd for now
667667
if (!globalData.isNdbMt) {
668668
g_eventLogger->info("NDBMT: non-mt");
669+
g_eventLogger->warning(
670+
"Running ndbd with a single thread of signal execution. "
671+
"For multi-threaded signal execution run the ndbmtd binary.");
672+
669673
return 0;
670674
}
671675

0 commit comments

Comments
 (0)