diff options
author | monty@hundin.mysql.fi <> | 2002-02-10 12:47:37 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-02-10 12:47:37 +0200 |
commit | 368731a915c1f28d243f5460cb50b0a80d2a0460 (patch) | |
tree | 7c1d39f59ed0aa7eba1303ca1a12035653eb1ae2 /mysql-test/r/join.result | |
parent | 2abdcf81afe0ddcbab9784c63e3f8795c47f103c (diff) | |
download | mariadb-git-368731a915c1f28d243f5460cb50b0a80d2a0460.tar.gz |
Fixed bug in full join with many NULL fields.
Diffstat (limited to 'mysql-test/r/join.result')
-rw-r--r-- | mysql-test/r/join.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/join.result b/mysql-test/r/join.result index 6c7284e4a37..c99c63245dd 100644 --- a/mysql-test/r/join.result +++ b/mysql-test/r/join.result @@ -31,3 +31,6 @@ COUNT(t1.Title) 1 COUNT(t1.Title) 1 +t1_id t2_id type cost_unit min_value max_value t3_id item_id id name +22 1 Percent Cost 100 -1 6 291 1 s1 +23 1 Percent Cost 100 -1 21 291 1 s1 |