1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

This is full commit of group_concat with support subselects

This commit is contained in:
wax@kishkin.ru
2003-03-18 04:07:40 +05:00
parent 0e22b88af3
commit 12f1cb55b5
16 changed files with 837 additions and 14 deletions

View File

@ -266,4 +266,5 @@
#define ER_SELECT_REDUCED 1247
#define ER_TABLENAME_NOT_ALLOWED_HERE 1248
#define ER_NOT_SUPPORTED_AUTH_MODE 1249
#define ER_ERROR_MESSAGES 250
#define ER_CUT_VALUE_GROUP_CONCAT 1250
#define ER_ERROR_MESSAGES 251