1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

MDEV-27691: make working view-protocol

Update tests for version 10.5
This commit is contained in:
Lena Startseva
2022-09-16 17:55:42 +07:00
parent d444536e1d
commit 2abf499c76
21 changed files with 74 additions and 5 deletions

View File

@ -161,12 +161,14 @@ SET SESSION debug_dbug="-d,cmp_item";
--echo # MDEV-19994 Add class Function_collection
--echo #
--disable_service_connection
SET SESSION debug_dbug="+d,make_item_func_call_native_simulate_not_found";
--error ER_PARSE_ERROR
SELECT CONTAINS(POINT(1,1),POINT(1,1));
--error ER_PARSE_ERROR
SELECT WITHIN(POINT(1,1),POINT(1,1));
SET SESSION debug_dbug="-d,make_item_func_call_native_simulate_not_found";
--enable_service_connection
--echo #
--echo # MDEV-20009 Add CAST(expr AS pluggable_type)