diff options
author | unknown <konstantin@mysql.com> | 2005-06-08 10:59:40 +0400 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2005-06-08 10:59:40 +0400 |
commit | 41afcdb6c6855d9e81ddba209362b490230a5aed (patch) | |
tree | dcfc438ede73fd6299215025daa22d04357faafd /mysql-test/r/ps_6bdb.result | |
parent | e523df439d1fc23fa04de158f0d7ccfc0e046333 (diff) | |
download | mariadb-git-41afcdb6c6855d9e81ddba209362b490230a5aed.tar.gz |
Fix failing ps_6bdb and ps_7ndb tests.
The changes are similar to those pushed with a fix for Bug#9899,
so my guess is that ps_6dbd and ps_7ndb tests were simply not run then.
mysql-test/r/ps_6bdb.result:
Fix failing test.
mysql-test/r/ps_7ndb.result:
Fix failing test.
Diffstat (limited to 'mysql-test/r/ps_6bdb.result')
-rw-r--r-- | mysql-test/r/ps_6bdb.result | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/r/ps_6bdb.result b/mysql-test/r/ps_6bdb.result index 03b155c6fa4..92399c3b3b9 100644 --- a/mysql-test/r/ps_6bdb.result +++ b/mysql-test/r/ps_6bdb.result @@ -1152,13 +1152,13 @@ execute stmt1; Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr 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 +def table 253 64 2 Y 0 31 8 +def type 253 10 3 Y 0 31 8 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 32929 0 63 +def rows 8 10 1 Y 32928 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 3 |