There was an error while loading. Please reload this page.
1 parent 7de8df9 commit 9db333eCopy full SHA for 9db333e
storage/example/notes.txt
@@ -0,0 +1,14 @@
1
+tail -n1000 -f /tmp/mysqld.trace
2
+
3
+sudo /usr/local/mysql/bin/mysqld --debug --user=root
4
5
+make && sudo make install && /usr/local/mysql/bin/mysql -uroot -e "select * from test.tbl_ex";
6
7
+https://dev.mysql.com/doc/refman/5.7/en/source-configuration-options.html#option_cmake_cmake_build_type
8
+https://dev.mysql.com/doc/refman/5.0/en/compiling-for-debugging.html
9
+https://dev.mysql.com/doc/refman/5.0/en/making-trace-files.html
10
11
12
+Build mysql
13
+https://github.com/tony2001/pinba_engine/issues/12
14
+cmake . && cd include && make
0 commit comments