1年半の時を経て、ついに消えた様子。
(MySQL 5.7の時点で、mysql_install_dbはscriptディレクトリーからbinディレクトリーに移動になってた)
$ ll bin/mysql_install_db ls: cannot access bin/mysql_install_db: No such file or directory
あと、SDIファイル関連ぽい ibd2sdi とかいうファイルがあるけど使い方はいまいち謎。
$ bin/ibd2sdi -d >(cat -) data/ibdata1 [INFO] ibd2sdi: SDI from both copies is empty.
それ以外は特になさげ
$ diff <(ls -1 /usr/mysql/5.7.14/bin) <(ls -1 /usr/mysql/8.0.0/bin) 1c1,2 < innochecksum --- > ibd2sdi > innochecksum 12c13 < mysql_client_test --- > mysql_client_test_embedded 15a17 > mysqld-debug 19a22 > mysql_embedded 21,22d23 < mysql_install_db < mysql_plugin 28c29 < mysqltest --- > mysqltest_embedded
ついでにplugindirも漁ってみるけど、これはコンパイルオプションとかに依存してそうな気もするので何とも言えない。
component_example*が気になる。mysql.componentテーブルと関連があるのかな。
$ diff <(ls -1 /usr/mysql/5.7.14/lib/plugin) <(ls -1 /usr/mysql/8.0.0/lib/plugin) 2d1 < auth.so 4,5c3,5 < auth_test_plugin.so < daemon_example.ini --- > component_example_component1.so > component_example_component2.so > component_example_component3.so 11d10 < libdaemon_example.so 39,42d37 < qa_auth_client.so < qa_auth_interface.so < qa_auth_server.so < replication_observers_example_plugin.so
0 件のコメント :
コメントを投稿