diff options
author | monty@donna.mysql.com <> | 2000-12-28 03:56:38 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-12-28 03:56:38 +0200 |
commit | c0f40d14cc36f56f5b4dba288583acd345429e4e (patch) | |
tree | c27e400395741740f2e230395445236b38db27c1 /mysql-test/r/heap.result | |
parent | 361067e9150f7fa57d5b2ac722ed55df9c14cc53 (diff) | |
download | mariadb-git-c0f40d14cc36f56f5b4dba288583acd345429e4e.tar.gz |
Added support for hex strings to mysqlimport
A lot of new tests to mysqltest
Fixed bug with BDB tables and autocommit
Diffstat (limited to 'mysql-test/r/heap.result')
-rw-r--r-- | mysql-test/r/heap.result | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/mysql-test/r/heap.result b/mysql-test/r/heap.result new file mode 100644 index 00000000000..1bf34c6ad1b --- /dev/null +++ b/mysql-test/r/heap.result @@ -0,0 +1,80 @@ +Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Comment +t1 0 PRIMARY 1 a NULL NULL NULL NULL +a b +2 2 +3 3 +4 4 +a b +4 4 +a b +2 2 +3 3 +4 6 +a b +1 1 +2 2 +3 3 +4 4 +a +869751 +802616 +a +869751 +802616 +a +736494 +a +736494 +869751 +a +226312 +736494 +802616 +869751 +table type possible_keys key key_len ref rows Extra +t1 range uniq_id uniq_id 4 NULL 4 where used; Using index +x y +1 3 +1 1 +x y x y +1 1 1 1 +2 2 2 2 +1 3 1 1 +2 4 2 2 +2 5 2 2 +2 6 2 2 +table type possible_keys key key_len ref rows Extra +t1 ALL x NULL NULL NULL 6 +t2 eq_ref y y 4 t1.x 1 +max(a) +1 +a b +1 6 +1 5 +1 4 +1 3 +1 2 +1 1 +a b +1 6 +1 5 +1 4 +1 3 +1 2 +1 1 +1 6 +1 5 +1 4 +1 3 +1 2 +1 1 +max(id) +1 +max(id) +2 +f1 f2 +16 ted +12 ted +12 ted +12 ted +12 ted |