This repository was archived by the owner on Mar 1, 2026. It is now read-only.
Commit d330005
Herman Lee
[upstream] Remove multifactor flag from the default client flags
Summary:
The MFA client flag in 8.0.28 conflicts with the lz4_stream compression
flag in 8.0.23. While 8.0.28 removed the lz4_stream flag, it will fail
when connecting to 8.0.23 unless the compression_lib is set. But not
all applications set compression_lib.
Removing this flag from the default client flag will allow these
application to connect to 8.0.23. Once everything is on 8.0.28, this
patch can be dropped.
Squash with null
Reviewed By: lth
Differential Revision: D377189791 parent 13f130b commit d330005
3 files changed
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
789 | 789 | | |
790 | 790 | | |
791 | 791 | | |
792 | | - | |
793 | | - | |
| 792 | + | |
794 | 793 | | |
795 | 794 | | |
796 | 795 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
0 commit comments