Update 02-database.md

This commit is contained in:
wade zhang 2022-08-11 16:58:11 +08:00 committed by GitHub
parent 5e7433767d
commit af232fc2d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -112,9 +112,9 @@ alter_database_options:
alter_database_option: {
CACHEMODEL {'none' | 'last_row' | 'last_value' | 'both'}
| CACHESIZE value
| FSYNC value
| WAL_FSYNC_PERIOD value
| KEEP value
| WAL value
| WAL_LEVEL value
}
```