1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-27691: make working view-protocol

Update tests for version 10.8
This commit is contained in:
Lena Startseva
2022-09-27 18:50:18 +07:00
parent c5cc8a7a75
commit a4234f0410
3 changed files with 23 additions and 0 deletions

View File

@ -117,6 +117,8 @@ drop table t2;
DELETE FROM mysql.column_stats;
--disable_service_connection
create schema world;
use world;
--disable_query_log
@ -143,6 +145,9 @@ set histogram_type=@save_histogram_type;
set histogram_size=@save_histogram_size;
DROP SCHEMA world;
--enable_service_connection
use test;
create table t10 (