Skip to content

Commit 9db333e

Browse files
committed
add notes
1 parent 7de8df9 commit 9db333e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

storage/example/notes.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)