Olivier Bertrand
5d75457fc9
- Implement the SERVID special columns. This imply modifying the way
...
special columns are processed. This will be documented.
Also some code cleanup and some changes to prepare the indexing of
nullable columns (not achieve yet)
modified:
storage/connect/colblk.cpp
storage/connect/colblk.h
storage/connect/connect.cc
storage/connect/connect.h
storage/connect/ha_connect.cc
storage/connect/ha_connect.h
storage/connect/macutil.cpp
storage/connect/mycat.cc
storage/connect/plgdbsem.h
storage/connect/reldef.cpp
storage/connect/reldef.h
storage/connect/table.cpp
storage/connect/tabmysql.cpp
storage/connect/tabmysql.h
storage/connect/tabodbc.h
storage/connect/tabtbl.cpp
storage/connect/tabutil.h
storage/connect/value.h
storage/connect/xindex.cpp
storage/connect/xindex.h
storage/connect/xtable.h
2013-08-09 18:02:47 +02:00
Alexander Barkov
66c1665e89
Fixing numerous "variable is set but never used" warnings.
...
modified:
storage/connect/filamfix.cpp
storage/connect/filamtxt.cpp
storage/connect/filamvct.cpp
storage/connect/odbconn.cpp
storage/connect/tabodbc.cpp
storage/connect/xindex.cpp
2013-07-08 10:20:53 +04:00
Olivier Bertrand
b3b0210467
- Prepar using indexes in MAP mode (not used yet)
...
modified:
storage/connect/tabdos.cpp
storage/connect/xindex.cpp
storage/connect/xindex.h
2013-04-07 11:43:35 +02:00
Olivier Bertrand
0de0a46f02
- Commit revision pushed from Linux
...
modified:
storage/connect/xindex.cpp*
2013-03-28 22:21:17 +01:00
unknown
a804f28c49
- Fixing Linux index compile errors
...
modified:
storage/connect/xindex.cpp
2013-03-28 22:15:02 +01:00
Olivier Bertrand
0dc6f5aa15
- Miscelleanous fix for compiling on Linux
...
modified:
storage/connect/xindex.cpp
2013-03-28 18:42:45 +01:00
Olivier Bertrand
35ee485b65
- Implemented: not split indexes (all indexes in one file)
...
modified:
storage/connect/tabdos.cpp
storage/connect/xindex.cpp
storage/connect/xindex.h
2013-03-28 18:31:10 +01:00
Olivier Bertrand
cd9e1938ef
- Add a new table option SEPINDEX (not used yet) and remove an unused
...
parameter to all catalog info functions.
modified:
storage/connect/catalog.h
storage/connect/filamvct.cpp
storage/connect/filamzip.cpp
storage/connect/ha_connect.cc
storage/connect/mycat.cc
storage/connect/mycat.h
storage/connect/reldef.cpp
storage/connect/reldef.h
storage/connect/tabdos.cpp
storage/connect/tabfmt.cpp
storage/connect/tabmul.cpp
storage/connect/tabmysql.cpp
storage/connect/tabodbc.cpp
storage/connect/tabsys.cpp
storage/connect/tabtbl.cpp
storage/connect/tabvct.cpp
storage/connect/tabwmi.cpp
storage/connect/tabxml.cpp
storage/connect/xindex.cpp
2013-03-25 11:07:45 +01:00
Olivier Bertrand
cb1847df32
- Make indexes to be rebuilt on Update only when an indexed column was updated.
...
modified:
mysql-test/suite/connect/r/index.result
mysql-test/suite/connect/t/index.test
storage/connect/ha_connect.cc
storage/connect/tabdos.cpp
storage/connect/xindex.cpp
2013-03-10 19:48:45 +01:00
Olivier Bertrand
2b60525d57
- Add support to NULL values. This concern the MYSQL
...
and ODBC table types. Not supported yet for indexes.
modified:
storage/connect/colblk.cpp
storage/connect/colblk.h
storage/connect/connect.cc
storage/connect/ha_connect.cc
storage/connect/tabmysql.cpp
storage/connect/tabodbc.cpp
storage/connect/valblk.cpp
storage/connect/valblk.h
storage/connect/value.cpp
storage/connect/value.h
storage/connect/xindex.cpp
2013-02-24 01:23:18 +01:00
Alexander Barkov
587a40c17e
Fixing a warning:
...
KXYCOL::Kof’ will be initialized after ‘void*& KXYCOL::To_Bkeys’ [-Wreorder]
modified:
storage/connect/xindex.cpp
2013-02-07 19:10:35 +04:00
Alexander Barkov
f8f79d9334
Fixing wrong sprintf() calls.
...
modified:
storage/connect/filamap.cpp
storage/connect/filamdbf.cpp
storage/connect/filamfix.cpp
storage/connect/filamtxt.cpp
storage/connect/filamvct.cpp
storage/connect/ha_connect.cc
storage/connect/osutil.c
storage/connect/plgdbutl.cpp
storage/connect/plugutil.c
storage/connect/tabfix.cpp
storage/connect/tabxml.cpp
storage/connect/user_connect.cc
storage/connect/value.cpp
storage/connect/xindex.cpp
2013-02-07 17:56:48 +04:00
Alexander Barkov
30c4b0ebc2
- Fixing TAB to 2 spaces
...
- Fixing line endings from "\r\n" to "\n"
2013-02-07 13:34:27 +04:00
Alexander Barkov
22a8fb03db
Introducing functions global_open() and global_fopen() for these purposes:
...
- Removing duplicate code to generate error message text
- In the future they will most likely check secure_file_priv directory.
modified:
storage/connect/filamdbf.cpp
storage/connect/filamfix.cpp
storage/connect/filamtxt.cpp
storage/connect/filamvct.cpp
storage/connect/libdoc.cpp
storage/connect/maputil.cpp
storage/connect/plgdbsem.h
storage/connect/plgdbutl.cpp
storage/connect/tabfmt.cpp
storage/connect/tabmul.cpp
storage/connect/tabxml.cpp
storage/connect/xindex.cpp
2013-02-06 15:17:34 +04:00
Alexander Barkov
d7143a4160
Adding the CONNECT storage engine sources.
2013-01-18 19:21:44 +04:00