diff options
author | monty@donna.mysql.fi <> | 2001-03-26 16:49:11 +0300 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-03-26 16:49:11 +0300 |
commit | dab74107abc54ba9687b41f4ff2b3e3b45a07c10 (patch) | |
tree | 5da4abd6f52ae4b0af895f7c6248e92e8ccd2721 /mysql-test | |
parent | 700dd225adaf4474b76ad8145473f2f2ef3d6376 (diff) | |
download | mariadb-git-dab74107abc54ba9687b41f4ff2b3e3b45a07c10.tar.gz |
Fix a crash in Innobase with tables with many columns and a range query
Removed all Attic directories.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/innobase.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/innobase.result b/mysql-test/r/innobase.result index 6c45bfd810d..4e2c659bffb 100644 --- a/mysql-test/r/innobase.result +++ b/mysql-test/r/innobase.result @@ -445,3 +445,5 @@ i j 1 2 MIN(B) MAX(b) 1 1 +table type possible_keys key key_len ref rows Extra +t1 range PRIMARY PRIMARY 4 NULL 1 where used |