summaryrefslogtreecommitdiff
path: root/storage/rocksdb/ha_rocksdb.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2018-09-061-24/+29
|\
| * Merge branch 'merge-myrocks' of github.com:MariaDB/mergetrees into bb-10.2-ma...Sergei Petrunia2018-08-281-24/+29
| |\
| | * Copy ofSergei Petrunia2018-08-281-17/+30
* | | Merge branch 'github/10.2' into 10.3Sergei Golubchik2018-05-221-1/+1
|\ \ \ | |/ /
| * | Set MyRocks plugin version to StableSergei Petrunia2018-05-211-1/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2018-05-171-2/+10
|\ \ \ | |/ /
| * | MDEV-16155: UPDATE on RocksDB table with unique constraint does not workSergei Petrunia2018-05-151-2/+10
* | | Merge 10.2 into 10.3Marko Mäkelä2018-05-121-26/+79
|\ \ \ | |/ /
| * | MyRocks: fix rocksdb.rocksdb_range test attempt 3Sergei Petrunia2018-05-081-0/+4
| * | Merge branch 'bb-10.2-mariarocks-merge' of github.com:MariaDB/server into 10.2Sergei Petrunia2018-05-071-26/+75
| |\ \
| | * \ Merge from merge-myrocks:Sergei Petrunia2018-01-271-26/+76
| | |\ \ | | | |/
| | | * Copy ofSergei Petrunia2018-01-271-26/+76
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-231-0/+4
|\ \ \ \ | |/ / /
| * | | MyRocks: MDEV-15911: Reduce debug logging on default levels in error logSergei Petrunia2018-04-191-0/+4
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-03-291-0/+1
|\ \ \ \ | |/ / /
| * | | MDEV-15686: Loading MyRocks plugin back after it has been unloaded causes a c...Sergei Petrunia2018-03-281-0/+1
* | | | Merge branch '10.2' into bb-10.2-extSergei Golubchik2018-02-221-1/+1
|\ \ \ \ | |/ / /
| * | | Change MyRocks Maturity Level from Beta to Gamma (RC)bb-10.2-mdev15372Sergei Petrunia2018-02-211-1/+1
| |/ /
* | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-131-1/+1
|\ \ \ | |/ /
| * | Change MyRocks maturity from Alpha to BetaSergei Petrunia2018-01-121-1/+1
* | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-191-0/+3
|\ \ \ | |/ /
| * | MDEV-14679: RocksdB plugin fails to load with "Loading of unknown plugin ROCK...Sergei Petrunia2017-12-161-0/+3
* | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-181-8/+64
|\ \ \ | |/ /
| * | Merge mergetrees/merge-myrocks into bb-10.2-mariarocks-mergeSergei Petrunia2017-09-181-48/+200
| |\ \ | | |/
| | * Copy ofSergei Petrunia2017-09-151-8/+64
* | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-08-071-41/+137
|\ \ \
| * \ \ Merge MyRocks merge tree into bb-10.2-mariarocks, unfinished.Sergei Petrunia2017-07-291-41/+137
| |\ \ \ | | |/ / | |/| / | | |/
| | * Copy ofSergei Petrunia2017-07-281-41/+137
* | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-1/+1
* | | Added "const" to new data for handler::update_row()Michael Widenius2017-04-181-1/+1
|/ /
* | move rocksdb specific changes into rocksdbSergei Golubchik2017-03-311-0/+1
* | don't export all charsets to pluginsSergei Golubchik2017-03-311-0/+11
* | Merge branch 'merge-myrocks' of github.com:MariaDB/mergetrees into bb-10.2-ma...Sergei Petrunia2017-03-111-15/+67
|\ \ | |/
| * Copy ofSergei Petrunia2017-03-111-8/+65
* | Merge between local changes bb-10.2-mariarocks and the merge from upstreamSergei Petrunia2017-02-201-0/+8
|\ \
| * | MDEV-11901 : MariaRocks on WindowsVladislav Vaintroub2017-02-011-0/+8
* | | Merge 'merge-myrocks' into 'bb-10.2-mariarocks'Sergei Petrunia2017-02-191-438/+493
|\ \ \ | |/ / |/| / | |/
| * Copy ofSergei Petrunia2017-02-061-434/+492
* | Add ut0counter.h instead of xtradb linked ut0counter.hVicențiu Ciorbaru2017-01-231-8/+1
* | MariaRocks port: Remove handler::init_with_fieldsSergei Petrunia2017-01-211-4/+10
* | MariaRocks port: get rocksdb.rocksdb_icp[_rev] to workSergei Petrunia2017-01-081-1/+0
* | MariaRocks port: fix rocksdb.rocksdb_row_stats testSergei Petrunia2017-01-071-2/+2
* | MariaRocks port: fix rocksdb.bloomfilter3 testSergei Petrunia2017-01-071-0/+11
* | Merge remote-tracking branch 'mergetrees/merge-myrocks' into 10.2-mariarocksSergei Petrunia2017-01-011-159/+224
|\ \ | |/
| * Copy ofSergei Petrunia2016-12-311-159/+217
* | MariaRocks port: Return correct value of HA_PRIMARY_KEY_IN_READ_INDEX flagSergei Petrunia2016-12-021-2/+2
* | MariaRocks port: make rocksdb.alter_table workSergei Petrunia2016-11-181-1/+2
* | MariaRocks port: update ha_rocksdb::delete_all_rows() to match the definition...Sergei Petrunia2016-10-211-1/+1
* | MariaRocks port: temporarily? disable Per-table Extra StatsSergei Petrunia2016-10-151-2/+2
* | Temporarily disable the fix for WebScaleSQL Issue #108.Sergei Petrunia2016-10-091-2/+2