We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06c1fd commit 4aab494Copy full SHA for 4aab494
README.md
@@ -24,5 +24,13 @@ $ git clone https://github.com/FlashSQL/MySQL-Data-Redistribution.git
24
```
25
3. Run ``mysqld`` server to run MySQL.
26
27
+## Modified files compared to Vanilla MySQL
28
+- storage/innobase/btr/btr0btr.cc
29
+- storage/innobase/fil/fil0fil.cc
30
+- storage/innobase/srv/srv0srv.cc
31
+- storage/innobase/include/btr0btr.h
32
+- storage/innobase/include/srv0srv.h
33
+- storage/innobase/include/fil0fil.h
34
+
35
## References
36
- https://dev.mysql.com/
0 commit comments