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

Merge 10.3 into 10.4

This commit is contained in:
Marko Mäkelä
2023-01-03 16:10:02 +02:00
149 changed files with 2784 additions and 1991 deletions

View File

@ -6438,7 +6438,9 @@ DROP TABLE t1;
--echo # MDEV-24314: create view with derived table without default database
--echo #
drop database test;
create database dummy;
use dummy;
drop database dummy;
create database db1;
create table db1.t1 (a int);
@ -6461,7 +6463,6 @@ drop view db1.v1;
drop table db1.t1;
drop database db1;
create database test;
use test;
--echo #