MySQL Bugs: #14705: VIEW security is checked once

MySQL Bugs: #14705: VIEW security is checked once

瀏覽:722
日期:2024-08-27
As user root, say: mysql> create database tst; Query OK, 1 row affected (0.00 sec) mysql> use tst; Database changed mysql> create table t1 (password varchar(11)); Query OK, 0 rows affected (0.01 sec) mysql> inset into t1 (password) values (buba_odessa); Q...看更多