summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Added "const" to new data for handler::update_row()Michael Widenius2017-04-1860-91/+106
* Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-04-1315-36/+67
|\
| * Rocksdb - disable tests that fail regularly on buildbot (MDEV-12474)Vladislav Vaintroub2017-04-071-0/+6
| * MDEV-12473 - fix rocksdb linking errorVladislav Vaintroub2017-04-071-1/+1
| * Remove the unused variable trx_t::support_xa.Marko Mäkelä2017-04-072-3/+0
| * MDEV-12452 postfix - use C style cast, not reinterpret_castVladislav Vaintroub2017-04-071-1/+1
| * MDEV-12452 MDEV-12453 : Fix building rocksdb and aws_key_management on macOSVladislav Vaintroub2017-04-064-6/+14
| * Merge 10.1 into 10.2Marko Mäkelä2017-04-067-9/+37
| |\
| | * MDEV-12198 innodb_defragment=1 crashes server on OPTIMIZE TABLE when FULLTEXT...Marko Mäkelä2017-04-062-0/+22
| | * Merge 10.0 into 10.1Marko Mäkelä2017-04-063-7/+5
| | |\
| | | * Import two ALTER TABLE…ALGORITHM=INPLACE tests from MySQL 5.6.Marko Mäkelä2017-04-052-2/+0
| | | * Windows : Fix compiling with VS2013Vladislav Vaintroub2017-04-031-5/+5
| | * | xtradb: fil_crypt_rotate_page, space_id should be compared to TRX_SYS_SPACE n...Daniel Black2017-04-051-1/+1
| | * | Merge pull request #350 from grooverdan/10.1-TRX_SYS_PAGE_NOJan Lindström2017-04-051-1/+1
| | |\ \
| | | * | fil_crypt_rotate_page - space_id should be compared to TRX_SYS_SPACE not spaceDaniel Black2017-04-041-1/+1
| * | | | Make InnoDB doublewrite buffer creation more robust.Marko Mäkelä2017-04-051-17/+9
* | | | | storage/rocksdb/rdb_datadic.cc failed to compile on big endian machines (wron...Alexander Barkov2017-04-081-1/+1
* | | | | MDEV-10139 Support for InnoDB SEQUENCE objectsMarko Mäkelä2017-04-079-41/+90
* | | | | MDEV-10139 Support for SEQUENCE objectsMonty2017-04-075-8/+22
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-04-05930-118/+89273
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-11840 InnoDB: "Cannot open <ib_buffer_pool file>" should not be an errorMarko Mäkelä2017-04-051-1/+1
| * | | | MariaRocks: temporarily disable 32-bit Windows buildsSergei Petrunia2017-04-041-0/+7
| * | | | Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocksSergei Petrunia2017-04-048-117/+110
| |\ \ \ \
| | * \ \ \ Merge 10.1 into 10.2Marko Mäkelä2017-04-048-117/+110
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-12428 SIGSEGV in buf_page_decrypt_after_read() during DDLMarko Mäkelä2017-04-038-119/+108
| | | |/ /
| * | | | MDEV-12439: (Temporary) Don't run MariaRocks tests under valgrindSergei Petrunia2017-04-042-0/+6
| * | | | MariaRocks: temporarily disable a few failing testsSergei Petrunia2017-04-041-0/+4
| * | | | Merge 10.2 into bb-10.2-mariarocksSergei Petrunia2017-04-0315-619/+363
| |\ \ \ \ | | |/ / /
| * | | | Disable compilation of storage/rocksdb/unittest/test_properties_collectorSergei Petrunia2017-04-031-3/+6
| * | | | Post-fixes for "Rename plugin rocksdb_se to rocksdb"Sergei Petrunia2017-04-021-1/+1
| * | | | rocksdb_sys_vars should not be run if MyRocks is not compiled.Sergei Petrunia2017-04-022-0/+17
| * | | | Rename plugin rocksdb_se to rocksdbVladislav Vaintroub2017-04-021-3/+3
| * | | | rocksdb - fix failing tests on WindowsVladislav Vaintroub2017-04-025-0/+6
| * | | | MariaRocks : Fix looking up sst_dumpVladislav Vaintroub2017-04-021-2/+8
| * | | | Fix the build on Windows.Vladislav Vaintroub2017-04-021-12/+0
| * | | | Mark rocksdb.bulk_load and rocksdb.add_index_inplace_sstfilewriter as bigSergei Petrunia2017-04-022-0/+6
| * | | | Disable persistent_cache.test due to upstream MyRocks issue #579.Sergei Petrunia2017-04-021-0/+2
| * | | | MDEV-12424: binlog_encryption.encrypted_* tests fail with Can't locate autodi...Sergei Petrunia2017-04-025-13/+12
| * | | | Apply a workaround for MyRocks upstream issue #569Sergei Petrunia2017-04-012-0/+2
| * | | | Fix coompilation on windowsSergei Petrunia2017-04-011-2/+1
| * | | | MariaRocks tests: various cleanupsSergei Golubchik2017-03-3147-567/+449
| * | | | remove two redundant *.inc files to restart a serverSergei Golubchik2017-03-312-4/+4
| * | | | move rocksdb specific changes into rocksdbSergei Golubchik2017-03-313-0/+27
| * | | | don't export all charsets to pluginsSergei Golubchik2017-03-315-35/+47
| * | | | remove my_hash_const_element(), use Hash_set in C++ codeSergei Golubchik2017-03-311-41/+24
| * | | | remove DB_TYPE_ROCKSDBSergei Golubchik2017-03-311-1/+0
| * | | | Post-merge fixesSergei Petrunia2017-03-311-4/+6
| * | | | Merge 10.2 into bb-10.2-mariarocksSergei Petrunia2017-03-311272-16315/+15643
| |\ \ \ \
| * | | | | Make mysql_ldb and sst_dump part of the rocksdb-engine componentVicențiu Ciorbaru2017-03-261-2/+2
| * | | | | Do not build ldb binary as mysql_ldb does the same thingVicențiu Ciorbaru2017-03-251-4/+1