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
-
-
MDEV-35557 SIGSEGV in get_server_from_table_to_cache | servers_load, UBSAN null pointer passed as argument 1, which is declared to never be null
-
- Closed
-
-
MDEV-36087 MariDB 11.7.2 - /usr/sbin/mariadbd got signal 11
-
- Closed
-
- 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
-
- Closed
-
- split from
-
MDEV-34272 Implement ODBC Connection Keywords (aka parameters) as OPTIONS for CREATE SERVER
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue split from |
Link |
This issue is part of |
Link |
This issue blocks |
Link | This issue blocks MDEV-33925 [ MDEV-33925 ] |
Link |
This issue blocks |
Link | This issue blocks MENT-796 [ MENT-796 ] |
Fix Version/s | 11.7 [ 29815 ] |
Link | This issue blocks MENT-796 [ MENT-796 ] |
Link |
This issue is blocked by |
Fix Version/s | 11.8 [ 29921 ] | |
Fix Version/s | 11.7 [ 29815 ] |
Fix Version/s | 11.7 [ 29815 ] | |
Fix Version/s | 11.8 [ 29921 ] |
Link |
This issue is blocked by |
Link | This issue is part of TODO-4907 [ TODO-4907 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Testing [ 10301 ] |
Assignee | Yuchen Pei [ JIRAUSER52627 ] | Roel Van de Paar [ roel ] |
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*} |
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*} |
The existing syntax for CREATE SERVER:
{noformat} 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*} {noformat} |
Description |
The existing syntax for CREATE SERVER:
{noformat} 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*} {noformat} |
The existing syntax for CREATE SERVER:
{noformat} CREATE [OR REPLACE] SERVER [IF NOT EXISTS] server_name FOREIGN DATA WRAPPER wrapper_name OPTIONS (option [, option] ...) {noformat} {noformat} option: { HOST character-literal | DATABASE character-literal | USER character-literal | PASSWORD character-literal | SOCKET character-literal | OWNER character-literal | PORT numeric-literal } {noformat} With this change we will have: {noformat} 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*} {noformat} |
Description |
The existing syntax for CREATE SERVER:
{noformat} CREATE [OR REPLACE] SERVER [IF NOT EXISTS] server_name FOREIGN DATA WRAPPER wrapper_name OPTIONS (option [, option] ...) {noformat} {noformat} option: { HOST character-literal | DATABASE character-literal | USER character-literal | PASSWORD character-literal | SOCKET character-literal | OWNER character-literal | PORT numeric-literal } {noformat} With this change we will have: {noformat} 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*} {noformat} |
The existing syntax for CREATE SERVER:
{noformat} CREATE [OR REPLACE] SERVER [IF NOT EXISTS] server_name FOREIGN DATA WRAPPER wrapper_name OPTIONS (option [, option] ...) {noformat} {noformat} option: { HOST character-literal | DATABASE character-literal | USER character-literal | PASSWORD character-literal | SOCKET character-literal | OWNER character-literal | PORT numeric-literal } {noformat} With this change we will have: {noformat} 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} {noformat} |
Link | This issue causes MDEV-35136 [ MDEV-35136 ] |
Assignee | Roel Van de Paar [ roel ] | Yuchen Pei [ JIRAUSER52627 ] |
Status | In Testing [ 10301 ] | Stalled [ 10000 ] |
Fix Version/s | 11.7.1 [ 29913 ] | |
Fix Version/s | 11.7 [ 29815 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Link |
This issue relates to |
Issue Type | Task [ 3 ] | New Feature [ 2 ] |
Link |
This issue causes |
Link |
This issue causes |