mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-28696 View created as "select b''; " references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them
This commit is contained in:
@ -149,12 +149,9 @@ select N'', length(N'');
|
||||
select '', length('');
|
||||
--enable_view_protocol
|
||||
|
||||
#enable after fix MDEV-28696
|
||||
--disable_view_protocol
|
||||
select b'', 0+b'';
|
||||
|
||||
select x'', 0+x'';
|
||||
--enable_view_protocol
|
||||
|
||||
--error ER_BAD_FIELD_ERROR
|
||||
select 0x;
|
||||
|
Reference in New Issue
Block a user