summaryrefslogtreecommitdiff
path: root/storage/rocksdb/mysql-test/rocksdb/r/allow_no_primary_key_with_sk.result
Commit message (Collapse)AuthorAgeFilesLines
* Write information about restart in .resultMichael Widenius2019-04-011-0/+9
| | | | Idea comes from MySQL which does something similar
* Copy ofSergei Petrunia2018-01-271-0/+17
| | | | | | | | | | | | | | | | | | | commit f8f364b47f2784f16b401f27658f1c16eaf348ec Author: Jay Edgar <jkedgar@fb.com> Date: Tue Oct 17 15:19:31 2017 -0700 Add a hashed, hierarchical, wheel timer implementation Summary: In order to implement idle timeouts on detached sessions we need something inside MySQL that is lightweight and can handle calling events in the future with very little cost for cancelling or resetting the event. A hashed, hi By default the timers are grouped into 10ms buckets (the 'hashed' part), though the size of the buckets is configurable at the creation of the timer. Each wheel (the 'wheel' part) maintains 256 buckets and cascades to the whe Reviewed By: djwatson Differential Revision: D6199806 fbshipit-source-id: 5e1590f
* Initial commit,Sergei Petrunia2016-10-061-0/+780
copy of commit 86587affafe77ef555f7c3839839de44f0f203f3 Author: Tian Xia <tianx@fb.com> Date: Tue Oct 4 10:01:52 2016 -0700 Allow filtering of show commands through admission control