Skip to content

Commit

Permalink
br: fix expression index test (#27592)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjhuang2016 authored Aug 26, 2021
1 parent 95ebe27 commit 3b39fed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions br/tests/config/tidb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ ssl-key = "/tmp/backup_restore_test/certs/tidb.key"
cluster-ssl-ca = "/tmp/backup_restore_test/certs/ca.pem"
cluster-ssl-cert = "/tmp/backup_restore_test/certs/tidb.pem"
cluster-ssl-key = "/tmp/backup_restore_test/certs/tidb.key"

# experimental section controls the features that are still experimental: their semantics,
# interfaces are subject to change, using these features in the production environment is not recommended.
[experimental]
# enable creating expression index.
allow-expression-index = true

0 comments on commit 3b39fed

Please sign in to comment.