mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-27691: make working view-protocol
Update tests for version 10.5
This commit is contained in:
@ -3247,6 +3247,7 @@ CREATE TABLE t1 (
|
||||
g GEOMETRY
|
||||
) CHARACTER SET utf8;
|
||||
|
||||
--disable_view_protocol
|
||||
--enable_metadata
|
||||
SELECT * FROM t1;
|
||||
|
||||
@ -3350,6 +3351,7 @@ SELECT
|
||||
FROM t1;
|
||||
|
||||
--disable_metadata
|
||||
--enable_view_protocol
|
||||
DROP TABLE t1;
|
||||
|
||||
--echo #
|
||||
|
Reference in New Issue
Block a user