Skip to content

Commit 6f53260

Browse files
Fadi Hannafacebook-github-bot
authored andcommitted
Add a new error code for plugin disabled feature
Summary: Add a new error code for plugin disabled features. This error will be thrown when trying to execute sql over thrift queries if the sql/thrift feature is disabled. Differential Revision: D45797763 fbshipit-source-id: eee7326
1 parent 8ba9199 commit 6f53260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

share/messages_to_clients.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10109,8 +10109,8 @@ ER_WARN_SKIP_SCAN_KEYS_NOT_CONSIDERED
1010910109
ER_IS_TABLE_READ_DISABLED
1011010110
eng "Reads are disabled on %s performance schema table"
1011110111

10112-
ER_THRIFT_PLACEHOLDER_50122
10113-
eng "Placeholder"
10112+
ER_THRIFT_PLUGIN_FEATURE_DISABLED
10113+
eng "Plugin feature is currently disabled"
1011410114

1011510115
ER_THRIFT_PLACEHOLDER_50123
1011610116
eng "Placeholder"

0 commit comments

Comments
 (0)