diff options
author | unknown <serg@serg.mysql.com> | 2001-04-07 00:18:33 +0200 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2001-04-07 00:18:33 +0200 |
commit | 7006b51823cc6c1f69f42f3c1599385414e6c5b4 (patch) | |
tree | ea2aec8b968cfcac8454af4f7651fb7718a0a3fd /mysql-test/r/handler.result | |
parent | 50007b28e9d472c363ec3e516975769567fb99ef (diff) | |
download | mariadb-git-7006b51823cc6c1f69f42f3c1599385414e6c5b4.tar.gz |
Preliminary commit of HANDLER syntax (w/o LIMIT or column-list)
Diffstat (limited to 'mysql-test/r/handler.result')
-rw-r--r-- | mysql-test/r/handler.result | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/mysql-test/r/handler.result b/mysql-test/r/handler.result new file mode 100644 index 00000000000..b13199ba96d --- /dev/null +++ b/mysql-test/r/handler.result @@ -0,0 +1,26 @@ +a b +14 aaa +a b +15 bbb +a b +16 ccc +a b +15 bbb +a b +22 iii +a b +21 hhh +a b +20 ggg +a b +14 aaa +a b +a b +22 iii +a b +21 hhh +a b +22 iii +a b +a b +15 bbb |