- 28 Feb, 2013 2 commits
-
-
unknown authored
modified: storage/connect/connect.cc - GCC requires template<> headers modified: storage/connect/value.cpp
-
Olivier Bertrand authored
The first one did not compile with GCC on Linux modified: storage/connect/value.cpp storage/connect/value.h
-
- 27 Feb, 2013 7 commits
-
-
Olivier Bertrand authored
the gcc error: invalid use of incomplete type modified: storage/connect/myconn.cpp storage/connect/xobject.h
-
Olivier Bertrand authored
modified: storage/connect/value.h
-
Olivier Bertrand authored
- Clean code in Value.h modified: storage/connect/odbconn.cpp storage/connect/value.h
-
Olivier Bertrand authored
modified: storage/connect/tabdos.cpp storage/connect/tabdos.h storage/connect/tabmysql.cpp storage/connect/tabodbc.cpp storage/connect/tabsys.cpp storage/connect/tabxml.cpp storage/connect/value.cpp storage/connect/value.h storage/connect/xobject.h
-
Olivier Bertrand authored
modified: mysql-test/suite/connect/r/odbc_xls.result
-
Alexander Barkov authored
modified: mysql-test/suite/connect/t/mysql.test
-
Alexander Barkov authored
modified: mysql-test/suite/connect/r/mysql.result mysql-test/suite/connect/t/mysql.test
-
- 25 Feb, 2013 1 commit
-
-
Olivier Bertrand authored
- Use the COLDEF flag to initialize column nullable value. - Fix a bug on inserting null values in MYSQL tables. modified: storage/connect/colblk.cpp storage/connect/connect.cc storage/connect/ha_connect.cc storage/connect/odbconn.cpp storage/connect/plgdbsem.h storage/connect/table.cpp storage/connect/tabmysql.cpp
-
- 24 Feb, 2013 1 commit
-
-
Olivier Bertrand authored
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
-
- 22 Feb, 2013 10 commits
-
-
Olivier Bertrand authored
modified: storage/connect/CMakeLists.txt
-
Olivier Bertrand authored
Simplify update in pre_create modified: mysql-test/suite/connect/r/mysql.result mysql-test/suite/connect/t/mysql.test mysql-test/suite/connect/t/xml.test storage/connect/CMakeLists.txt storage/connect/ha_connect.cc storage/connect/mycat.cc
-
Olivier Bertrand authored
modified: storage/connect/CMakeLists.txt
-
Olivier Bertrand authored
modified: storage/connect/tabmysql.cpp
-
Olivier Bertrand authored
Federated servers are not yet supported. modified: storage/connect/ha_connect.cc storage/connect/tabmysql.cpp storage/connect/tabmysql.h
-
Alexander Barkov authored
modified: storage/connect/CMakeLists.txt
-
Alexander Barkov authored
modified: mysql-test/suite/connect/r/mysql.result mysql-test/suite/connect/t/mysql.test
-
Alexander Barkov authored
- Fixing a bug that DBNAME value was forgotten when followed by OPTION_LIST. modified: mysql-test/suite/connect/r/mysql.result mysql-test/suite/connect/t/mysql.test storage/connect/ha_connect.cc
-
Alexander Barkov authored
modified: mysql-test/suite/connect/t/xml.test storage/connect/mycat.cc
-
Alexander Barkov authored
modified: mysql-test/suite/connect/t/odbc_xls.test
-
- 21 Feb, 2013 7 commits
-
-
Olivier Bertrand authored
modified: storage/connect/ha_connect.cc mysql-test/suite/connect/r/mysql.result (merged) mysql-test/suite/connect/t/mysql.test (merged)
-
Olivier Bertrand authored
accepted in OPTION_LIST for compatibity but DB_NAME is no more recognized. modified: storage/connect/ha_connect.cc
-
Alexander Barkov authored
modified: mysql-test/suite/connect/t/mysql.test
-
Alexander Barkov authored
modified: mysql-test/suite/connect/r/mysql.result mysql-test/suite/connect/t/mysql.test
-
Olivier Bertrand authored
modified: storage/connect/myutil.cpp
-
Alexander Barkov authored
added: mysql-test/suite/connect/r/mysql.result mysql-test/suite/connect/t/mysql.test
-
Alexander Barkov authored
(special characters and characters outside of the file ENCODING) modified: mysql-test/suite/connect/r/xml.result mysql-test/suite/connect/t/xml.test
-
- 20 Feb, 2013 10 commits
-
-
Olivier Bertrand authored
Note that the problem if far more complex. To be revisited. modified: storage/connect/libdoc.cpp storage/connect/tabxml.h
-
Olivier Bertrand authored
- Take care of XML special chars (<>& etc.) - Remove Encode, Decode modified: storage/connect/libdoc.cpp storage/connect/libdoc.h - Neither libmysql.lib nor mysqlclient.lib needed for MYSQL table type modified: storage/connect/CMakeLists.txt
-
Olivier Bertrand authored
It is no more necessary to be liked to libmysql.lib nor mysqlclient.lib. modified: storage/connect/libdoc.cpp storage/connect/myconn.cpp storage/connect/myconn.h storage/connect/tabmysql.cpp storage/connect/tabmysql.h
-
Olivier Bertrand authored
modified: storage/connect/reldef.cpp
-
Alexander Barkov authored
Adding ORDER BY clause. modified: mysql-test/suite/connect/r/dir.result mysql-test/suite/connect/t/dir.test
-
Alexander Barkov authored
(with MODULE_ONLY valgrind does not display file name and line number if a problem happens inside a dlopen-ed plugin) modified: storage/connect/CMakeLists.txt
-
Alexander Barkov authored
"mysqld --connect" conflicts with "mysqld --connect-timeout". (unfortunate design decision in how mysqld handles command line options). modified: mysql-test/mysql-test-run.pl mysql-test/suite/connect/suite.opt
-
Alexander Barkov authored
modified: storage/connect/ha_connect.cc
-
Olivier Bertrand authored
No commit message
-
Olivier Bertrand authored
- Set parameters so libxml2 does not anymore add extra characters when retrieving several subnodes of a node. - Make a CONNECT file header (was PlugDB) modified: storage/connect/domdoc.cpp storage/connect/libdoc.cpp storage/connect/tabxml.cpp - Change the version number modified: storage/connect/ha_connect.cc - Begin eliminate use of libmysql functions in MYSQL table type Not finished yet modified: storage/connect/myconn.cpp storage/connect/myconn.h
-
- 19 Feb, 2013 2 commits
-
-
Alexander Barkov authored
modified: mysql-test/suite/connect/r/csv.result mysql-test/suite/connect/t/csv.test
-
Olivier Bertrand authored
-