mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch 'bb-10.9-all-builders' into bb-10.10-all-builders
This commit is contained in:
@ -615,6 +615,10 @@ SET optimizer_switch=@save_optimizer_switch;
|
||||
--echo #
|
||||
--echo # MDEV-7893: table_elimination works wrong with on computed expression and compound unique key
|
||||
--echo # (just a testcase)
|
||||
|
||||
#enable after fix MDEV-28602
|
||||
--disable_view_protocol
|
||||
|
||||
CREATE TABLE t1 (
|
||||
PostID int(10) unsigned NOT NULL
|
||||
) DEFAULT CHARSET=utf8;
|
||||
@ -642,6 +646,8 @@ LIMIT 1;
|
||||
|
||||
DROP TABLE t1,t2;
|
||||
|
||||
--enable_view_protocol
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-26278: Table elimination does not work across derived tables
|
||||
--echo #
|
||||
|
Reference in New Issue
Block a user