Skip to content

Commit

Permalink
PullRequest: 5558 431 fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
obdev authored and ob-robot committed Jun 20, 2024
1 parent 8bbf55a commit 240e400
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
| Description | |
|---------------|-----------------|
| keywords | |
| dir-name | |
|---------------|-----------------|
| keywords | |
| dir-name | |
| dir-name-en | |
| tenant-type | MySQL Mode |

# ALTER TABLESPACE

## 描述

该语句用来修改 TableSpace(表空间)加密方式。

## 语法
该语句用来修改 TableSpace(表空间)加密方式。

## 语法

```sql
ALTER TABLESPACE tablespace_name ENCRYPTION [=] 'tablespace_encryption_option';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

## 字段说明

| 字段名称 | 字段名称 | 是否可以为 NULL | 字段名称 |
| --- | --- | --- | --- |
| 字段名称 | 字段类型 | 是否可以为 NULL | 字段名称 |
| ------- | -------- | -------------- | ------- |
| JOB_ID | bigint(20) | NO | 备份JOB 任务 ID,发起一次备份对应一条 JOB 任务记录 |
| INCARNATION | bigint(20) | NO | 表示 Flashback Database 后的第几次分身 |
| BACKUP_SET_ID | bigint(20) | YES | 备份集 ID,sys 租户默认为 0,普通租户从 1 开始递增 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

## 字段说明

| 字段名称 | 字段名称 | 是否可以为 NULL | 字段名称 |
| --- | --- | --- | --- |
| 字段名称 | 字段类型 | 是否可以为 NULL | 字段名称 |
| ------- | -------- | -------------- | ------- |
| JOB_ID | bigint(20) | NO | 备份JOB 任务 ID,发起一次备份对应一条 JOB 任务记录 |
| INCARNATION | bigint(20) | NO | 表示 Flashback Database 后的第几次分身 |
| BACKUP_SET_ID | bigint(20) | YES | 备份集 ID,sys 租户默认为 0,普通租户从 1 开始递增 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

## 字段说明

| 字段名称 | 字段名称 | 是否可以为 NULL | 字段名称 |
| --- | --- | --- | --- |
| 字段名称 | 字段类型 | 是否可以为 NULL | 字段名称 |
| ------- | ------- | --------------- | ------- |
| TENANT_ID | bigint(20) | NO | 租户 ID |
| JOB_ID | bigint(20) | NO | 备份JOB 任务 ID,发起一次备份对应一条 JOB 任务记录 |
| INCARNATION | bigint(20) | NO | 表示 Flashback Database 后的第几次分身 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

## 字段说明

| 字段名称 | 字段名称 | 是否可以为 NULL | 字段名称 |
| --- | --- | --- | --- |
| 字段名称 | 字段类型 | 是否可以为 NULL | 字段名称 |
| ------- | -------- | -------------- | ------- |
| TENANT_ID | bigint(20) | NO | 租户 ID |
| JOB_ID | bigint(20) | NO | 备份JOB 任务 ID,发起一次备份对应一条 JOB 任务记录 |
| INCARNATION | bigint(20) | NO | 表示 Flashback Database 后的第几次分身 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

## 字段说明

| 字段名称 | 字段名称 | 是否可以为 NULL | 字段名称 |
| --- | --- | --- | --- |
| 字段名称 | 字段类型 | 是否可以为 NULL | 字段名称 |
| ------- | -------- | -------------- | ------- |
| JOB_ID | bigint(20) | NO | 备份JOB 任务 ID,发起一次备份对应一条 JOB 任务记录 |
| INCARNATION | bigint(20) | NO | 表示 Flashback Database 后的第几次分身 |
| BACKUP_SET_ID | bigint(20) | YES | 备份集 ID,sys 租户默认为 0,普通租户从 1 开始递增 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

## 字段说明

| 字段名称 | 字段名称 | 是否可以为 NULL | 字段名称 |
| --- | --- | --- | --- |
| 字段名称 | 字段类型 | 是否可以为 NULL | 字段名称 |
| ------- | -------- | -------------- | ------- |
| JOB_ID | bigint(20) | NO | 备份JOB 任务 ID,发起一次备份对应一条 JOB 任务记录 |
| INCARNATION | bigint(20) | NO | 表示 Flashback Database 后的第几次分身 |
| BACKUP_SET_ID | bigint(20) | YES | 备份集 ID,sys 租户默认为 0,普通租户从 1 开始递增 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

## 字段说明

| 字段名称 | 字段名称 | 是否可以为 NULL | 字段名称 |
| --- | --- | --- | --- |
| 字段名称 | 字段类型 | 是否可以为 NULL | 字段名称 |
| ------- | -------- | -------------- | ------- |
| JOB_ID | NUMBER(38) | NO | 备份JOB 任务 ID,发起一次备份对应一条 JOB 任务记录 |
| INCARNATION | NUMBER(38) | NO | 表示 Flashback Database 后的第几次分身 |
| BACKUP_SET_ID | NUMBER(38) | YES | 备份集 ID,sys 租户默认为 0,普通租户从 1 开始递增 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

## 字段说明

| 字段名称 | 字段名称 | 是否可以为 NULL | 字段名称 |
| --- | --- | --- | --- |
| 字段名称 | 字段类型 | 是否可以为 NULL | 字段名称 |
| ------- | -------- | -------------- | ------- |
| JOB_ID | NUMBER(38) | NO | 备份JOB 任务 ID,发起一次备份对应一条 JOB 任务记录 |
| INCARNATION | NUMBER(38) | NO | 表示 Flashback Database 后的第几次分身 |
| BACKUP_SET_ID | NUMBER(38) | YES | 备份集 ID,sys 租户默认为 0,普通租户从 1 开始递增 |
Expand Down

0 comments on commit 240e400

Please sign in to comment.