summaryrefslogtreecommitdiff
path: root/storage/connect
Commit message (Expand)AuthorAgeFilesLines
* Fixing that ODBC detection always failed on Linux becauseAlexander Barkov2013-04-281-0/+1
* Packaging clean-ups for the cassandra and connect engines.Alexander Barkov2013-04-211-1/+0
* fixes for buildbot.Sergei Golubchik2013-04-213-12/+28
* Fixing compilation failure in Solaris/OpenSolarisAlexander Barkov2013-04-211-6/+5
* Removing -Wfatal-errors, as it does not present in the older gcc versions.Alexander Barkov2013-04-211-2/+2
* Recoding new resultsAlexander Barkov2013-04-201-1/+1
* Fixing a few problems found by Build Bot after merging the CONNECT engine.Alexander Barkov2013-04-202-6/+10
* After-fix for Sergei's merge of the connect engine.Alexander Barkov2013-04-203-5/+25
* merge with maria-10.0-connectSergei Golubchik2013-04-198-29/+25
|\
| * Fix to handle CMake component names with dash in the name, when producing MSI...Vladislav Vaintroub2013-04-191-4/+4
| * - Committing merged changesOlivier Bertrand2013-04-192-1/+29
| |\
| * | - Bug: When trace is ON the variable c was used uninitialized in CSORT::IstcOlivier Bertrand2013-04-151-1/+1
* | | CONNECT engine fixes after 10.0 merge.Sergei Golubchik2013-04-1918-741/+295
* | | small mtr cleanupSergei Golubchik2013-04-1958-0/+12760
| |/ |/|
* | Dashed name did not work on Windows.Alexander Barkov2013-04-171-3/+3
* | Fix MSI package creation for connect engine.Vladislav Vaintroub2013-04-171-2/+6
* | Adding RPM related definitions to create a separate RPM packageAlexander Barkov2013-04-162-0/+24
|/
* - Fix use of s->db_plugin in GetSubTable for release versionsOlivier Bertrand2013-04-131-0/+4
* - Extend the TBL type to support sub-tables of any engines. Not CONNECTOlivier Bertrand2013-04-126-23/+53
* - Add support of NULLs for file table columns.Olivier Bertrand2013-04-107-5/+47
* - Add routine to test index equalityOlivier Bertrand2013-04-103-3/+29
* - All the processing of creating, dropping, modifying indexes was redesigned.Olivier Bertrand2013-04-099-134/+223
* - Prepar using indexes in MAP mode (not used yet)Olivier Bertrand2013-04-073-315/+56
* - Bug fix: Variable rc could used uninitialized when tracing is on.Olivier Bertrand2013-04-061-4/+4
* - Do not check columns name length of dbf catalog tables. They return infoOlivier Bertrand2013-04-051-1/+1
* - Update some DBUG_PRINT to avois warning on LinuxOlivier Bertrand2013-04-042-10/+10
* - Do not accept creating XML2 tables when libxml2 is not availableOlivier Bertrand2013-04-041-9/+11
* Adding security tests for "ALTER TABLE t1 FILE_NAME='xxx'"Alexander Barkov2013-04-041-5/+3
* - Commit added test on TBL tablesOlivier Bertrand2013-04-041-1/+1
* - Block creating tables with auto_incremented colummns (not supported)Olivier Bertrand2013-04-034-4/+53
* Fixed a problem in index.test failures when run in a non-Paris time zone.Alexander Barkov2013-04-031-8/+46
* - Fix making default file name with lower case typeOlivier Bertrand2013-04-021-2/+14
* - Fold type name to lowercase when used for default file typeOlivier Bertrand2013-04-021-9/+27
* - Commit pulled changesOlivier Bertrand2013-04-021-5/+14
|\
| * Respect the --secure-file-priv server option when working withAlexander Barkov2013-04-021-2/+11
* | - Comment out the last commited changeOlivier Bertrand2013-04-021-3/+11
|/
* - Commit merged changesOlivier Bertrand2013-04-021-1/+1
|\
| * Fixing a crash in the latest push from Olivier.Alexander Barkov2013-04-011-1/+1
* | - Commit change pulled from Linux virtual machine (fixing typo in Win32 part)Olivier Bertrand2013-04-021-2/+2
* | - Fix huge vec tables bug. This was not yet completely implemented for Unix.Olivier Bertrand2013-04-021-277/+262
* | - Fix bugs with VEC tables header and empty file making for HUGE tables.Olivier Bertrand2013-04-012-13/+51
|/
* - Add some warnings to Create Table processOlivier Bertrand2013-03-302-19/+79
* - Fix problems related to table file names when not specified:Olivier Bertrand2013-03-293-26/+47
* - Commit revision pushed from LinuxOlivier Bertrand2013-03-281-0/+0
* - Fixing Linux index compile errorsunknown2013-03-281-10/+9
* - Miscelleanous fix for compiling on LinuxOlivier Bertrand2013-03-281-2/+1
* - Implemented: not split indexes (all indexes in one file)Olivier Bertrand2013-03-283-53/+211
* - PROFILE_Close cannot be staticOlivier Bertrand2013-03-261-1/+1
* - On Linux, closing an INI table removes it from the inihandl cacheOlivier Bertrand2013-03-265-9/+66
* - Add a new table option SEPINDEX (not used yet) and remove an unusedOlivier Bertrand2013-03-2519-131/+144