Skip to content

Commit

Permalink
Merge branch 'pingcap:master' into statsupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
terry1purcell authored Apr 7, 2024
2 parents b87c17c + 82bc61a commit 0806236
Show file tree
Hide file tree
Showing 463 changed files with 86 additions and 53 deletions.
1 change: 1 addition & 0 deletions TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@
- [Bidirectional Replication](/ticdc/ticdc-bidirectional-replication.md)
- [Data Integrity Validation for Single-Row Data](/ticdc/ticdc-integrity-check.md)
- [Data Consistency Validation for TiDB Upstream/Downstream Clusters](/ticdc/ticdc-upstream-downstream-check.md)
- [TiCDC Behavior Changes](/ticdc/ticdc-behavior-change.md)
- Monitor and Alert
- [Monitoring Metrics Summary](/ticdc/ticdc-summary-monitor.md)
- [Monitoring Metrics Details](/ticdc/monitor-ticdc.md)
Expand Down
50 changes: 2 additions & 48 deletions br/backup-and-restore-storages.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,59 +32,13 @@ BACKUP DATABASE * TO 's3://bucket-name/prefix' SEND_CREDENTIALS_TO_TIKV = FALSE;

### URI format description

This section describes the URI format of the storage services:
The URI format of the external storage service is as follows:

```shell
[scheme]://[host]/[path]?[parameters]
```

<SimpleTab groupId="storage">
<div label="Amazon S3" value="amazon">

- `scheme`: `s3`
- `host`: `bucket name`
- `parameters`:

- `access-key`: Specifies the access key.
- `secret-access-key`: Specifies the secret access key.
- `session-token`: Specifies the temporary session token. BR does not support this parameter yet.
- `use-accelerate-endpoint`: Specifies whether to use the accelerate endpoint on Amazon S3 (defaults to `false`).
- `endpoint`: Specifies the URL of custom endpoint for S3-compatible services (for example, `<https://s3.example.com/>`).
- `force-path-style`: Use path style access rather than virtual hosted style access (defaults to `true`).
- `storage-class`: Specifies the storage class of the uploaded objects (for example, `STANDARD` or `STANDARD_IA`).
- `sse`: Specifies the server-side encryption algorithm used to encrypt the uploaded objects (value options: ``, `AES256`, or `aws:kms`).
- `sse-kms-key-id`: Specifies the KMS ID if `sse` is set to `aws:kms`.
- `acl`: Specifies the canned ACL of the uploaded objects (for example, `private` or `authenticated-read`).
- `role-arn`: When you need to access Amazon S3 data from a third party using a specified [IAM role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html), you can specify the corresponding [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) of the IAM role with the `role-arn` URL query parameter, such as `arn:aws:iam::888888888888:role/my-role`. For more information about using an IAM role to access Amazon S3 data from a third party, see [AWS documentation](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_common-scenarios_third-party.html).
- `external-id`: When you access Amazon S3 data from a third party, you might need to specify a correct [external ID](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html) to assume [the IAM role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html). In this case, you can use this `external-id` URL query parameter to specify the external ID and make sure that you can assume the IAM role. An external ID is an arbitrary string provided by the third party together with the IAM role ARN to access the Amazon S3 data. Providing an external ID is optional when assuming an IAM role, which means if the third party does not require an external ID for the IAM role, you can assume the IAM role and access the corresponding Amazon S3 data without providing this parameter.

</div>
<div label="GCS" value="gcs">

- `scheme`: `gcs` or `gs`
- `host`: `bucket name`
- `parameters`:

- `credentials-file`: Specifies the path to the credentials JSON file on the migration tool node.
- `storage-class`: Specifies the storage class of the uploaded objects (for example, `STANDARD` or `COLDLINE`)
- `predefined-acl`: Specifies the predefined ACL of the uploaded objects (for example, `private` or `project-private`)

</div>
<div label="Azure Blob Storage" value="azure">

- `scheme`: `azure` or `azblob`
- `host`: `container name`
- `parameters`:

- `account-name`: Specifies the account name of the storage.
- `account-key`: Specifies the access key.
- `sas-token`: Specifies the shared access signature (SAS) token.
- `access-tier`: Specifies the access tier of the uploaded objects, for example, `Hot`, `Cool`, or `Archive`. The default value is the default access tier of the storage account.
- `encryption-scope`: Specifies the [encryption scope](https://learn.microsoft.com/en-us/azure/storage/blobs/encryption-scope-manage?tabs=powershell#upload-a-blob-with-an-encryption-scope) for server-side encryption.
- `encryption-key`: Specifies the [encryption key](https://learn.microsoft.com/en-us/azure/storage/blobs/encryption-customer-provided-keys) for server-side encryption, which uses the AES256 encryption algorithm.

</div>
</SimpleTab>
For more information about the URI format, see [URI Formats of External Storage Services](/external-storage-uri.md).

### URI examples

Expand Down
4 changes: 2 additions & 2 deletions clinic/quick-start-with-clinic.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Before using PingCAP Clinic, you need to install Diag and prepare an environment
<SimpleTab groupId="clinicServer">
<div label="Clinic Server for international users" value="clinic-us">

Go to the [Clinic Server for international users](https://clinic.pingcap.com) and select **Sign in with TiDB Account** to enter the TiDB Cloud login page. If you do not have a TiDB Cloud account, create one on that page.
Go to the [Clinic Server for international users](https://clinic.pingcap.com) and select **Continue with TiDB Account** to enter the TiDB Cloud login page. If you do not have a TiDB Cloud account, create one on that page.

> **Note:**
>
Expand All @@ -44,7 +44,7 @@ Before using PingCAP Clinic, you need to install Diag and prepare an environment

<div label="Clinic Server for users in the Chinese mainland" value="clinic-cn">

Go to the [Clinic Server for users in the Chinese mainland](https://clinic.pingcap.com.cn) and select **Sign in with AskTUG** to enter the AskTUG community login page. If you do not have an AskTUG account, create one on that page
Go to the [Clinic Server for users in the Chinese mainland](https://clinic.pingcap.com.cn) and select **Continue with AskTUG** to enter the AskTUG community login page. If you do not have an AskTUG account, create one on that page

</div>
</SimpleTab>
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-insert-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Due to the default MySQL JDBC Driver settings, you need to change some parameter
| Parameter | Means | Recommended Scenario | Recommended Configuration|
| :------------------------: | :-----------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------: |
| `useServerPrepStmts` | Whether to use the server side to enable prepared statements | When you need to use a prepared statement more than once | `true` |
| `cachePrepStmts` | Whether the client caches prepared statements | `useServerPrepStmts=true` | `true` |
| `cachePrepStmts` | Whether the client caches prepared statements | `useServerPrepStmts=true` | `true` |
| `prepStmtCacheSqlLimit` | Maximum size of a prepared statement (256 characters by default) | When the prepared statement is greater than 256 characters | Configured according to the actual size of the prepared statement |
| `prepStmtCacheSize` | Maximum number of prepared statement caches (25 by default) | When the number of prepared statements is greater than 25 | Configured according to the actual number of prepared statements |
| `rewriteBatchedStatements` | Whether to rewrite **Batched** statements | When batch operations are required | `true` |
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-prepared-statement.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ The following configurations help you use the TiDB server-side prepared statemen
| Parameter | Means | Recommended Scenario | Recommended Configuration|
| :------------------------: | :-----------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------: |
| `useServerPrepStmts` | Whether to use the server side to enable prepared statements | When you need to use a prepared statement more than once | `true` |
| `cachePrepStmts` | Whether the client caches prepared statements | `useServerPrepStmts=true` | `true` |
| `cachePrepStmts` | Whether the client caches prepared statements | `useServerPrepStmts=true` | `true` |
| `prepStmtCacheSqlLimit` | Maximum size of a prepared statement (256 characters by default) | When the prepared statement is greater than 256 characters | Configured according to the actual size of the prepared statement |
| `prepStmtCacheSize` | Maximum number of prepared statements (25 by default) | When the number of prepared statements is greater than 25 | Configured according to the actual number of prepared statements |

Expand Down
2 changes: 1 addition & 1 deletion information-schema/information-schema-columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ CREATE TABLE test.t1 (a int);
SELECT * FROM COLUMNS WHERE table_schema='test' AND TABLE_NAME='t1'\G
```

输出结果如下:
The output is as follows:

```sql
*************************** 1. row ***************************
Expand Down
Binary file added media/sqlgram/AdminShowSlow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AdminStmt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AlgorithmClause.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AllOrPartitionNameList.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AlterAlgorithm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AlterDatabaseStmt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AlterInstanceStmt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AlterOrderItem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AlterTableDropIndexSpec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AlterTableDropIndexStmt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AlterTableOptionListOpt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AlterTablePartitionOpt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AlterTableSpec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AlterTableSpecListOpt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AlterTableStmt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AlterUserStmt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AnalyzeOption.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AnalyzeOptionListOpt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AnalyzeTableStmt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AnyOrAll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AsOpt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/Assignment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AssignmentListOpt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AuthOption.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/AuthString.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sqlgram/BRIEBooleanOptionName.png
Binary file added media/sqlgram/BRIEKeywordOptionName.png
Binary file added media/sqlgram/BRIEOption.png
Binary file added media/sqlgram/BRIEStmt.png
Binary file added media/sqlgram/BRIEStringOptionName.png
Binary file added media/sqlgram/BeginTransactionStmt.png
Binary file added media/sqlgram/BetweenOrNotOp.png
Binary file added media/sqlgram/BinlogStmt.png
Binary file added media/sqlgram/BitExpr.png
Binary file added media/sqlgram/BitValueType.png
Binary file added media/sqlgram/BlobType.png
Binary file added media/sqlgram/BooleanType.png
Binary file added media/sqlgram/BuggyDefaultFalseDistinctOpt.png
Binary file added media/sqlgram/ByItem.png
Binary file added media/sqlgram/ByList.png
Binary file added media/sqlgram/CastType.png
Binary file added media/sqlgram/ChangeStmt.png
Binary file added media/sqlgram/Char.png
Binary file added media/sqlgram/CharsetOpt.png
Binary file added media/sqlgram/ClearPasswordExpireOptions.png
Binary file added media/sqlgram/CollationName.png
Binary file added media/sqlgram/ColumnDef.png
Binary file added media/sqlgram/ColumnFormat.png
Binary file added media/sqlgram/ColumnKeywordOpt.png
Binary file added media/sqlgram/ColumnName.png
Binary file added media/sqlgram/ColumnNameList.png
Binary file added media/sqlgram/ColumnNameListOpt.png
Binary file added media/sqlgram/ColumnNameListOptWithBrackets.png
Binary file added media/sqlgram/ColumnNameOrUserVarListOpt.png
Binary file added media/sqlgram/ColumnNameOrUserVariable.png
Binary file added media/sqlgram/ColumnOption.png
Binary file added media/sqlgram/ColumnOptionList.png
Binary file added media/sqlgram/ColumnOptionListOpt.png
Binary file added media/sqlgram/ColumnPosition.png
Binary file added media/sqlgram/ColumnSetValue.png
Binary file added media/sqlgram/ColumnSetValueList.png
Binary file added media/sqlgram/CommaOpt.png
Binary file added media/sqlgram/CommitStmt.png
Binary file added media/sqlgram/CompareOp.png
Binary file added media/sqlgram/ConnectionOption.png
Binary file added media/sqlgram/ConnectionOptions.png
Binary file added media/sqlgram/Constraint.png
Binary file added media/sqlgram/ConstraintElem.png
Binary file added media/sqlgram/ConstraintKeywordOpt.png
Binary file added media/sqlgram/CreateBindingStmt.png
Binary file added media/sqlgram/CreateDatabaseStmt.png
Binary file added media/sqlgram/CreateIndexStmt.png
Binary file added media/sqlgram/CreateIndexStmtUnique.png
Binary file added media/sqlgram/CreateRoleStmt.png
Binary file added media/sqlgram/CreateSequenceOptionListOpt.png
Binary file added media/sqlgram/CreateSequenceStmt.png
Binary file added media/sqlgram/CreateTableLikeStmt.png
Binary file added media/sqlgram/CreateTableOptionListOpt.png
Binary file added media/sqlgram/CreateTableSelectOpt.png
Binary file added media/sqlgram/CreateTableStmt.png
Binary file added media/sqlgram/CreateUserStmt.png
Binary file added media/sqlgram/CreateViewSelectOpt.png
Binary file added media/sqlgram/CreateViewStmt.png
Binary file added media/sqlgram/CrossOpt.png
Binary file added media/sqlgram/DatabaseOption.png
Binary file added media/sqlgram/DatabaseOptionList.png
Binary file added media/sqlgram/DatabaseOptionListOpt.png
Binary file added media/sqlgram/DatabaseSym.png
Binary file added media/sqlgram/DateAndTimeType.png
Binary file added media/sqlgram/DateArithInterval.png
Binary file added media/sqlgram/DateArithMultiFormsOpt.png
Binary file added media/sqlgram/DateArithOpt.png
Binary file added media/sqlgram/DeallocateStmt.png
Binary file added media/sqlgram/DeallocateSym.png
Binary file added media/sqlgram/DefaultFalseDistinctOpt.png
Binary file added media/sqlgram/DefaultKwdOpt.png
Binary file added media/sqlgram/DefaultTrueDistinctOpt.png
Binary file added media/sqlgram/DefaultValueExpr.png
Binary file added media/sqlgram/DeleteFromStmt.png
Binary file added media/sqlgram/DistinctKwd.png
Binary file added media/sqlgram/DistinctOpt.png
Binary file added media/sqlgram/DoStmt.png
Binary file added media/sqlgram/DropBindingStmt.png
Binary file added media/sqlgram/DropDatabaseStmt.png
Binary file added media/sqlgram/DropIndexStmt.png
Binary file added media/sqlgram/DropRoleStmt.png
Binary file added media/sqlgram/DropSequenceStmt.png
Binary file added media/sqlgram/DropStatsStmt.png
Binary file added media/sqlgram/DropTableStmt.png
Binary file added media/sqlgram/DropUserStmt.png
Binary file added media/sqlgram/DropViewStmt.png
Binary file added media/sqlgram/DuplicateOpt.png
Binary file added media/sqlgram/ElseOpt.png
Binary file added media/sqlgram/EmptyStmt.png
Binary file added media/sqlgram/Enclosed.png
Binary file added media/sqlgram/EncryptionOpt.png
Binary file added media/sqlgram/EnforcedOrNot.png
Binary file added media/sqlgram/EnforcedOrNotOpt.png
Binary file added media/sqlgram/EnforcedOrNotOrNotNullOpt.png
Binary file added media/sqlgram/EqOpt.png
Binary file added media/sqlgram/EqOrAssignmentEq.png
Binary file added media/sqlgram/Escaped.png
Binary file added media/sqlgram/EscapedTableRef.png
Binary file added media/sqlgram/ExecuteStmt.png
Binary file added media/sqlgram/ExplainFormatType.png
Binary file added media/sqlgram/ExplainStmt.png
Binary file added media/sqlgram/ExplainSym.png
Binary file added media/sqlgram/ExplainableStmt.png
Binary file added media/sqlgram/ExprOrDefault.png
Binary file added media/sqlgram/Expression.png
Binary file added media/sqlgram/ExpressionList.png
Binary file added media/sqlgram/ExpressionListListItem.png
Binary file added media/sqlgram/ExpressionListOpt.png
Binary file added media/sqlgram/ExpressionOpt.png
Binary file added media/sqlgram/Field.png
Binary file added media/sqlgram/FieldAsName.png
Binary file added media/sqlgram/FieldAsNameOpt.png
Binary file added media/sqlgram/FieldItem.png
Binary file added media/sqlgram/FieldLen.png
Binary file added media/sqlgram/FieldOpt.png
Binary file added media/sqlgram/FieldOpts.png
Binary file added media/sqlgram/FieldTerminator.png
Binary file added media/sqlgram/Fields.png
Binary file added media/sqlgram/FieldsTerminated.png
Binary file added media/sqlgram/FixedPointType.png
Binary file added media/sqlgram/FlashbackTableStmt.png
Binary file added media/sqlgram/FlashbackToNewName.png
Binary file added media/sqlgram/FloatOpt.png
Binary file added media/sqlgram/FloatingPointType.png
Binary file added media/sqlgram/FlushOption.png
Binary file added media/sqlgram/FlushStmt.png
Binary file added media/sqlgram/FulltextSearchModifierOpt.png
Binary file added media/sqlgram/FuncDatetimePrec.png
Binary file added media/sqlgram/FuncDatetimePrecList.png
Binary file added media/sqlgram/FuncDatetimePrecListOpt.png
Binary file added media/sqlgram/Function.png
Binary file added media/sqlgram/FunctionCallAgg.png
Binary file added media/sqlgram/FunctionCallConflict.png
Binary file added media/sqlgram/FunctionCallGeneric.png
Binary file added media/sqlgram/FunctionCallKeyword.png
Binary file added media/sqlgram/FunctionCallNonKeyword.png
Binary file added media/sqlgram/FunctionNameConflict.png
Binary file added media/sqlgram/FunctionNameDateArith.png
Binary file added media/sqlgram/FunctionNameOptionalBraces.png
Binary file added media/sqlgram/FunctionNameSequence.png
Binary file added media/sqlgram/GeneratedAlways.png
Binary file added media/sqlgram/GetFormatSelector.png
Binary file added media/sqlgram/GrantRoleStmt.png
Binary file added media/sqlgram/GrantStmt.png
Binary file added media/sqlgram/GroupByClause.png
Binary file added media/sqlgram/HandleRange.png
Binary file added media/sqlgram/HashString.png
Binary file added media/sqlgram/HintTableList.png
Binary file added media/sqlgram/Identifier.png
Binary file added media/sqlgram/IfExists.png
Binary file added media/sqlgram/IfNotExists.png
Binary file added media/sqlgram/IgnoreLines.png
Binary file added media/sqlgram/IgnoreOptional.png
Binary file added media/sqlgram/InOrNotOp.png
Binary file added media/sqlgram/IndexAdviseStmt.png
Binary file added media/sqlgram/IndexColName.png
Binary file added media/sqlgram/IndexColNameList.png
Binary file added media/sqlgram/IndexHint.png
Binary file added media/sqlgram/IndexHintListOpt.png
Binary file added media/sqlgram/IndexHintScope.png
Binary file added media/sqlgram/IndexHintType.png
Binary file added media/sqlgram/IndexInvisible.png
Binary file added media/sqlgram/IndexKeyTypeOpt.png
Binary file added media/sqlgram/IndexLockAndAlgorithmOpt.png
Binary file added media/sqlgram/IndexName.png
Binary file added media/sqlgram/IndexNameAndTypeOpt.png
Binary file added media/sqlgram/IndexNameList.png
Binary file added media/sqlgram/IndexOption.png
Binary file added media/sqlgram/IndexOptionList.png
Binary file added media/sqlgram/IndexPartSpecification.png
Binary file added media/sqlgram/IndexPartSpecificationList.png
Binary file added media/sqlgram/IndexPartSpecificationListOpt.png
Binary file added media/sqlgram/IndexType.png
Binary file added media/sqlgram/IndexTypeName.png
Binary file added media/sqlgram/IndexTypeOpt.png
Binary file added media/sqlgram/InsertIntoStmt.png
Binary file added media/sqlgram/InsertValues.png
Binary file added media/sqlgram/InstanceOption.png
Binary file added media/sqlgram/IntegerType.png
Binary file added media/sqlgram/IntoOpt.png
Binary file added media/sqlgram/IsOrNotOp.png
Binary file added media/sqlgram/IsolationLevel.png
Binary file added media/sqlgram/JoinTable.png
Binary file added media/sqlgram/JoinType.png
Binary file added media/sqlgram/KeyOrIndex.png
Binary file added media/sqlgram/KeyOrIndexOpt.png
Binary file added media/sqlgram/KillOrKillTiDB.png
Binary file added media/sqlgram/KillStmt.png
Binary file added media/sqlgram/LengthNum.png
Binary file added media/sqlgram/LikeEscapeOpt.png
Binary file added media/sqlgram/LikeOrNotOp.png
Binary file added media/sqlgram/LikeTableWithOrWithoutParen.png
Binary file added media/sqlgram/LimitOption.png
Binary file added media/sqlgram/LinearOpt.png
Binary file added media/sqlgram/Lines.png
Binary file added media/sqlgram/LinesTerminated.png
Binary file added media/sqlgram/Literal.png
Binary file added media/sqlgram/LoadDataSetItem.png
Binary file added media/sqlgram/LoadDataSetSpecOpt.png
Binary file added media/sqlgram/LoadDataStmt.png
Binary file added media/sqlgram/LoadStatsStmt.png
Binary file added media/sqlgram/LocalOpt.png
Binary file added media/sqlgram/LocationLabelList.png
Binary file added media/sqlgram/LockClause.png
Binary file added media/sqlgram/LockClauseOpt.png
Binary file added media/sqlgram/LockTablesStmt.png
Binary file added media/sqlgram/LockType.png
Binary file added media/sqlgram/LogTypeOpt.png
Binary file added media/sqlgram/LowPriorityOptional.png
Binary file added media/sqlgram/Match.png
Binary file added media/sqlgram/MatchOpt.png
Binary file added media/sqlgram/MaxIndexNumOpt.png
Binary file added media/sqlgram/MaxMinutesOpt.png
Binary file added media/sqlgram/MaxNumBuckets.png
Binary file added media/sqlgram/MaxValueOrExpression.png
Binary file added media/sqlgram/MaxValueOrExpressionList.png
Binary file added media/sqlgram/NChar.png
Binary file added media/sqlgram/NUM.png
Binary file added media/sqlgram/NVarchar.png
Binary file added media/sqlgram/NationalOpt.png
Binary file added media/sqlgram/NextValueForSequence.png
Binary file added media/sqlgram/NoWriteToBinLogAliasOpt.png
Binary file added media/sqlgram/NotKeywordToken.png
Binary file added media/sqlgram/NotOpt.png
Binary file added media/sqlgram/NowSym.png
Binary file added media/sqlgram/NowSymFunc.png
Binary file added media/sqlgram/NowSymOptionFraction.png
Binary file added media/sqlgram/NumList.png
Binary file added media/sqlgram/NumLiteral.png
Binary file added media/sqlgram/NumericType.png
Binary file added media/sqlgram/ODBCDateTimeType.png
Binary file added media/sqlgram/ObjectType.png
Binary file added media/sqlgram/OnDelete.png
Binary file added media/sqlgram/OnDeleteOpt.png
Binary file added media/sqlgram/OnDeleteUpdateOpt.png
Binary file added media/sqlgram/OnDuplicateKeyUpdate.png
Binary file added media/sqlgram/OnUpdate.png
Binary file added media/sqlgram/OnUpdateOpt.png
Binary file added media/sqlgram/Operand.png
Binary file added media/sqlgram/OptBinMod.png
Binary file added media/sqlgram/OptBinary.png
Binary file added media/sqlgram/OptCharset.png
Binary file added media/sqlgram/OptCharsetWithOptBinary.png
Binary file added media/sqlgram/OptCollate.png
Binary file added media/sqlgram/OptExistingWindowName.png
Binary file added media/sqlgram/OptFieldLen.png
Binary file added media/sqlgram/OptFromFirstLast.png
Binary file added media/sqlgram/OptGConcatSeparator.png
Binary file added media/sqlgram/OptInteger.png
Binary file added media/sqlgram/OptLLDefault.png
Binary file added media/sqlgram/OptLeadLagInfo.png
Binary file added media/sqlgram/OptNullTreatment.png
Binary file added media/sqlgram/OptPartitionClause.png
Binary file added media/sqlgram/OptTemporary.png
Binary file added media/sqlgram/OptWild.png
Binary file added media/sqlgram/OptWindowFrameClause.png
Binary file added media/sqlgram/OptWindowOrderByClause.png
Binary file added media/sqlgram/OptWindowingClause.png
Binary file added media/sqlgram/OptionalBraces.png
Binary file added media/sqlgram/OrReplace.png
Binary file added media/sqlgram/Order.png
Binary file added media/sqlgram/OrderBy.png
Binary file added media/sqlgram/OuterOpt.png
Binary file added media/sqlgram/PartDefOption.png
Binary file added media/sqlgram/PartDefOptionList.png
Loading

0 comments on commit 0806236

Please sign in to comment.