Skip to content

Commit

Permalink
cherry-pick #45742
Browse files Browse the repository at this point in the history
  • Loading branch information
lichunzhu committed Aug 3, 2023
1 parent 4e5c9aa commit bb979f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions br/tests/lightning_partitioned-table/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ for BACKEND in tidb local; do

run_sql 'DROP DATABASE IF EXISTS partitioned;'

# DEFAULT List partitioning needs to be enabled for defaultlist table
run_sql 'set @@global.tidb_enable_default_list_partition=1;'
run_lightning --backend $BACKEND

run_sql 'SELECT count(1), sum(a) FROM partitioned.a;'
Expand Down

0 comments on commit bb979f2

Please sign in to comment.