mariadb/storage/connect
2015-03-07 13:21:02 +01:00
..
mysql-test/connect fix connect.json_udf test for static builds 2015-03-06 20:49:48 +01:00
array.cpp 1) Handling string memory allocation with a new STRING class. This is only 2014-10-21 17:29:51 +02:00
array.h - Begin eliminating on Linux OverloadedVirtual warnings. 2015-01-27 19:18:51 +01:00
blkfil.cpp 1) Handling string memory allocation with a new STRING class. This is only 2014-10-21 17:29:51 +02:00
blkfil.h - FIX errors and some gcc warnings 2014-07-20 20:39:17 +02:00
block.h - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL. 2014-03-18 19:25:50 +01:00
catalog.h - Move DataPath from the MYCAT catalog to the ha_connect handler. Indeed 2014-08-23 19:17:15 +02:00
checklvl.h - Modify the connect_type_conv and connect_conv_size variables. 2015-02-07 11:33:52 +01:00
CMakeLists.txt Merge branch '10.0' into 10.1 2015-03-07 13:21:02 +01:00
colblk.cpp 1) Handling string memory allocation with a new STRING class. This is only 2014-10-21 17:29:51 +02:00
colblk.h This commit brings many changes, in particular two important ones: 2014-07-17 18:13:51 +02:00
connect.cc - Work on JSON and JSON UDF's 2015-02-19 00:59:02 +01:00
connect.h - Add a new CONNECT global variable allowing to tell whether or not 2014-08-22 17:30:22 +02:00
csort.cpp Merge 10.0 -> 10.0-connect 2014-04-21 14:57:10 +04:00
csort.h - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL. 2014-03-18 19:25:50 +01:00
domdoc.cpp - FIX a bug causing libxml2 not retrieving expanded multiple column values. 2014-04-22 19:15:08 +02:00
domdoc.h - NOTE: an experimental implementation of MRR was done but not kept 2014-03-10 18:29:04 +01:00
encas.h - Remove gcc warning (no previous declaration of msglang) 2014-11-16 01:16:51 +01:00
english.msg - Remove gcc warning (no previous declaration of msglang) 2014-11-16 01:16:51 +01:00
engmsg.h - Adding the JSON table type 2015-01-19 18:55:25 +01:00
enids.h - Implement the NEWMSG and XMSG methods 2014-11-15 18:28:24 +01:00
filamap.cpp - Calculate next position in filamap without assuming ENDING option is true. 2014-11-08 13:35:03 +01:00
filamap.h - fix MDEV-6802: MPXFAM::GetNextPos redefined 2014-09-29 14:42:50 +02:00
filamdbf.cpp - Implement the NEWMSG and XMSG methods 2014-11-15 18:28:24 +01:00
filamdbf.h - Initialise min/max buffer to 0 to avoid valgrind complaining 2014-09-02 01:40:15 +02:00
filamfix.cpp - Add new table type VIR and virtual index 2014-10-31 12:28:07 +01:00
filamfix.h - Add a new CONNECT global variable allowing to tell whether or not 2014-08-22 17:30:22 +02:00
filamtxt.cpp - Commit resolved conflicted files 2014-11-16 20:14:36 +01:00
filamtxt.h - Adding the JSON table type 2015-01-19 18:55:25 +01:00
filamvct.cpp - Remove some gcc warnings 2014-10-22 13:51:33 +02:00
filamvct.h - Modifies the way indexed UPDATE/DELETE are sorted in order to execute 2014-08-16 16:46:35 +02:00
filamzip.cpp 1) Handling string memory allocation with a new STRING class. This is only 2014-10-21 17:29:51 +02:00
filamzip.h 1) Handling string memory allocation with a new STRING class. This is only 2014-10-21 17:29:51 +02:00
filter.cpp - Calculate next position in filamap without assuming ENDING option is true. 2014-11-08 13:35:03 +01:00
filter.h - FIX errors and some gcc warnings 2014-07-20 20:39:17 +02:00
fmdlex.c MDEV-4243 [PATCH] Warnings/errors while compiling with clang 2013-11-28 22:35:59 +01:00
frcas.h - Remove gcc warning (no previous declaration of msglang) 2014-11-16 01:16:51 +01:00
french.msg - Remove gcc warning (no previous declaration of msglang) 2014-11-16 01:16:51 +01:00
frids.h - Implement the NEWMSG and XMSG methods 2014-11-15 18:28:24 +01:00
frmsg.h - Remove gcc warning (no previous declaration of msglang) 2014-11-16 01:16:51 +01:00
frmsg1.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
frmsg2.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
global.h - Add new Json UDF's Json_Array_Add, Json_Array_Grp and Json_Object_Grp. 2015-02-22 17:53:02 +01:00
ha_connect.cc Merge branch '10.0' into 10.1 2015-03-07 13:21:02 +01:00
ha_connect.h - Fix MDEV-7427 by not reallocating the date format in ScanRecord on each inserted row. 2015-01-09 23:36:50 +01:00
inihandl.c 5.5.40+ merge 2014-10-09 10:30:11 +02:00
inihandl.h - Add the PROFILE_End function in inihandl. Called by connect_done_func 2013-06-29 01:10:31 +02:00
json.cpp - Fix crash when Json_Value was called without arguments. 2015-03-01 19:20:40 +01:00
json.h - Fix MDEV-7616 by adding SQLCOM_SET_OPTION to the accepted command list. 2015-02-24 23:18:04 +01:00
jsonudf.cpp - Remove a signed/unsigned warning. 2015-03-01 19:29:56 +01:00
libdoc.cpp 1) Handling string memory allocation with a new STRING class. This is only 2014-10-21 17:29:51 +02:00
libdoc.h Fixing warnings: 2013-07-08 11:05:59 +04:00
macutil.cpp This is a major update that fixes most of the issues and bugs that 2014-08-07 17:59:21 +02:00
macutil.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
maputil.cpp - Fix a test failure. Due to mmap on void file being accepted on Windows 2014-08-27 00:49:07 +02:00
maputil.h - Set connection charset before calling mysql_real_connect for MYSQL 2015-01-06 10:18:04 +01:00
messages.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
msgid.h - Adding the JSON table type 2015-01-19 18:55:25 +01:00
mycat.cc - Adding the JSON table type 2015-01-19 18:55:25 +01:00
mycat.h - Move DataPath from the MYCAT catalog to the ha_connect handler. Indeed 2014-08-23 19:17:15 +02:00
myconn.cpp - Modify the connect_type_conv and connect_conv_size variables. 2015-02-07 11:33:52 +01:00
myconn.h - Set connection charset before calling mysql_real_connect for MYSQL 2015-01-06 10:18:04 +01:00
myutil.cpp - Modify the connect_type_conv and connect_conv_size variables. 2015-02-07 11:33:52 +01:00
myutil.h - Add longjmp initialization in PlgAllocResult 2013-12-11 23:33:36 +01:00
odbccat.h - Add the possibility to establish an ODBC connection via SQLConnect (the 2015-01-31 15:05:43 +01:00
odbconn.cpp - Implement random access to ODBC tables 2015-02-28 23:01:55 +01:00
odbconn.h - Implement random access to ODBC tables 2015-02-28 23:01:55 +01:00
os.h - Calculate next position in filamap without assuming ENDING option is true. 2014-11-08 13:35:03 +01:00
osutil.c - Fix using ~ in file name on Linux 2014-03-31 01:20:35 +02:00
osutil.h Merge 10.0 -> 10.0-connect 2014-04-21 14:57:10 +04:00
plgcnx.h - NOTE: an experimental implementation of MRR was done but not kept 2014-03-10 18:29:04 +01:00
plgdbsem.h - Adding the JSON table type 2015-01-19 18:55:25 +01:00
plgdbutl.cpp - Add new Json UDF's Json_Array_Add, Json_Array_Grp and Json_Object_Grp. 2015-02-22 17:53:02 +01:00
plgodbc.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
plgxml.cpp - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
plgxml.h - Fix several bugs causing memory leak or invalid access detected 2013-09-22 13:40:31 +02:00
plugutil.c - Add new Json UDF's Json_Array_Add, Json_Array_Grp and Json_Object_Grp. 2015-02-22 17:53:02 +01:00
preparse.h - NOTE: an experimental implementation of MRR was done but not kept 2014-03-10 18:29:04 +01:00
rcmsg.c - Temporary fix for MDEV-7304. 2014-12-14 22:47:12 +01:00
rcmsg.h Fixing compiler warnings ("no previous declaration for ...") 2013-05-13 15:57:49 +04:00
reldef.cpp - Set connection charset before calling mysql_real_connect for MYSQL 2015-01-06 10:18:04 +01:00
reldef.h - Set connection charset before calling mysql_real_connect for MYSQL 2015-01-06 10:18:04 +01:00
resource.h - Implement the NEWMSG and XMSG methods 2014-11-15 18:28:24 +01:00
tabcol.cpp 1) Handling string memory allocation with a new STRING class. This is only 2014-10-21 17:29:51 +02:00
tabcol.h This commit brings many changes, in particular two important ones: 2014-07-17 18:13:51 +02:00
tabdos.cpp - Adding the JSON table type 2015-01-19 18:55:25 +01:00
tabdos.h - Begin eliminating on Linux OverloadedVirtual warnings. 2015-01-27 19:18:51 +01:00
tabfix.cpp 1) Handling string memory allocation with a new STRING class. This is only 2014-10-21 17:29:51 +02:00
tabfix.h - Move DataPath from the MYCAT catalog to the ha_connect handler. Indeed 2014-08-23 19:17:15 +02:00
tabfmt.cpp 1) Handling string memory allocation with a new STRING class. This is only 2014-10-21 17:29:51 +02:00
tabfmt.h - Implement the NEWMSG and XMSG methods 2014-11-15 18:28:24 +01:00
tabjson.cpp - Implement random access to ODBC tables 2015-02-28 23:01:55 +01:00
tabjson.h - Implement random access to ODBC tables 2015-02-28 23:01:55 +01:00
table.cpp - Set connection charset before calling mysql_real_connect for MYSQL 2015-01-06 10:18:04 +01:00
tabmac.cpp - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
tabmac.h This is a major update that fixes most of the issues and bugs that 2014-08-07 17:59:21 +02:00
tabmul.cpp - Compile protect against not fully implemented optione XMSG and NEWMSG 2014-11-08 16:44:52 +01:00
tabmul.h - NOTE: an experimental implementation of MRR was done but not kept 2014-03-10 18:29:04 +01:00
tabmysql.cpp - Fix MDEV-7489 (in add_field) 2015-01-23 17:54:53 +01:00
tabmysql.h 1) Handling string memory allocation with a new STRING class. This is only 2014-10-21 17:29:51 +02:00
taboccur.cpp - Begin eliminating on Linux OverloadedVirtual warnings. 2015-01-27 19:18:51 +01:00
taboccur.h - NOTE: an experimental implementation of MRR was done but not kept 2014-03-10 18:29:04 +01:00
tabodbc.cpp - Implement random access to ODBC tables 2015-02-28 23:01:55 +01:00
tabodbc.h - Implement random access to ODBC tables 2015-02-28 23:01:55 +01:00
tabpivot.cpp - Repair the errors due to the PRXCOL Init function that must be called 2015-01-28 00:19:39 +01:00
tabpivot.h - Repair the errors due to the PRXCOL Init function that must be called 2015-01-28 00:19:39 +01:00
tabsys.cpp 1) Handling string memory allocation with a new STRING class. This is only 2014-10-21 17:29:51 +02:00
tabsys.h This is a major update that fixes most of the issues and bugs that 2014-08-07 17:59:21 +02:00
tabtbl.cpp - Add the possibility to establish an ODBC connection via SQLConnect (the 2015-01-31 15:05:43 +01:00
tabtbl.h - Commiting merge files 2014-08-07 19:12:45 +02:00
tabutil.cpp - Implement random access to ODBC tables 2015-02-28 23:01:55 +01:00
tabutil.h - Remove GCC warnings 2015-02-19 01:25:31 +01:00
tabvct.cpp 1) Handling string memory allocation with a new STRING class. This is only 2014-10-21 17:29:51 +02:00
tabvct.h - Make storing and sorting values using less memory allocation 2014-08-25 18:34:51 +02:00
tabvir.cpp - Adding the VIR table type implementation files 2014-10-31 12:43:55 +01:00
tabvir.h - Add the new files to the source list 2014-10-31 13:58:43 +01:00
tabwmi.cpp 1) Handling string memory allocation with a new STRING class. This is only 2014-10-21 17:29:51 +02:00
tabwmi.h 1) Handling string memory allocation with a new STRING class. This is only 2014-10-21 17:29:51 +02:00
tabxcl.cpp - Repair the errors due to the PRXCOL Init function that must be called 2015-01-28 00:19:39 +01:00
tabxcl.h - Begin eliminating on Linux OverloadedVirtual warnings. 2015-01-27 19:18:51 +01:00
tabxml.cpp 1) Handling string memory allocation with a new STRING class. This is only 2014-10-21 17:29:51 +02:00
tabxml.h - Commit merged files 2014-04-23 12:34:24 +02:00
user_connect.cc - Implement the NEWMSG and XMSG methods 2014-11-15 18:28:24 +01:00
user_connect.h - NOTE: an experimental implementation of MRR was done but not kept 2014-03-10 18:29:04 +01:00
valblk.cpp 1) Handling string memory allocation with a new STRING class. This is only 2014-10-21 17:29:51 +02:00
valblk.h - Begin eliminating on Linux OverloadedVirtual warnings. 2015-01-27 19:18:51 +01:00
value.cpp - Protect AllocateValue against a null sp. 2015-01-24 12:17:03 +01:00
value.h - Adding the JSON table type 2015-01-19 18:55:25 +01:00
xindex.cpp - Implement the NEWMSG and XMSG methods 2014-11-15 18:28:24 +01:00
xindex.h - Begin eliminating on Linux OverloadedVirtual warnings. 2015-01-27 19:18:51 +01:00
xobject.cpp - Change some line endings from CRLF to LF 2015-01-23 23:14:34 +01:00
xobject.h - Fix MDEV-7489 (in add_field) 2015-01-23 17:54:53 +01:00
xtable.h - Set connection charset before calling mysql_real_connect for MYSQL 2015-01-06 10:18:04 +01:00