microsoft / mysqlnd_azure

mysqlnd_azure is an extension for mysqlnd which enables redirection functionality.
Other
10 stars 17 forks source link

Add {"_extension_version": MYSQLND_AZURE_VERSION} to connection attr #20

Closed coko156 closed 4 years ago

coko156 commented 4 years ago

Add a connection attribute "_extension_version" : "mysqlnd_azure-x.x.x", e.x. "_extension_version": "mysqlnd_azure-1.1.1".

mysqlnd_azure.h: MYSQLND_AZURE_VERSION variable should be changed if you want to make a new version number.

How to get this variable:

select * from performance_schema.session_account_connect_attrs; can show what attrs set for current session.

hzhang87 commented 4 years ago

Seems good to me. It will be good if we can have a build and test against GW.

GuuBu commented 4 years ago

/AzurePipelines run

azure-pipelines[bot] commented 4 years ago
Azure Pipelines could not run because the pipeline triggers exclude this branch/path.
GuuBu commented 4 years ago

/AzurePipelines run

azure-pipelines[bot] commented 4 years ago
Azure Pipelines could not run because the pipeline triggers exclude this branch/path.
GuuBu commented 4 years ago

/AzurePipelines run

azure-pipelines[bot] commented 4 years ago
Azure Pipelines could not run because the pipeline triggers exclude this branch/path.
GuuBu commented 4 years ago

/AzurePipelines help

azure-pipelines[bot] commented 4 years ago
Supported commands
  • help:
    • Get descriptions, examples and documentation about supported commands
    • Example: help "command_name"
  • list:
    • List all pipelines for this repository using a comment.
    • Example: "list"
  • run:
    • Run all pipelines or specific pipelines for this repository using a comment. Use this command by itself to trigger all related pipelines, or specify specific pipelines to run.
    • Example: "run" or "run pipeline_name, pipeline_name, pipeline_name"
  • where:
    • Report back the Azure DevOps orgs that are related to this repository and org
    • Example: "where"

See additional documentation.
GuuBu commented 4 years ago

/AzurePipelines run

azure-pipelines[bot] commented 4 years ago
Azure Pipelines could not run because the pipeline triggers exclude this branch/path.