diff options
author | Sinisa@sinisa.nasamreza.org <> | 2002-05-22 15:12:42 +0300 |
---|---|---|
committer | Sinisa@sinisa.nasamreza.org <> | 2002-05-22 15:12:42 +0300 |
commit | 53000468d173b6037909dec47995e971f56c0727 (patch) | |
tree | d709349eb5b6e7f9b631d1a1051482b3cdf56718 | |
parent | 145731cbf7cea70765c89415d66e80a74485b766 (diff) | |
download | mariadb-git-53000468d173b6037909dec47995e971f56c0727.tar.gz |
A check that group by bug from 4.0.2 is not here ...
-rw-r--r-- | mysql-test/r/sel000004.result | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/r/sel000004.result b/mysql-test/r/sel000004.result new file mode 100644 index 00000000000..d49d262f094 --- /dev/null +++ b/mysql-test/r/sel000004.result @@ -0,0 +1,4 @@ +One Two sum(Four) +1 1 16 +1 2 16 +1 3 16 |