summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* - Fix conversion bug for MS-DOM XML tables. The node content was writtenOlivier Bertrand2013-03-028-27/+91
* - MySQL connection was not close if mysql_real_connect failed.Olivier Bertrand2013-03-021-0/+1
* - MySQL connection was not closed in case of errorunknown2013-03-021-2/+5
* - Rewrite some VALBLK classes as templatesOlivier Bertrand2013-03-014-346/+416
* - Begin fixing memory leaksOlivier Bertrand2013-03-012-11/+5
* - Fix warning on missing initial values on LinuxOlivier Bertrand2013-03-012-2/+10
* - Fix memory leakunknown2013-03-012-123/+140
* - Second version of template value classesOlivier Bertrand2013-02-282-236/+376
* - Modify the way value.h and valblk.h are included to try fixingOlivier Bertrand2013-02-272-2/+2
* - Change Subclass name from TYPE to TOlivier Bertrand2013-02-271-6/+6
* - Fix a miscalculation of column length in ODBCTablesOlivier Bertrand2013-02-272-8/+10
* - Rewriting the VALUE classes as template classesOlivier Bertrand2013-02-279-4274/+456
* - Catalog table: Use XFLD as Flag value instead of column index.Olivier Bertrand2013-02-257-29/+36
* - Add support to NULL values. This concern the MYSQLOlivier Bertrand2013-02-2411-249/+571
* - Add header files to source filesOlivier Bertrand2013-02-221-7/+16
* - Commiting mergesOlivier Bertrand2013-02-223-1/+10
|\
| * Adding a reminder.Alexander Barkov2013-02-221-0/+4
| * - Adding tests for DBNAME=<unknown database name>.Alexander Barkov2013-02-221-1/+8
| * Skip test XML if no XML support is compiled.Alexander Barkov2013-02-221-0/+4
* | - Suppress warning on non virtual descriptorOlivier Bertrand2013-02-221-0/+2
* | - Fix connect string wrongly used when zero lengthOlivier Bertrand2013-02-221-2/+2
* | - Add the support of URL connection string fo MYSQL tablesOlivier Bertrand2013-02-223-21/+239
|/
* - Oops! db was no more initialized in pre-create. FixedOlivier Bertrand2013-02-211-1/+1
|\
* | - Change DB_NAME option name to DBNAME. Temporarily, "database" is stillOlivier Bertrand2013-02-211-6/+10
* | - Fix bad conversion from "bigint" to TYPE_FLOAT.Olivier Bertrand2013-02-211-4/+4
|/
* - Re-install blank trimming to have the xml test pass.Olivier Bertrand2013-02-202-17/+18
* - Fix the elimination of control characters from node contentOlivier Bertrand2013-02-203-22/+18
* - Update the MYSQL table handling to use only client API functions.Olivier Bertrand2013-02-204-81/+131
* Suppress a warning on unused variable.Olivier Bertrand2013-02-201-1/+1
* Removing the MODULE_ONLY option, to be able to run with valgrind.Alexander Barkov2013-02-201-1/+1
* Fixing valgrind warning: uninitialized memory read.Alexander Barkov2013-02-201-3/+3
* - Fix crash on making an XML table with encoding=XXXOlivier Bertrand2013-02-206-16/+44
* Commit merged changes.Olivier Bertrand2013-02-192-12/+6
|\
| * Removing unused code.Alexander Barkov2013-02-191-7/+1
| * Cmake clean-ups:Alexander Barkov2013-02-191-5/+5
* | Don't why bazaar asked me to commit what was mergedOlivier Bertrand2013-02-187-8/+75
|\ \ | |/
| * Adding DATA_CHARSET table option.Alexander Barkov2013-02-187-8/+75
* | Moved PushWarning out of HAVE_PSI_INTERFACE bracketsOlivier Bertrand2013-02-181-17/+16
|/
* Modification of the ODBConn class to change m_henv member fromOlivier Bertrand2013-02-182-13/+30
* Modification of the DBX class to have more informationOlivier Bertrand2013-02-172-56/+74
* Put trace in ODBC source filesOlivier Bertrand2013-02-152-120/+105
* Suppress multiple blanks and control characters from theOlivier Bertrand2013-02-151-1/+21
* Fixed a bug in ha_connect::GetListOption causing a crashOlivier Bertrand2013-02-151-2/+2
* Implementing pre_create option test and setting of default values.Olivier Bertrand2013-02-152-37/+37
* Code reorganization in the initialization and clean-up code.Alexander Barkov2013-02-141-79/+38
* (no commit message)Olivier Bertrand2013-02-141-1/+1
* Warning message changed in ha_connect::check_if_incompatible_data.Olivier Bertrand2013-02-141-1/+1
* Update ha_connect::pre_create to restore the code translatingOlivier Bertrand2013-02-141-5/+27
* Fix a typo that caused CONNECT to crash on ODBC catalog tablesOlivier Bertrand2013-02-141-1/+1
* Fix bug on readonly table option not recognizedOlivier Bertrand2013-02-132-6/+19