1
0
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:
serg@serg.mylan
2003-07-04 12:55:25 +02:00
parent 0abd1539fa
commit 40b6d07439
3 changed files with 10 additions and 1 deletions

View File

@@ -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;