summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* compilation failure on Win64Sergei Golubchik2014-05-264-4/+4
* use ENUM not ULONG for innodb-compression-algorithm command-line optionSergei Golubchik2014-05-266-18/+24
* compilation failure on WindowsSergei Golubchik2014-05-262-14/+16
* don't include the file that 1) not present everywhere 2) not used anywaySergei Golubchik2014-05-262-2/+0
* Fix compiler warnings.Jan Lindström2014-05-239-46/+10
* Fix compiler error if LZO is not installed.Jan Lindström2014-05-222-2/+2
* Fixed compiler errors caused by merge error.Jan Lindström2014-05-222-4/+4
* Fix some compiler warnings and small errors on code.Jan Lindström2014-05-2213-28/+44
* Code cleanup after review.Jan Lindström2014-05-162-8/+14
* Fixed small error on compression failure error text.Jan Lindström2014-04-282-2/+2
* Fixed bug on free buffer space calculation when LZO is used. Jan Lindström2014-04-236-5/+12
* Merge lp:maria/10.0 up to mariadb-10.0.10 revision 4140.Jan Lindström2014-04-17743-144232/+150971
|\
| * 10.0-connect mergeSergei Golubchik2014-03-2988-2974/+2240
| |\
| | * *never* put anything with side-effects in an assert() -Sergei Golubchik2014-03-291-1/+2
| | * - Make local MySQL connection default to unix socket on Linux or enableOlivier Bertrand2014-03-275-14/+23
| | * disable connect tests for --embeddedSergei Golubchik2014-03-272-0/+6
| | * - Should fix valgrind diag on uninitialized valueOlivier Bertrand2014-03-235-97/+115
| | * - Fix bug MDEV-5928Olivier Bertrand2014-03-211-4/+7
| | * - Remove 2 compile warningsOlivier Bertrand2014-03-211-4/+7
| | * - Fix bug MDEV-5919. Was because doing fseek of a stream closed by another th...Olivier Bertrand2014-03-212-5/+9
| | * - FIX MDEV-5918Olivier Bertrand2014-03-211-6/+7
| | * - FIX MDEV-5890 and MDEV-5900Olivier Bertrand2014-03-192-8/+16
| | * - Suppress call to PROFILE_End in connect_done_func that causes Signal 11 on ...Olivier Bertrand2014-03-191-1/+1
| | * - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL.Olivier Bertrand2014-03-1829-787/+347
| | * - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-1063-1441/+331
| | * - Fix MDEV-5497. The city column length was wrong in the create table stateme...Olivier Bertrand2014-03-052-136/+136
| | * - Fix bug MDEV-5734Olivier Bertrand2014-02-2712-178/+283
| | * - Make alter.test to work on both Windows and LinuxOlivier Bertrand2014-02-162-8/+8
| | * # This is a minor change commitmentOlivier Bertrand2014-02-1612-536/+668
| | * - Check field option changes on ALTER TABLE in check_if_supported_inplace_alter.Olivier Bertrand2014-02-075-39/+565
| * | compilation failure on windowsSergei Golubchik2014-03-271-12/+3
| * | MDEV-5930 Server crashes in thd_get_ha_data on CREATE OR REPLACE TABLEMichael Widenius2014-03-232-0/+29
| * | MDEV-5818: MySQL WL#6145: Separate the dependence of DATA DIRECTORY from symb...Michael Widenius2014-03-232-8/+44
| * | MDEV-5943 'show table status' does not immediately show tokudb tablesSergei Golubchik2014-03-264-0/+40
| * | update tokudb tests for 10.0Sergei Golubchik2014-03-2613-30/+21
| * | 5.5 mergeSergei Golubchik2014-03-26531-120804/+128201
| |\ \
| | * | MDEV-5905: Creating tmp. memory table kills the serverMichael Widenius2014-03-266-10/+13
| | * | MDEV-5822 TokuDB fails to compile without partition storage engineSergei Golubchik2014-03-241-2/+2
| | * | tokudb: make compression=TOKUDB_ZLIB the default (instead of TOKUDB_UNCOMPRES...Sergei Golubchik2014-03-241-1/+1
| | * | merge ft-index and ft-engine as of 7.1.5Sergei Golubchik2014-03-18528-120780/+128627
| | |\ \
| | | * | #192 support HTON_SUPPORTS_CLUSTERED_KEYStokudb-7.1.5-rc.4tokudb-7.1.5Rich Prohaska2014-02-261-0/+3
| | | * | #191 support -DTOKUDB_VERSION=SOME_VERSION_STRINGRich Prohaska2014-02-261-7/+6
| | | * | #188 keep track of and cleanup last_lock_timeout memorytokudb-7.1.5-rc.3Rich Prohaska2014-02-242-7/+65
| | | * | #190 zero out new null bytes to force valgrind to quit complaining about unin...Rich Prohaska2014-02-211-1/+2
| | | * | #189 add tokudb_kill_time session variable to set lock tree kill callback fre...Rich Prohaska2014-02-212-11/+20
| | | * | #186 update cardinality on first table openRich Prohaska2014-02-202-34/+21
| | | * | #185 fix out of range read from uint3korrRich Prohaska2014-02-144-9/+16
| | | * | #184 fix mismatch between table_share->key_parts and the number really there....Rich Prohaska2014-02-133-19/+33
| | | * | #182 fix dbt array memory leakRich Prohaska2014-02-122-18/+30
| | | * | #181 fix memory leak of the inserted bytes partitioned counterRich Prohaska2014-02-111-0/+5