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

4 lines
101 B
Text

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