diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2002-05-22 15:12:42 +0300 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2002-05-22 15:12:42 +0300 |
commit | 715f23faab5e8afdbc44a901ffde4ba0e51e5a72 (patch) | |
tree | d709349eb5b6e7f9b631d1a1051482b3cdf56718 /mysql-test | |
parent | 1bb855a7901388ccd4e08545be5baa7fbac3445e (diff) | |
download | mariadb-git-715f23faab5e8afdbc44a901ffde4ba0e51e5a72.tar.gz |
A check that group by bug from 4.0.2 is not here ...
Diffstat (limited to 'mysql-test')
-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 |