Update 02-database.md

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

View File

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