polardbxengine/mysql-test/suite/ndb/r/concurrent_grants.result

4 lines
187 B
Plaintext

CREATE TABLE t1 (pk INT PRIMARY KEY, a INT) engine = ndb;
CREATE USER 'priv_test_U'@'localhost' IDENTIFIED by 'priv_test_pass';
GRANT NDB_STORED_USER ON *.* to 'priv_test_U'@'localhost';