summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Add a test on table types in ha_connect::createOlivier Bertrand2013-02-121-2/+20
* Fix a bug causing all tests to fail.Olivier Bertrand2013-02-123-8/+13
* All use of a character to represent table types orOlivier Bertrand2013-02-1214-263/+276
* Changing maximum possible column length for DBF tables from 11 to 10.Alexander Barkov2013-02-121-2/+2
* Fixing ini.test failure on Linux:Alexander Barkov2013-02-111-3/+6
* Adding test for ENGINE=VECAlexander Barkov2013-02-111-0/+2
* Fixing compilation problems on Unix:Alexander Barkov2013-02-115-10/+10
* Bug fixed: Column charset were not handled on read.Olivier Bertrand2013-02-1123-1186/+937
* Put almost all function prototypes in header files that areOlivier Bertrand2013-02-0918-389/+617
* 1) Fix bug on strange sprintfOlivier Bertrand2013-02-083-8/+9