summaryrefslogtreecommitdiff
path: root/storage/connect
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.0-connect -> 10.0Alexander Barkov2013-10-2932-303/+1609
|\
| * MDEV-4877 mysqldump dumps all data from a connect tableAlexander Barkov2013-10-292-0/+35
| * - Fix some GCC compiler eroors and warningsOlivier Bertrand2013-10-273-3/+3
| * - Add test on MYSQL table self reference during CREATE TABLEOlivier Bertrand2013-10-275-114/+200
| * - Implement the "exec source" feature for table type MYSQL.Olivier Bertrand2013-10-264-6/+300
| * - Add new features to ODBC table typeOlivier Bertrand2013-10-267-28/+105
| * - Fix compile error on some plarforms (64bits?)Olivier Bertrand2013-10-121-1/+1
| * - Commit merged file (on Linux)Olivier Bertrand2013-10-119-106/+752
| |\
| | * - Fix bug when closing some table typesOlivier Bertrand2013-10-119-105/+745
| | * - Fix the default length for DOUBLE to 255 (was 256, max is 255)Olivier Bertrand2013-10-022-1/+4
| |/
| * - Reset some variables when closing just in case the XML tre is re-used.Olivier Bertrand2013-09-251-0/+4
| * - Fix several bugs causing memory leak or invalid access detectedOlivier Bertrand2013-09-228-45/+191
| * Fixing a typo in the previous commitAlexander Barkov2013-09-161-1/+1
| * - Fix compilation error on some platformsOlivier Bertrand2013-09-162-12/+12
| * - Get rid of a compiler warningOlivier Bertrand2013-08-291-1/+1
| * - Fix a bug causing a crash when an XCOL table was the source ofOlivier Bertrand2013-08-295-5/+19
| * - Handle TINY in ODBC type conversionOlivier Bertrand2013-08-252-7/+10
| * Merge from 10.0.Alexander Barkov2013-08-221-0/+1
| |\
| * \ Merging from 10.0Alexander Barkov2013-08-227-7/+11
| |\ \
| * | | - Suppress a gcc compiler warningOlivier Bertrand2013-08-201-1/+1
| * | | - Fix a bug causing wrong charset used when inserting an attibute inOlivier Bertrand2013-08-194-5/+6
* | | | simplify CMakeLists.txt for cassandra/connect enginesSergei Golubchik2013-09-252-22/+0
| |_|/ |/| |
* | | Fixing a compilation failure in ConnectSE caused by revno 3803.Alexander Barkov2013-08-221-0/+1
| |/ |/|
* | Fixed compiler warningsMichael Widenius2013-08-218-8/+12
|/
* Merge with 10.0-connectAlexander Barkov2013-08-1533-1112/+1311
|\
| * - Change the Blanks parameter from true to false in catalog gettingOlivier Bertrand2013-08-145-10/+10
| * - FIX MDEV-4853 + another bug causing the whole section to be deletedOlivier Bertrand2013-08-132-24/+62
| * -Fix MDEV-4878. Table locking is now supported.Olivier Bertrand2013-08-124-113/+184
| * - Fix MDEV-4494. Suppress the flag HA_NULL_IN_KEY.Olivier Bertrand2013-08-111-1/+1
| * - 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
* | MDEV-4702 - Reduce usage of LOCK_openSergey Vojtovich2013-08-141-1/+1
* | MDEV-4786 - merge 10.0-monty - 10.0Sergey Vojtovich2013-07-241-0/+1
* | MDEV-4786 - merge 10.0-monty → 10.0Sergey Vojtovich2013-07-2311-72/+56
|/
* - Suppress some ubuntu compiler warningsOlivier Bertrand2013-07-086-14/+16