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 # Check if queries in non-default charsets work.
|
||||||
--echo #
|
--echo #
|
||||||
|
|
||||||
|
--disable_service_connection
|
||||||
|
|
||||||
set names cp1251;
|
set names cp1251;
|
||||||
# The below are two Russian letters with codes E3FB in cp1251 encoding.
|
# The below are two Russian letters with codes E3FB in cp1251 encoding.
|
||||||
select charset('<27><>');
|
select charset('<27><>');
|
||||||
@ -471,6 +473,8 @@ set names default;
|
|||||||
|
|
||||||
drop table if exists t0,t1,t2;
|
drop table if exists t0,t1,t2;
|
||||||
|
|
||||||
|
--enable_service_connection
|
||||||
|
|
||||||
--echo #
|
--echo #
|
||||||
--echo # MDEV-28124: Server crashes in Explain_aggr_filesort::print_json_members
|
--echo # MDEV-28124: Server crashes in Explain_aggr_filesort::print_json_members
|
||||||
--echo # upon SHOW ANALYZE/EXPLAIN FORMAT=JSON
|
--echo # upon SHOW ANALYZE/EXPLAIN FORMAT=JSON
|
||||||
|
Reference in New Issue
Block a user