You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find a Ruby bindings gem of ldd to implement it to just use it to print the info in the process of the rake spec.
It's not a good time to add a new feature to mysql2, as we want to focus fixing the test failures on CI an drelesae next maintenance version.
Server info
+ puts "Server info: #{client.server_info}
Server info: {:id=>100509, :version=>"10.5.9-MariaDB-1:10.5.9+maria~focal"}
Used variables in the spec files.
mysql -u "mockbuild" -S test_db/mysql.sock -e "SHOW VARIABLES WHERE Variable_name IN ('have_ssl', 'local_infile', 'performance_schema');"
+--------------------+-------+
| Variable_name | Value |
+--------------------+-------+
| have_ssl | YES |
| local_infile | ON |
| performance_schema | OFF |
+--------------------+-------+
Print a system info to make debugging easy before testing if
RUBY_MYSQL2_DEBUG == true
.What I want.
Client info
Client msyql2.so library's dependency paths.
Find a Ruby bindings gem of
ldd
to implement it to just use it to print the info in the process of therake spec
.It's not a good time to add a new feature to mysql2, as we want to focus fixing the test failures on CI an drelesae next maintenance version.
Server info
Used variables in the spec files.
The text was updated successfully, but these errors were encountered: