Details
-
New Feature
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
Description
The existing syntax for CREATE SERVER:
CREATE [OR REPLACE] SERVER [IF NOT EXISTS] server_name
|
FOREIGN DATA WRAPPER wrapper_name
|
OPTIONS (option [, option] ...)
|
option:
|
{ HOST character-literal
|
| DATABASE character-literal
|
| USER character-literal
|
| PASSWORD character-literal
|
| SOCKET character-literal
|
| OWNER character-literal
|
| PORT numeric-literal }
|
With this change we will have:
option:
|
{ HOST character-literal
|
| DATABASE character-literal
|
| USER character-literal
|
| PASSWORD character-literal
|
| SOCKET character-literal
|
| OWNER character-literal
|
| PORT numeric-literal
|
| PORT quoted-numerical-literal
|
| identifier character-literal}
|
Attachments
Issue Links
- blocks
-
MDEV-33925 Add TLS-related options for CREATE SERVER
- Open
- causes
-
MDEV-35136 Sporadic hang on shutdown after using [SHOW] CREATE SERVER syntax
- Open
- is blocked by
-
MDEV-15696 Implement SHOW CREATE SERVER
- Closed
-
MDEV-34872 Inconsistency of json fields character sets
- Closed
- is part of
-
MDEV-15696 Implement SHOW CREATE SERVER
- Closed
- relates to
-
MDEV-35153 backport the MDEV-34716 fix of socket length in mysql.servers
- Open
- split from
-
MDEV-34272 Implement ODBC Connection Keywords (aka parameters) as OPTIONS for CREATE SERVER
- Closed