You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
Added dyamic column api
Added character set conversion
This commit is contained in:
@@ -272,11 +272,6 @@ typedef struct st_mysql {
|
||||
void *extension;
|
||||
} MYSQL;
|
||||
|
||||
typedef struct st_mysql_lex_string {
|
||||
char *str;
|
||||
size_t length;
|
||||
} MYSQL_LEX_STRING;
|
||||
|
||||
struct st_mysql_options_extention {
|
||||
char *plugin_dir;
|
||||
char *default_auth;
|
||||
@@ -319,6 +314,9 @@ typedef struct st_mysql_time
|
||||
enum enum_mysql_timestamp_type time_type;
|
||||
} MYSQL_TIME;
|
||||
|
||||
#define AUTO_SEC_PART_DIGITS 31
|
||||
#define SEC_PART_DIGITS 6
|
||||
|
||||
typedef struct character_set
|
||||
{
|
||||
unsigned int number; /* character set number */
|
||||
|
Reference in New Issue
Block a user