1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

non-functional cleanup, clarifying CONVERT_IF_BIGGER_TO_BLOB

This commit is contained in:
Sergei Golubchik
2013-01-07 20:21:05 +01:00
parent ac45f3b38a
commit 78d9fdb134
11 changed files with 37 additions and 10 deletions

View File

@ -375,7 +375,7 @@ select group_concat('x') UNION ALL select 1;
drop table t1;
#
# Bug #12863 : missing separators after first empty cancatanated elements
# Bug #12863 : missing separators after first empty concatenated elements
#
CREATE TABLE t1 (id int, a varchar(9));