Skip to content

Commit

Permalink
update use-tiflash-mpp-mode.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Defined2014 committed Nov 18, 2024
1 parent c3133c0 commit e134ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiflash/use-tiflash-mpp-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Query OK, 0 rows affected (0.10 sec)
mysql> ALTER table test.employees SET tiflash replica 1;
Query OK, 0 rows affected (0.09 sec)
mysql> SET tidb_partition_prune_mode=static;
Query OK, 0 rows affected (0.00 sec)
Query OK, 0 rows affected, 1 warning (0.00 sec)
mysql> explain SELECT count(*) FROM test.employees;
+----------------------------------+----------+-------------------+-------------------------------+-----------------------------------+
| id | estRows | task | access object | operator info |
Expand Down

0 comments on commit e134ace

Please sign in to comment.