Skip to content

Commit 84e3539

Browse files
committed
Bug#35189564: hypergraph_optimizer switch is not set to its Default value
Post-push fix. When obsoleting the ER_WARN_HYPERGRAPH_EXPERIMENTAL warning, the ER_ prefix was lost. This makes the macro still defined in the generated include/mysqld_error.h. Fixed by using the correct name in share/messages_to_clients.txt. Change-Id: I83fab7d4e4dc7b962d4ebe7dbdaf6916936d1b42
1 parent f1eeae6 commit 84e3539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/messages_to_clients.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9464,7 +9464,7 @@ ER_INVALID_CAST
94649464
ER_HYPERGRAPH_NOT_SUPPORTED_YET 42000
94659465
eng "The hypergraph optimizer does not yet support '%s'"
94669466

9467-
OBSOLETE_WARN_HYPERGRAPH_EXPERIMENTAL
9467+
OBSOLETE_ER_WARN_HYPERGRAPH_EXPERIMENTAL
94689468
eng "The hypergraph optimizer is highly experimental and is meant for testing only. Do not enable it unless you are a MySQL developer."
94699469

94709470
ER_DA_NO_ERROR_LOG_PARSER_CONFIGURED

0 commit comments

Comments
 (0)