summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* - Typo to eliminate some GCC warningsOlivier Bertrand2015-01-062-3/+3
* - Set connection charset before calling mysql_real_connect for MYSQLOlivier Bertrand2015-01-0614-26/+305
* - Temporary fix for MDEV-7304.Olivier Bertrand2014-12-145-10/+28
* - Move mktime in TIME_to_localtime because on Linux the hour can be modifiedOlivier Bertrand2014-11-245-19/+23
|\
| * - Make the fix for getting day names of dates more generalOlivier Bertrand2014-11-242-10/+7
| * - Enhance the implementation of ODBC tables when using scrollable cursorOlivier Bertrand2014-11-243-16/+16
| * - Fix a bug causing the day always printed as Sunday for date columns withOlivier Bertrand2014-11-232-2/+9
| * - Remove gcc warning (variable n is set and not used)Olivier Bertrand2014-11-201-4/+2
* | - Remove gcc warning on variable n set but not usedOlivier Bertrand2014-11-201-4/+2
|/
* - Implement putting in memory the result set from an ODBC query.Olivier Bertrand2014-11-205-28/+185
* - Commit resolved conflicted filesOlivier Bertrand2014-11-162-2/+2
* - Remove gcc warning (no previous declaration of msglang)Olivier Bertrand2014-11-168-6/+11
* - Implement the NEWMSG and XMSG methodsOlivier Bertrand2014-11-1525-2192/+2464
* - FIX ftell error when the line endings do not match the declared orOlivier Bertrand2014-11-091-2/+3
* - Compile protect against not fully implemented optione XMSG and NEWMSGOlivier Bertrand2014-11-082-0/+2
* - fix typo errorOlivier Bertrand2014-11-081-1/+1
* - Calculate next position in filamap without assuming ENDING option is true.Olivier Bertrand2014-11-0811-86/+123
* - Fix MDEV-6988 and MDEV-6994Olivier Bertrand2014-11-011-0/+4
* - Add the new files to the source listOlivier Bertrand2014-10-313-3/+16
* - Adding the VIR table type implementation filesOlivier Bertrand2014-10-312-0/+410
* - Add new table type VIR and virtual indexOlivier Bertrand2014-10-319-32/+169
* - Fix a bug in XCOL tables. When a row was filtered internally the XColumnOlivier Bertrand2014-10-243-7/+8
* - Fix bug: Server crash when using a special column in XCOL tablesOlivier Bertrand2014-10-243-10/+56
* - Remove some gcc warningsOlivier Bertrand2014-10-222-18/+29
* - Fix (gcc error) passing cmd instead of cmd.Getstr() to htrcOlivier Bertrand2014-10-222-3/+2
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-2149-1233/+1352
* - Commit merged changeOlivier Bertrand2014-10-1475-16/+202
|\
| * Merge 10.0-connect -> 10.0Alexander Barkov2014-10-135-24/+40
| |\
| * \ mergeSergei Golubchik2014-10-1173-16/+141
| |\ \
| | * | compilation failure: ha_cassandraSergei Golubchik2014-10-111-0/+1
| | * | mergeSergei Golubchik2014-10-1072-16/+140
| | |\ \
| | | * \ 5.5.40+ mergeSergei Golubchik2014-10-0972-16/+140
| | | |\ \
| | | | * | XtraDB 5.5.40-36.1Sergei Golubchik2014-10-084-13/+19
| | | | * | MDEV-4813 Replication fails on updating a MEMORY table with an index using btreeSergei Golubchik2014-10-071-0/+5
| | | | * | XtraDB 5.5.39-36.0Sergei Golubchik2014-10-0616-83/+421
| | | | * | mysql-5.5.40Sergei Golubchik2014-10-063-11/+17
| | | | |\ \
| | | | | * | Adding patch for security bug 19471516mysql-5.5.40Murthy Narkedimilli2014-09-081-0/+10
| | | | | * | Remove unstable test case innodb_bug18942294, approved by Jimmy over IM.unknown2014-08-061-8/+0
| | | | | * | BUG#18942294 - SEGV IN DICT_FIND_TABLE_BY_SPACE TRYING TO MARK SPACE CORRUPTunknown2014-07-082-0/+14
| | | | | * | Bug #19140907 DUPLICATES IN UNIQUE SECONDARY INDEX BECAUSE OF FIX OF BUG#68021Annamalai Gurusami2014-07-031-11/+1
| | | | * | | MDEV-6528 review debian patches for mysqlSergei Golubchik2014-10-021-1/+1
| | | | * | | MDEV-5120 Test suite test maria-no-logging failsSergei Golubchik2014-10-0261-0/+112
| | | | * | | update tokudb version in CMakeLists.txt, disable unstable tokudb testsSergei Golubchik2014-09-255-9/+15
| * | | | | | MDEV-6519: Assertion `join->best_read < double(...)' failed after adding a ke...Sergey Petrunya2014-10-102-0/+61
| |/ / / / /
* | | | | | - Add Sergei fix to enable loading OEM table libsOlivier Bertrand2014-10-142-2/+40
| |_|_|_|/ |/| | | |
* | | | | - Remove one gcc warningOlivier Bertrand2014-10-121-1/+2
* | | | | - Fix null handling for date columns (see MDEV-6744)Olivier Bertrand2014-10-124-23/+36
* | | | | - Fix a regression error from regarding Header as Boolean from some table types.Olivier Bertrand2014-10-101-0/+2
|/ / / /
* | | | Merge 10.0-connect -> 10.0Alexander Barkov2014-10-104-7/+13
|\ \ \ \
| * | | | - in CheckCond change strcat to strncat to avoid the case of non zeroOlivier Bertrand2014-10-094-7/+13