diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-08-03 14:52:20 +0300 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-08-03 14:52:20 +0300 |
commit | 4747f9a7732c490e891c3aa22c3b0687e2520ab9 (patch) | |
tree | 8b7ddfb05964105be67087a7c54d8e5f9d0ee713 /mysql-test/t/func_gconcat.test | |
parent | 9fc04b9fb858243c1c2f3945404d9aeae8d228e2 (diff) | |
download | mariadb-git-4747f9a7732c490e891c3aa22c3b0687e2520ab9.tar.gz |
addendum to the fix for bug #54476: fixed a failing test case.
Diffstat (limited to 'mysql-test/t/func_gconcat.test')
-rw-r--r-- | mysql-test/t/func_gconcat.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/func_gconcat.test b/mysql-test/t/func_gconcat.test index 693fa7d1c89..54c7291bb5e 100644 --- a/mysql-test/t/func_gconcat.test +++ b/mysql-test/t/func_gconcat.test @@ -734,6 +734,9 @@ EXECUTE stmt; DEALLOCATE PREPARE stmt; DROP TABLE t1; +--echo End of 5.1 tests + + # # Bug#36785: Wrong error message when group_concat() exceeds max length # |