diff options
author | unknown <serg@serg.mylan> | 2003-07-04 12:55:25 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2003-07-04 12:55:25 +0200 |
commit | 4b50f4f252bf28b628475339e320d7a927c90459 (patch) | |
tree | 0cec1a9632e1bc29824b46691ea0b522bf930735 /mysql-test/r/handler.result | |
parent | a29adff6b881576a9a470235f1ad14eaf471c79d (diff) | |
download | mariadb-git-4b50f4f252bf28b628475339e320d7a927c90459.tar.gz |
handler should be used with constant expressions only (or rand)
Diffstat (limited to 'mysql-test/r/handler.result')
-rw-r--r-- | mysql-test/r/handler.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/handler.result b/mysql-test/r/handler.result index 525fd1a4495..1973797ae79 100644 --- a/mysql-test/r/handler.result +++ b/mysql-test/r/handler.result @@ -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; |