- 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 5 commits
-
-
Alexander Barkov authored
modified: mysql-test/suite/connect/r/csv.result mysql-test/suite/connect/t/csv.test
-
Olivier Bertrand authored
-
Alexander Barkov authored
modified: storage/connect/ha_connect.cc
-
Alexander Barkov authored
- Removing -DMYSQL_DYNAMIC_PLUGIN. Its automatically added by MYSQL_ADD_PLUGIN - Replacing "IF(!XXX)" to "IF(NOT XXX)". The former is a wrong cmake syntax. modified: storage/connect/CMakeLists.txt
-
Alexander Barkov authored
file according to the ENCODING option. modified: mysql-test/suite/connect/r/xml.result mysql-test/suite/connect/t/xml.test
-
- 18 Feb, 2013 3 commits
-
-
Olivier Bertrand authored
-
Alexander Barkov authored
-
Olivier Bertrand authored
Modified: ha_connect.cc
-
- 17 Feb, 2013 2 commits
-
-
Olivier Bertrand authored
static to dynamic. Apparently this caused errors with a obscure message saying "Invalid handle vale" (probably m_henv). Modified: odbconn.h odbconn.cpp
-
Olivier Bertrand authored
in case of error while processing ODBC type tables. Modified: odbconn.h odbconn.cpp
-
- 15 Feb, 2013 7 commits
-
-
Olivier Bertrand authored
modified: storage/connect/odbconn.cpp storage/connect/tabodbc.cpp
-
Alexander Barkov authored
removing extra space characters in TABLE_TYPE=XML with libxml2 modified: mysql-test/suite/connect/r/xml.result
-
Olivier Bertrand authored
node text retrieved by libxml2. Modified: libdoc.cpp
-
Alexander Barkov authored
CREATE TABLE t2 ... AS SELECT * FROM t1; modified: mysql-test/suite/connect/r/csv.result mysql-test/suite/connect/t/csv.test
-
Alexander Barkov authored
modified: mysql-test/suite/connect/r/bin.result mysql-test/suite/connect/r/csv.result mysql-test/suite/connect/r/dbf.result mysql-test/suite/connect/r/dir.result mysql-test/suite/connect/r/fix.result mysql-test/suite/connect/r/general.result mysql-test/suite/connect/r/ini.result mysql-test/suite/connect/r/vec.result mysql-test/suite/connect/t/dbf.test mysql-test/suite/connect/t/dir.test mysql-test/suite/connect/t/general.test
-
Olivier Bertrand authored
when passed a NULL oplist argument. Modified: ha_connect.cc
-
Olivier Bertrand authored
Currently, only TABLE_TYPE is tested, and if wrong or unspecified, is replaced by the default value DOS. - Test on type was moved from create to pre_create - pre_create is now called unconditionally and must return true on error and false otherwise. - Warnings are produced if the table type was changed. - The errors have specific error messages (instead of being warnings with an error message telling that a table must have columns) Modified: ha_connect.cc ha_connect.h handler.h sql_table.cc
-
- 14 Feb, 2013 5 commits
-
-
Alexander Barkov authored
- Getting rid of some duplicate code in the Windows and Linux sections - Moving the initializationa and clean-up code to connect_init_func() and connect_done_func(). This allows to use services provided by mysqld, for example my_snprintf(), which do not work in "__attribute__((constructor))init()". - Removing the "__attribute__((constructor)) init()" and "__attribute__((destructor)) fini()" functions - Using MariaDB's my_getpw() instead of different calls for Windows and Linux. - Fixing a potentially wrong memory write in strcat() when creating the full connect.ini file name. strcat() can go outside of the buffer size when directory name is long enough. Using safe my_snprintf() instead. modified: storage/connect/ha_connect.cc
-
Alexander Barkov authored
so it passed idependently from the source tree location. modified: mysql-test/suite/connect/r/odbc_xls.result mysql-test/suite/connect/t/odbc_xls.test
-
Olivier Bertrand authored
No commit message
-
Olivier Bertrand authored
Modified: ha_connect.cc
-
Olivier Bertrand authored
Modified: ha_connect.cc
-
- 13 Feb, 2013 1 commit
-
-
Olivier Bertrand authored
of SQL types previously done in the removed function MyODBCCols. Modified: ha_connect.cc
-