mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-27691: make working view-protocol
Update tests for version 10.9
This commit is contained in:
@ -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('<27><>');
|
||||
@ -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
|
||||
|
Reference in New Issue
Block a user