diff options
author | unknown <bar@mysql.com> | 2005-01-18 22:12:33 +0400 |
---|---|---|
committer | unknown <bar@mysql.com> | 2005-01-18 22:12:33 +0400 |
commit | 764501e75211303707b311ce40ed42b2fb1ac5e2 (patch) | |
tree | 49cf2bebd11edcb257808a357ee591f67f47a457 /mysql-test/r/ps_4heap.result | |
parent | d4823d97b592b94b538b803a2d343d8fbb37831a (diff) | |
download | mariadb-git-764501e75211303707b311ce40ed42b2fb1ac5e2.tar.gz |
After-merge clean-up
Diffstat (limited to 'mysql-test/r/ps_4heap.result')
-rw-r--r-- | mysql-test/r/ps_4heap.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/ps_4heap.result b/mysql-test/r/ps_4heap.result index 5025e847f1a..f0be4d119bc 100644 --- a/mysql-test/r/ps_4heap.result +++ b/mysql-test/r/ps_4heap.result @@ -1146,7 +1146,7 @@ test_sequence prepare stmt1 from ' explain select * from t9 ' ; execute stmt1; Catalog Database Table Table_alias Column Column_alias Name Type Length Max length Is_null Flags Decimals Charsetnr -def id 8 3 1 N 32801 0 8 +def id 8 3 1 N 32929 0 63 def select_type 253 19 6 N 1 31 8 def table 253 64 2 N 1 31 8 def type 253 10 3 N 1 31 8 @@ -1154,7 +1154,7 @@ def possible_keys 253 4096 0 Y 0 31 8 def key 253 64 0 Y 0 31 8 def key_len 253 4096 0 Y 128 31 63 def ref 253 1024 0 Y 0 31 8 -def rows 8 10 1 N 32801 0 8 +def rows 8 10 1 N 32929 0 63 def Extra 253 255 0 N 1 31 8 id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t9 ALL NULL NULL NULL NULL 2 |