1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

We now require SUPER privilege for SET PSEUDO_THREAD_ID.

This commit is contained in:
guilhem@mysql.com
2003-06-11 17:07:33 +02:00
parent bb8b0d9d76
commit e04a9e6740
4 changed files with 35 additions and 1 deletions

View File

@ -5,6 +5,8 @@ reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
reset master;
SET @@session.pseudo_thread_id=100;
ERROR HY000: Access denied. You need the SUPER privilege for this operation
drop table if exists t1,t2;
create table t1(f int);
create table t2(f int);