summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* - Fix MDEV-4881. SQL_TYPE_DECIMAL was not recognized in ha_connect::GetColumn...Olivier Bertrand2013-08-112-25/+13
* - Better message for CONNECT unspported commandsOlivier Bertrand2013-08-091-2/+4
* - Implement the SERVID special columns. This imply modifying the wayOlivier Bertrand2013-08-0921-121/+200
* - Issue a warning instead of an error when inserting in release built a valueOlivier Bertrand2013-08-061-6/+6
* - Just update the version number and dateOlivier Bertrand2013-07-292-2/+2
* - Restore comment handling commented out in R3772.Olivier Bertrand2013-07-261-4/+4
* - Restrict memcpy length in CHRBLK::SetValueOlivier Bertrand2013-07-261-1/+1
* - Fix length when TYPVAL::SetValue_char is called from MYSQLCOL::ReadColumn.Olivier Bertrand2013-07-262-5/+5
* - Restore test results to the discovery old way.Olivier Bertrand2013-07-254-13/+13
* - Restore tests to handle the cases that were giving Valgrind warnings.Olivier Bertrand2013-07-259-156/+343
* - Fix a few test in TYPVAL<PSZ> that cause Valgrind warningsOlivier Bertrand2013-07-252-12/+26
* - Modify discovery to test a new way of adding columns. Currently theOlivier Bertrand2013-07-251-111/+330
* - Fix bug causing connect_assisted_discovery to failOlivier Bertrand2013-07-201-1/+1
* - CONNECT not should use query cache because working onOlivier Bertrand2013-07-121-0/+15
* - Fix "Result content mismatch"Olivier Bertrand2013-07-122-4/+2
* - Applying temporary restrictions to test files.Olivier Bertrand2013-07-117-736/+565
* - cleaning code and show some functions return codeOlivier Bertrand2013-07-111-261/+20
* - Suppress some ubuntu compiler warningsOlivier Bertrand2013-07-086-14/+16
* Merging from 10.0-connectAlexander Barkov2013-07-0842-394/+853
|\
| * - Suppressing wrong code (INI tables are not indexables)Olivier Bertrand2013-07-081-4/+9
| * Adding instructions on how to install sqlite3 ODBC driverAlexander Barkov2013-07-081-5/+24
| * Fixing some of the memory leaks in ODBCColumns().Alexander Barkov2013-07-081-0/+3
| * Fixing a warning:Alexander Barkov2013-07-081-2/+4
| * Fixing warnings:Alexander Barkov2013-07-081-0/+1
| * Fixing a warning:Alexander Barkov2013-07-081-0/+3
| * Fixing warnings:Alexander Barkov2013-07-083-10/+16
| * Fixing a warning:Alexander Barkov2013-07-081-1/+1
| * Fixing warnings:Alexander Barkov2013-07-082-2/+3
| * Fixing warnings:Alexander Barkov2013-07-084-149/+157
| * fixing warnings:Alexander Barkov2013-07-081-0/+2
| * Fixing a typo in the previous pushAlexander Barkov2013-07-081-1/+1
| * fixing warnings:Alexander Barkov2013-07-082-6/+3
| * Fixing the "no previous declaration for ‘_strerror'" warning.Alexander Barkov2013-07-083-10/+0
| * Fixing numerous "variable is set but never used" warnings.Alexander Barkov2013-07-086-33/+30
| * - Remove unuseful option causing valgrind error or warningOlivier Bertrand2013-07-061-4/+2
| * - Try to fix a uninitialised valgrind warningOlivier Bertrand2013-07-058-8/+28
| * - Make sure Remark is initialisedOlivier Bertrand2013-07-041-0/+2
| * - Make sure Remark is initialised in ha_connect::GetColumnOptionOlivier Bertrand2013-07-041-1/+2
| * - Makes memory check conditionallyOlivier Bertrand2013-07-031-13/+13
| * - Make sure result are ordered the same on all platformsOlivier Bertrand2013-07-032-2/+2
| * - Fix memory leak in libdoc.cpp in LIBXMLDOC::GetNodeList replacingOlivier Bertrand2013-07-021-15/+138
| * - Working on eliminating valgrind warning/errorsOlivier Bertrand2013-06-303-3/+2
| * - Trying to get rid of some valgrind warningsOlivier Bertrand2013-06-303-22/+51
| * - Release storage allocated by flexOlivier Bertrand2013-06-291-13/+12
| * - Add the PROFILE_End function in inihandl. Called by connect_done_funcOlivier Bertrand2013-06-294-7/+51
| * - Release memory allocated by inihandl in connect_done_func.Olivier Bertrand2013-06-282-3/+4
| * - Trying to remove those warnings about non virtual destructorOlivier Bertrand2013-06-261-0/+3
| * - In connect_assisted_discovery the test on topt->quoted mustOlivier Bertrand2013-06-261-1/+1
| * - Fix potential bug in MYSQLCOL::WriteColumn: ShowValue was call withOlivier Bertrand2013-06-261-10/+9
| * - Implemented: The use of Federated servers.Olivier Bertrand2013-06-166-63/+123