mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
- Add longjmp initialization in PlgAllocResult
modified: storage/connect/plgdbutl.cpp - Update type translation to take care of type_modifiers modified: storage/connect/ha_connect.cc storage/connect/myutil.cpp storage/connect/myutil.h storage/connect/odbconn.cpp
This commit is contained in:
parent
3a7f4f241e
commit
7e8504b523
5 changed files with 66 additions and 27 deletions
|
|
@ -4,8 +4,8 @@
|
|||
#ifndef __MYUTIL__H
|
||||
#define __MYUTIL__H
|
||||
|
||||
enum enum_field_types PLGtoMYSQL(int type, bool dbf);
|
||||
const char *PLGtoMYSQLtype(int type, bool dbf, char var = NULL);
|
||||
enum enum_field_types PLGtoMYSQL(int type, bool dbf, char var = 0);
|
||||
const char *PLGtoMYSQLtype(int type, bool dbf, char var = 0);
|
||||
int MYSQLtoPLG(char *typname, char *var = NULL);
|
||||
int MYSQLtoPLG(int mytype, char *var = NULL);
|
||||
char *MyDateFmt(int mytype);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue