Skip to content

Commit 59bdabd

Browse files
committed
Fixup to backport of 'WL#15524 patch#2'
Replace "FIXME" comment with descriptive comment. Change-Id: If55cf98f02e0448736f2295a1195223b19315ba1
1 parent 6047663 commit 59bdabd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

storage/ndb/src/mgmapi/mgmapi.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -3643,7 +3643,8 @@ ndb_mgm_convert_to_transporter(NdbMgmHandle *handle)
36433643
return {};
36443644
}
36453645

3646-
// FIXME: Decide whether to keep this
3646+
// MySQL 8.0.33 through 8.2.x do not allow a TLS socket to be upgraded to
3647+
// a transporter connection. Beginning with MySQL 8.3 this is not an error.
36473648
if ((*handle)->socket.has_tls())
36483649
{
36493650
SET_ERROR(*handle, NDB_MGM_CANNOT_CONVERT_TO_TRANSPORTER, "");

0 commit comments

Comments
 (0)