Skip to content

Commit

Permalink
MDEV-27691: make working view-protocol
Browse files Browse the repository at this point in the history
Update tests for version 10.9
  • Loading branch information
mariadb-lenastartseva committed Sep 27, 2022
1 parent 8111d42 commit 8bc9ee9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mysql-test/main/show_explain_json.test
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,8 @@ SET debug_dbug=@old_debug;
--echo # Check if queries in non-default charsets work.
--echo #

--disable_service_connection

set names cp1251;
# The below are two Russian letters with codes E3FB in cp1251 encoding.
select charset('��');
Expand All @@ -471,6 +473,8 @@ set names default;

drop table if exists t0,t1,t2;

--enable_service_connection

--echo #
--echo # MDEV-28124: Server crashes in Explain_aggr_filesort::print_json_members
--echo # upon SHOW ANALYZE/EXPLAIN FORMAT=JSON
Expand Down

0 comments on commit 8bc9ee9

Please sign in to comment.