mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
- Extending connect_assisted_discovery column automatic definition
to OCCUR and PIVOT table types. modified: storage/connect/ha_connect.cc storage/connect/myconn.cpp storage/connect/myconn.h storage/connect/plgdbsem.h storage/connect/plgdbutl.cpp storage/connect/taboccur.cpp storage/connect/taboccur.h storage/connect/tabpivot.cpp storage/connect/tabpivot.h - Fix wrong definition of GetVlen for TYPE template modified: storage/connect/valblk.h
This commit is contained in:
parent
cc8174db48
commit
9f7c3fedfa
10 changed files with 494 additions and 47 deletions
|
|
@ -518,6 +518,7 @@ typedef struct _colres {
|
|||
int Clen; /* Data individual internal size */
|
||||
int Length; /* Data individual print length */
|
||||
int Prec; /* Precision */
|
||||
int Flag; /* Flag option value */
|
||||
XFLD Fld; /* Type of field info */
|
||||
} COLRES;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue