mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
handler should be used with constant expressions only (or rand)
This commit is contained in:
@@ -151,4 +151,6 @@ insert into t1 values (1), (2), (3);
|
||||
handler t1 open;
|
||||
handler t1 read a=(W);
|
||||
Unknown column 'W' in 'field list'
|
||||
handler t1 read a=(a);
|
||||
Wrong arguments to HANDLER ... READ
|
||||
drop table t1;
|
||||
|
||||
Reference in New Issue
Block a user