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

Merge branch 'bb-10.3-vp-MDEV-27691' into 10.3

This commit is contained in:
Oleksandr Byelkin
2022-10-14 08:29:11 +02:00
276 changed files with 1916 additions and 172 deletions

View File

@ -541,3 +541,6 @@ CREATE TABLE tm (a INT) ENGINE=MERGE UNION(t);
CREATE OR REPLACE TABLE t LIKE tm;
ERROR HY000: Table 'tm' is specified twice, both as a target for 'CREATE' and as a separate source for data
DROP TABLE IF EXISTS tm, t;
#
# End of 10.3 tests
#