mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-16708: fixed issue with handling of the directive --enable-prepared-warnings in mysqltest
This commit is contained in:
committed by
Sergei Golubchik
parent
fc71746a6a
commit
b126c3f3fa
@ -3525,7 +3525,9 @@ CREATE VIEW v1 AS SELECT 1 AS ` `;
|
||||
--error 1166
|
||||
CREATE VIEW v1 AS SELECT (SELECT 1 AS ` `);
|
||||
|
||||
--enable_prepare_warnings
|
||||
CREATE VIEW v1 AS SELECT 1 AS ` x`;
|
||||
--disable_prepare_warnings
|
||||
SELECT `x` FROM v1;
|
||||
|
||||
--error 1166
|
||||
|
Reference in New Issue
Block a user