summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Sharing similar code between Item_func_ifnull and Item_func_ifAlexander Barkov2014-11-192-54/+42
* | | | MDEV-7133: InnoDB: Assertion failure in dict_tf_is_validJan Lindström2014-11-194-0/+241
* | | | MDEV-7108: Make long semaphore wait timeout configurableJan Lindström2014-11-1714-8/+246
* | | | MDEV-7088: Query stats for compression based on TRIM sizeJan Lindström2014-11-129-2/+37
* | | | MDEV-5231: Per query variables from Percona Server (rewritten)Oleksandr Byelkin2014-11-1129-61/+2681
* | | | MDEV-6936: Buffer pool list scan optimizationJan Lindström2014-11-0618-512/+776
* | | | Fix error message output if posix_fallocate (trim) is not successfull.Jan Lindström2014-11-052-12/+14
* | | | Fix compiler failure on Windows.Jan Lindström2014-11-044-4/+4
* | | | A follow up fix for MDEV-5528Alexander Barkov2014-11-042-3/+3
* | | | Fix error on trim operation alligment. Furthermore, make sure thatJan Lindström2014-11-044-16/+38
* | | | MDEV-5528 Command line variable to choose MariaDB-5.3 vs MySQL-5.6 temporal d...Alexander Barkov2014-11-0353-588/+1643
* | | | MDEV-6649 Different warnings for TIME and TIME(N) when @@old_mode=zero_date_t...Alexander Barkov2014-11-034-11/+45
* | | | MDEV-6929: Port Facebook Prefix Index Queries OptimizationJan Lindström2014-11-0337-52/+871
* | | | MDEV-6939 : Dots in file names of configuration filesNirbhay Choubey2014-10-291-1/+1
* | | | mysys/mf_fn_ext.c: typos & indentsNirbhay Choubey2014-10-291-6/+8
* | | | MDEV-6932: Enable Lazy FlushingJan Lindström2014-10-2911-22/+189
* | | | MDEV-6935: Change the default value for innodb_log_compressed_pages to falseJan Lindström2014-10-296-8/+8
* | | | MDEV-6968: CREATE TABLE crashes with InnoDB pluginJan Lindström2014-10-294-12/+28
* | | | MDEV-6648: InnoDB: Add support for 4K sector size if supportedJan Lindström2014-10-2934-82/+1651
* | | | Increase the version numberElena Stepanova2014-10-281-1/+1
* | | | Added SST scripts to the server package.Nirbhay Choubey2014-10-272-0/+12
* | | | MDEV-6759: innodb valgrind failuresJan Lindström2014-10-272-2/+0
* | | | GIS-related test results updated.Alexey Botchkov2014-10-242-1/+48
* | | | Enhance row-merge sort progress logging.Jan Lindström2014-10-222-0/+4
* | | | MDEV-12 OpenGIS: create required tables: GeometryColumns, related views.Alexey Botchkov2014-10-216-1/+184
* | | | Make sure that information schema knows also page compressed pageJan Lindström2014-10-204-6/+6
* | | | Correction for the fix of the bug mdev-6874.Igor Babaev2014-10-194-7/+5
* | | | Merge branch '10.1' of ../10.1-mdev334 into 10.1Igor Babaev2014-10-175-2/+30
|\ \ \ \
| * | | | Fixed bug mdev-6874.Igor Babaev2014-10-175-2/+30
* | | | | MDEV-6388: ANALYZE $stmt output in the slow query logSergei Petrunia2014-10-173-0/+42
* | | | | MDEV-6388: ANALYZE $stmt output in the slow query logSergei Petrunia2014-10-176-16/+19
* | | | | Merge branch '10.1' of github.com:MariaDB/server into 10.1Sergei Petrunia2014-10-172148-80977/+89407
|\ \ \ \ \
| * \ \ \ \ Merge branch 'bb-10.1-merge' into 10.1mariadb-10.1.1Sergei Golubchik2014-10-162125-80651/+88421
| |\ \ \ \ \
| | * | | | | after-merge fixesSergei Golubchik2014-10-1514-307/+282
| | * | | | | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-152117-80359/+88154
| | |\ \ \ \ \
| | | * | | | | MDEV-6743 crash in GROUP_CONCAT(IF () ORDER BY 1)mariadb-10.0.14Sergei Golubchik2014-09-241-1/+1
| | | * | | | | MDEV-6776 ujis and eucjmps erroneously accept 0x8EA0 as a valid byte sequenceAlexander Barkov2014-09-246-18/+90
| | | * | | | | remove the bug fix for MDEV-6743 "crash in GROUP_CONCAT(IF () ORDER BY 1)"Sergei Golubchik2014-09-241-12/+0
| | | * | | | | 5.5 mergeSergei Golubchik2014-09-231177-36799/+27956
| | | |\ \ \ \ \
| | | | * \ \ \ \ mergeSergei Golubchik2014-09-231172-36222/+27858
| | | | |\ \ \ \ \
| | | | | | \ \ \ \
| | | | | | \ \ \ \
| | | | | *-. \ \ \ \ tokudb 7.5.0Sergei Golubchik2014-09-231171-36214/+27856
| | | | | |\ \ \ \ \ \
| | | | | | | * | | | | DB-720 run the cluster key partition test on mariadbRich Prohaska2014-09-151-0/+1
| | | | | | | * | | | | DB-714 read free replicationRich Prohaska2014-09-1540-44/+1142
| | | | | | | * | | | | DB-720 test case for clustering keys on partitioned tokudb tablesRich Prohaska2014-09-152-0/+50
| | | | | | | * | | | | DB-504 redo bulk fetch select tests in partitioned tablesRich Prohaska2014-09-1320-1168/+772
| | | | | | | * | | | | DB-716 use jemalloc 3.6.0 in debug envRich Prohaska2014-09-121-1/+1
| | | | | | | * | | | | DB-310 run tokudb_support_xa.test on mysql and mariadb 5.5Rich Prohaska2014-09-052-1/+2
| | | | | | | * | | | | DB-310 add tokudb_support_xa variableBohuTANG2014-09-054-0/+277
| | | | | | | * | | | | DB-718 test case for broken error handling in tokudb_fractal_tree_info info s...Rich Prohaska2014-09-032-0/+22
| | | | | | | * | | | | Merge branch 'master' of github.com:Tokutek/tokudb-engineRich Prohaska2014-09-032-15/+19
| | | | | | | |\ \ \ \ \