1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge branch '10.6' into 10.11

This commit is contained in:
Oleksandr Byelkin
2024-10-29 15:24:38 +01:00
655 changed files with 8060 additions and 3541 deletions

View File

@ -4,8 +4,10 @@ source include/have_innodb.inc;
--echo #
let $datadir=`select @@datadir`;
copy_file std_data/mysql57part.frm $datadir/test/mysql57part.frm;
--disable_view_protocol
select table_name, concat('<',table_comment,'>') from information_schema.tables
where table_schema='test';
--enable_view_protocol
drop table mysql57part;
--echo # End of 10.11 tests