1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00
Files
mariadb/mysql-test/suite/roles/ps.test
Sergei Golubchik 92eafe1ab1 MDEV-5521 SET ROLE as prepared statement crashes the server
set_role::light_check() was incorrect
2014-01-28 21:02:17 +01:00

5 lines
101 B
Plaintext

#
# MDEV-5521 SET ROLE as prepared statement crashes the server
#
PREPARE stmt FROM 'SET ROLE NONE';