mariadb/storage/connect
Alexander Barkov a6a4fa1d6f Fixing a few problems found by Build Bot after merging the CONNECT engine.
modified:
  @ mysql-test/r/mysqld--help.result
  @ mysql-test/t/mysqld--help.test
  Supressing information about "--connect" in "mysqld --help" output,
  as it depends on the build parameters.
  As a side effect information about --connect-timeout is now also suppressed :(

  @ storage/connect/CMakeLists.txt
  Removing gcc warning switches that do not exists in some older gcc versions.

  @ storage/connect/ha_connect.cc
  Adding a quick fix: cast from "const char *" to "char *".
  Olivier should do a better fix eventually.
2013-04-20 19:23:33 +04:00
..
mysql-test/connect After-fix for Sergei's merge of the connect engine. 2013-04-20 00:24:05 +04:00
block.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
catalog.h - Extend the TBL type to support sub-tables of any engines. Not CONNECT 2013-04-12 18:30:15 +02:00
checklvl.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
CMakeLists.txt Fixing a few problems found by Build Bot after merging the CONNECT engine. 2013-04-20 19:23:33 +04:00
colblk.cpp - Catalog table: Use XFLD as Flag value instead of column index. 2013-02-25 22:44:42 +01:00
colblk.h - Add support to NULL values. This concern the MYSQL 2013-02-24 01:23:18 +01:00
connect.cc - Update some DBUG_PRINT to avois warning on Linux 2013-04-04 23:27:54 +02:00
connect.cnf Adding RPM related definitions to create a separate RPM package 2013-04-16 16:54:44 +04:00
connect.h Put almost all function prototypes in header files that are 2013-02-09 01:08:15 +01:00
csort.cpp - Bug: When trace is ON the variable c was used uninitialized in CSORT::Istc 2013-04-15 15:59:47 +02:00
csort.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
domdoc.cpp - Fix conversion bug for MS-DOM XML tables. The node content was written 2013-03-02 17:58:18 +01:00
domdoc.h - Fix conversion bug for MS-DOM XML tables. The node content was written 2013-03-02 17:58:18 +01:00
engmsg.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
filamap.cpp - Fix a GCC compile error (crosses initialization of pos) an change 2013-03-13 01:56:01 +01:00
filamap.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
filamdbf.cpp CONNECT engine fixes after 10.0 merge. 2013-04-19 20:35:43 +02:00
filamdbf.h CONNECT engine fixes after 10.0 merge. 2013-04-19 20:35:43 +02:00
filamfix.cpp Fixing wrong sprintf() calls. 2013-02-07 17:56:48 +04:00
filamfix.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
filamtxt.cpp Fixing wrong sprintf() calls. 2013-02-07 17:56:48 +04:00
filamtxt.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
filamvct.cpp - Bug fix: Variable rc could used uninitialized when tracing is on. 2013-04-06 12:51:45 +02:00
filamvct.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
filamzip.cpp - Add a new table option SEPINDEX (not used yet) and remove an unused 2013-03-25 11:07:45 +01:00
filamzip.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
fmdlex.c - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04: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 - All the processing of creating, dropping, modifying indexes was redesigned. 2013-04-09 23:14:45 +02:00
ha_connect.cc Fixing a few problems found by Build Bot after merging the CONNECT engine. 2013-04-20 19:23:33 +04:00
ha_connect.h CONNECT engine fixes after 10.0 merge. 2013-04-19 20:35:43 +02:00
inihandl.c - PROFILE_Close cannot be static 2013-03-26 16:25:19 +01:00
libdoc.cpp - Fix conversion bug for MS-DOM XML tables. The node content was written 2013-03-02 17:58:18 +01:00
libdoc.h - Fix conversion bug for MS-DOM XML tables. The node content was written 2013-03-02 17:58:18 +01:00
macutil.cpp - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
macutil.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
maputil.cpp - Resetting chmod to non executable 2013-03-11 18:35:51 +01:00
maputil.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
messages.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
msgid.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
mycat.cc - Extend the TBL type to support sub-tables of any engines. Not CONNECT 2013-04-12 18:30:15 +02:00
mycat.h - Extend the TBL type to support sub-tables of any engines. Not CONNECT 2013-04-12 18:30:15 +02:00
myconn.cpp - Changing mode to -x 2013-03-06 11:16:29 +01:00
myconn.h - Update the MYSQL table handling to use only client API functions. 2013-02-20 16:57:38 +01:00
myutil.cpp CONNECT engine fixes after 10.0 merge. 2013-04-19 20:35:43 +02:00
myutil.h CONNECT engine fixes after 10.0 merge. 2013-04-19 20:35:43 +02:00
odbccat.h All use of a character to represent table types or 2013-02-12 12:34:14 +01:00
odbconn.cpp - XML and INI tables now return NULL when a node does not exist in a row (XML) 2013-03-10 15:10:00 +01:00
odbconn.h Modification of the ODBConn class to change m_henv member from 2013-02-18 00:18:32 +01:00
os.h Fixing compilation warnings: 2013-02-07 15:21:56 +04:00
osutil.c Fixing wrong sprintf() calls. 2013-02-07 17:56:48 +04:00
osutil.h - On Linux, closing an INI table removes it from the inihandl cache 2013-03-26 15:20:22 +01:00
plgcnx.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
plgdbsem.h - On Linux, closing an INI table removes it from the inihandl cache 2013-03-26 15:20:22 +01:00
plgdbutl.cpp - On Linux, closing an INI table removes it from the inihandl cache 2013-03-26 15:20:22 +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 conversion bug for MS-DOM XML tables. The node content was written 2013-03-02 17:58:18 +01:00
plugutil.c - All the processing of creating, dropping, modifying indexes was redesigned. 2013-04-09 23:14:45 +02:00
preparse.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
rcmsg.c All use of a character to represent table types or 2013-02-12 12:34:14 +01:00
reldef.cpp - Add a new table option SEPINDEX (not used yet) and remove an unused 2013-03-25 11:07:45 +01:00
reldef.h CONNECT engine fixes after 10.0 merge. 2013-04-19 20:35:43 +02:00
resource.h Put almost all function prototypes in header files that are 2013-02-09 01:08:15 +01:00
tabcol.cpp - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
tabcol.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
tabdos.cpp - Add support of NULLs for file table columns. 2013-04-10 23:38:27 +02:00
tabdos.h - Rewriting the VALUE classes as template classes 2013-02-27 16:42:59 +01:00
tabfix.cpp - Add support of NULLs for file table columns. 2013-04-10 23:38:27 +02:00
tabfix.h Bug fixed: Column charset were not handled on read. 2013-02-11 00:31:03 +01:00
tabfmt.cpp CONNECT engine fixes after 10.0 merge. 2013-04-19 20:35:43 +02:00
tabfmt.h CONNECT engine fixes after 10.0 merge. 2013-04-19 20:35:43 +02:00
table.cpp - Catalog table: Use XFLD as Flag value instead of column index. 2013-02-25 22:44:42 +01:00
tabmac.cpp - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
tabmac.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
tabmul.cpp - Add a new table option SEPINDEX (not used yet) and remove an unused 2013-03-25 11:07:45 +01:00
tabmul.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
tabmysql.cpp - Add a new table option SEPINDEX (not used yet) and remove an unused 2013-03-25 11:07:45 +01:00
tabmysql.h - Extend the TBL type to support sub-tables of any engines. Not CONNECT 2013-04-12 18:30:15 +02:00
tabodbc.cpp - Add a new table option SEPINDEX (not used yet) and remove an unused 2013-03-25 11:07:45 +01:00
tabodbc.h Bug fixed: Column charset were not handled on read. 2013-02-11 00:31:03 +01:00
tabpivot.cpp - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
tabpivot.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
tabsys.cpp - On Linux, closing an INI table removes it from the inihandl cache 2013-03-26 15:20:22 +01:00
tabsys.h 1) Fix bug on strange sprintf 2013-02-08 03:27:12 +01:00
tabtbl.cpp CONNECT engine fixes after 10.0 merge. 2013-04-19 20:35:43 +02:00
tabtbl.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
tabvct.cpp - Add support of NULLs for file table columns. 2013-04-10 23:38:27 +02:00
tabvct.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
tabwmi.cpp - Add a new table option SEPINDEX (not used yet) and remove an unused 2013-03-25 11:07:45 +01:00
tabwmi.h Bug fixed: Column charset were not handled on read. 2013-02-11 00:31:03 +01:00
tabxml.cpp - Fix problems related to table file names when not specified: 2013-03-29 01:28:48 +01:00
tabxml.h - Make INI and XML tables not writing null column values 2013-03-19 19:41:50 +01:00
user_connect.cc CONNECT engine fixes after 10.0 merge. 2013-04-19 20:35:43 +02:00
user_connect.h CONNECT engine fixes after 10.0 merge. 2013-04-19 20:35:43 +02:00
valblk.cpp CONNECT engine fixes after 10.0 merge. 2013-04-19 20:35:43 +02:00
valblk.h - Add tiny integer as a supported type by CONNECT 2013-03-11 16:52:59 +01:00
value.cpp Fixed a problem in index.test failures when run in a non-Paris time zone. 2013-04-03 04:54:02 -07:00
value.h - Add tiny integer as a supported type by CONNECT 2013-03-11 16:52:59 +01:00
xindex.cpp - Prepar using indexes in MAP mode (not used yet) 2013-04-07 11:43:35 +02:00
xindex.h - Add routine to test index equality 2013-04-10 14:24:28 +02:00
xobject.cpp - Add tiny integer as a supported type by CONNECT 2013-03-11 16:52:59 +01:00
xobject.h - Modify the way value.h and valblk.h are included to try fixing 2013-02-27 23:32:34 +01:00
xtable.h Adding DATA_CHARSET table option. 2013-02-18 19:21:52 +04:00