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:
@ -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)
|
||||
|
Reference in New Issue
Block a user