We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90386db commit 97bd9f0Copy full SHA for 97bd9f0
README.md
@@ -32,5 +32,10 @@ $ git clone https://github.com/FlashSQL/MySQL-Data-Redistribution.git
32
- storage/innobase/include/srv0srv.h
33
- storage/innobase/include/fil0fil.h
34
35
+## Implementation Details about Data Redistritbution
36
+- added a new function: btr_page_redistribute_before_split()
37
+- returns the inserted record
38
+- called in btr_page_split_and_insert()
39
+
40
## References
41
- https://dev.mysql.com/
0 commit comments