Skip to content

Commit

Permalink
Disable view protocol for opt_trace.test
Browse files Browse the repository at this point in the history
This is because some plan changes because of views
  • Loading branch information
montywi committed Jul 7, 2023
1 parent 99bd226 commit 6ed14bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mysql-test/main/opt_trace.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
--source include/not_embedded.inc
--source include/have_sequence.inc
# View protocol changes some plans
--source include/no_view_protocol.inc

SELECT table_name, column_name FROM information_schema.columns where table_name="OPTIMIZER_TRACE";
set optimizer_trace="enabled=on";
show variables like 'optimizer_trace';
Expand Down

0 comments on commit 6ed14bc

Please sign in to comment.