mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
support of view underlying tables and SP functions security check added (BUG#9505) (WL#2787)
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
drop table if exists t1;
|
||||
drop table if exists t1,t2,v1,v2;
|
||||
drop view if exists t1,t2,v1,v2;
|
||||
CREATE TABLE `t1` (
|
||||
a int not null auto_increment,
|
||||
`pseudo` varchar(35) character set latin2 NOT NULL default '',
|
||||
|
Reference in New Issue
Block a user