MariaDB [pr_2]> GRANT SELECT ON OBJECT::t1 TO U1;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '::t1 TO U1' at line 1
GRANT SELECT ON t1 TO U1;