mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Don't give the anonymous user create temp table or lock tables privileges.
SET PASSWORD=... closed connection on error.
This commit is contained in:
@ -80,4 +80,4 @@ select count(*) from t3 where n >= 4;
|
||||
count(*)
|
||||
100
|
||||
unlock tables;
|
||||
drop table if exists t1,t2,t3;
|
||||
drop table if exists t1,t2,t3,t4;
|
||||
|
Reference in New Issue
Block a user