1
0
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:
holzboote@googlemail.com
2013-08-23 18:35:07 +02:00
parent a6fd66698f
commit 87150c736e
19 changed files with 7477 additions and 404 deletions

View File

@@ -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 */