Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 28, 2019 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/cfd767d3b166ff9f32608821e05ef864 to your computer and use it in GitHub Desktop.
Save ryantm/cfd767d3b166ff9f32608821e05ef864 to your computer and use it in GitHub Desktop.
/nix/store/qaj9dffbv7is0p1qzci5fqs9qq2ksdrz-mysql-5.7.25
├── bin
│   ├── innochecksum
│   ├── lz4_decompress
│   ├── myisamchk
│   ├── myisam_ftdump
│   ├── myisamlog
│   ├── myisampack
│   ├── my_print_defaults
│   ├── mysql
│   ├── mysqladmin
│   ├── mysqlbinlog
│   ├── mysqlcheck
│   ├── mysql_client_test
│   ├── mysql_client_test_embedded
│   ├── mysql_config
│   ├── mysql_config_editor
│   ├── mysqld
│   ├── mysqld_multi
│   ├── mysqld_safe
│   ├── mysqldump
│   ├── mysqldumpslow
│   ├── mysql_embedded
│   ├── mysqlimport
│   ├── mysql_install_db
│   ├── mysql_plugin
│   ├── mysqlpump
│   ├── mysql_secure_installation
│   ├── mysqlshow
│   ├── mysqlslap
│   ├── mysql_ssl_rsa_setup
│   ├── mysqltest
│   ├── mysqltest_embedded
│   ├── mysql_tzinfo_to_sql
│   ├── mysql_upgrade
│   ├── mysqlxtest
│   ├── perror
│   ├── replace
│   ├── resolveip
│   ├── resolve_stack_dump
│   └── zlib_decompress
├── include
│   └── mysql
│   ├── big_endian.h
│   ├── binary_log_types.h
│   ├── byte_order_generic.h
│   ├── byte_order_generic_x86.h
│   ├── decimal.h
│   ├── errmsg.h
│   ├── keycache.h
│   ├── little_endian.h
│   ├── m_ctype.h
│   ├── m_string.h
│   ├── my_alloc.h
│   ├── my_byteorder.h
│   ├── my_command.h
│   ├── my_compiler.h
│   ├── my_config.h
│   ├── my_dbug.h
│   ├── my_dir.h
│   ├── my_getopt.h
│   ├── my_global.h
│   ├── my_list.h
│   ├── mysql
│   │   ├── client_authentication.h
│   │   ├── client_plugin.h
│   │   ├── client_plugin.h.pp
│   │   ├── com_data.h
│   │   ├── get_password.h
│   │   ├── group_replication_priv.h
│   │   ├── innodb_priv.h
│   │   ├── mysql_lex_string.h
│   │   ├── plugin_audit.h
│   │   ├── plugin_audit.h.pp
│   │   ├── plugin_auth_common.h
│   │   ├── plugin_auth.h
│   │   ├── plugin_auth.h.pp
│   │   ├── plugin_ftparser.h
│   │   ├── plugin_ftparser.h.pp
│   │   ├── plugin_group_replication.h
│   │   ├── plugin.h
│   │   ├── plugin_keyring.h
│   │   ├── plugin_keyring.h.pp
│   │   ├── plugin_trace.h
│   │   ├── plugin_validate_password.h
│   │   ├── psi
│   │   │   ├── mysql_file.h
│   │   │   ├── mysql_idle.h
│   │   │   ├── mysql_mdl.h
│   │   │   ├── mysql_memory.h
│   │   │   ├── mysql_ps.h
│   │   │   ├── mysql_socket.h
│   │   │   ├── mysql_sp.h
│   │   │   ├── mysql_stage.h
│   │   │   ├── mysql_statement.h
│   │   │   ├── mysql_table.h
│   │   │   ├── mysql_thread.h
│   │   │   ├── mysql_transaction.h
│   │   │   ├── psi_base.h
│   │   │   ├── psi.h
│   │   │   └── psi_memory.h
│   │   ├── service_command.h
│   │   ├── service_locking.h
│   │   ├── service_my_plugin_log.h
│   │   ├── service_my_snprintf.h
│   │   ├── service_mysql_alloc.h
│   │   ├── service_mysql_keyring.h
│   │   ├── service_mysql_password_policy.h
│   │   ├── service_mysql_string.h
│   │   ├── service_parser.h
│   │   ├── service_rpl_transaction_ctx.h
│   │   ├── service_rpl_transaction_write_set.h
│   │   ├── service_rules_table.h
│   │   ├── service_security_context.h
│   │   ├── services.h
│   │   ├── services.h.pp
│   │   ├── service_srv_session.h
│   │   ├── service_srv_session_info.h
│   │   ├── service_ssl_wrapper.h
│   │   ├── service_thd_alloc.h
│   │   ├── service_thd_engine_lock.h
│   │   ├── service_thd_wait.h
│   │   ├── service_thread_scheduler.h
│   │   ├── thread_pool_priv.h
│   │   └── thread_type.h
│   ├── mysql_com.h
│   ├── mysql_com_server.h
│   ├── mysqld_ername.h
│   ├── mysqld_error.h
│   ├── mysql_embed.h
│   ├── mysql.h
│   ├── mysql_time.h
│   ├── mysql_version.h
│   ├── mysqlx_ername.h
│   ├── mysqlx_error.h
│   ├── mysqlx_version.h
│   ├── my_sys.h
│   ├── my_thread.h
│   ├── my_thread_local.h
│   ├── my_xml.h
│   ├── plugin_audit.h
│   ├── plugin_ftparser.h
│   ├── plugin_group_replication.h
│   ├── plugin.h
│   ├── plugin_keyring.h
│   ├── plugin_validate_password.h
│   ├── sql_common.h
│   ├── sql_state.h
│   ├── sslopt-case.h
│   ├── sslopt-longopts.h
│   ├── sslopt-vars.h
│   ├── thr_cond.h
│   ├── thr_mutex.h
│   ├── thr_rwlock.h
│   └── typelib.h
├── lib
│   ├── libmysqlclient_r.so -> libmysqlclient.so
│   ├── libmysqlclient.so -> libmysqlclient.so.20
│   ├── libmysqlclient.so.20 -> libmysqlclient.so.20.3.12
│   ├── libmysqlclient.so.20.3.12
│   ├── mysql
│   │   └── plugin
│   │   ├── adt_null.so
│   │   ├── auth.so
│   │   ├── auth_socket.so
│   │   ├── auth_test_plugin.so
│   │   ├── connection_control.so
│   │   ├── daemon_example.ini
│   │   ├── debug
│   │   ├── group_replication.so
│   │   ├── ha_example.so
│   │   ├── keyring_file.so
│   │   ├── keyring_udf.so
│   │   ├── libdaemon_example.so
│   │   ├── libtest_framework.so
│   │   ├── libtest_services.so
│   │   ├── libtest_services_threaded.so
│   │   ├── libtest_session_detach.so
│   │   ├── libtest_session_info.so
│   │   ├── libtest_session_in_thd.so
│   │   ├── libtest_sql_2_sessions.so
│   │   ├── libtest_sql_all_col_types.so
│   │   ├── libtest_sql_cmds_1.so
│   │   ├── libtest_sql_commit.so
│   │   ├── libtest_sql_complex.so
│   │   ├── libtest_sql_errors.so
│   │   ├── libtest_sql_lock.so
│   │   ├── libtest_sql_processlist.so
│   │   ├── libtest_sql_replication.so
│   │   ├── libtest_sql_shutdown.so
│   │   ├── libtest_sql_sqlmode.so
│   │   ├── libtest_sql_stored_procedures_functions.so
│   │   ├── libtest_sql_views_triggers.so
│   │   ├── libtest_x_sessions_deinit.so
│   │   ├── libtest_x_sessions_init.so
│   │   ├── locking_service.so
│   │   ├── mypluglib.so
│   │   ├── mysql_no_login.so
│   │   ├── mysqlx.so
│   │   ├── qa_auth_client.so
│   │   ├── qa_auth_interface.so
│   │   ├── qa_auth_server.so
│   │   ├── replication_observers_example_plugin.so
│   │   ├── rewrite_example.so
│   │   ├── rewriter.so
│   │   ├── semisync_master.so
│   │   ├── semisync_slave.so
│   │   ├── test_security_context.so
│   │   ├── test_udf_services.so
│   │   ├── validate_password.so
│   │   └── version_token.so
│   └── pkgconfig
│   └── mysqlclient.pc
└── share
├── man
│   ├── man1
│   │   ├── comp_err.1.gz
│   │   ├── innochecksum.1.gz
│   │   ├── lz4_decompress.1.gz
│   │   ├── myisamchk.1.gz
│   │   ├── myisam_ftdump.1.gz
│   │   ├── myisamlog.1.gz
│   │   ├── myisampack.1.gz
│   │   ├── my_print_defaults.1.gz
│   │   ├── mysql.1.gz
│   │   ├── mysqladmin.1.gz
│   │   ├── mysqlbinlog.1.gz
│   │   ├── mysqlcheck.1.gz
│   │   ├── mysql_config.1.gz
│   │   ├── mysql_config_editor.1.gz
│   │   ├── mysqld_multi.1.gz
│   │   ├── mysqld_safe.1.gz
│   │   ├── mysqldump.1.gz
│   │   ├── mysqldumpslow.1.gz
│   │   ├── mysqlimport.1.gz
│   │   ├── mysql_install_db.1.gz
│   │   ├── mysqlman.1.gz
│   │   ├── mysql_plugin.1.gz
│   │   ├── mysqlpump.1.gz
│   │   ├── mysql_secure_installation.1.gz
│   │   ├── mysql.server.1.gz
│   │   ├── mysqlshow.1.gz
│   │   ├── mysqlslap.1.gz
│   │   ├── mysql_ssl_rsa_setup.1.gz
│   │   ├── mysql_tzinfo_to_sql.1.gz
│   │   ├── mysql_upgrade.1.gz
│   │   ├── perror.1.gz
│   │   ├── replace.1.gz
│   │   ├── resolveip.1.gz
│   │   ├── resolve_stack_dump.1.gz
│   │   └── zlib_decompress.1.gz
│   └── man8
│   └── mysqld.8.gz
└── mysql
├── aclocal
│   └── mysql.m4
├── bulgarian
│   └── errmsg.sys
├── charsets
│   ├── armscii8.xml
│   ├── ascii.xml
│   ├── cp1250.xml
│   ├── cp1251.xml
│   ├── cp1256.xml
│   ├── cp1257.xml
│   ├── cp850.xml
│   ├── cp852.xml
│   ├── cp866.xml
│   ├── dec8.xml
│   ├── geostd8.xml
│   ├── greek.xml
│   ├── hebrew.xml
│   ├── hp8.xml
│   ├── Index.xml
│   ├── keybcs2.xml
│   ├── koi8r.xml
│   ├── koi8u.xml
│   ├── latin1.xml
│   ├── latin2.xml
│   ├── latin5.xml
│   ├── latin7.xml
│   ├── macce.xml
│   ├── macroman.xml
│   ├── README
│   └── swe7.xml
├── COPYING
├── czech
│   └── errmsg.sys
├── danish
│   └── errmsg.sys
├── dictionary.txt
├── docs
│   ├── ChangeLog
│   ├── INFO_BIN
│   └── INFO_SRC
├── dutch
│   └── errmsg.sys
├── english
│   └── errmsg.sys
├── errmsg-utf8.txt
├── estonian
│   └── errmsg.sys
├── fill_help_tables.sql
├── french
│   └── errmsg.sys
├── german
│   └── errmsg.sys
├── greek
│   └── errmsg.sys
├── hungarian
│   └── errmsg.sys
├── innodb_memcached_config.sql
├── install_rewriter.sql
├── italian
│   └── errmsg.sys
├── japanese
│   └── errmsg.sys
├── korean
│   └── errmsg.sys
├── magic
├── mysqld_multi.server
├── mysql-log-rotate
├── mysql_security_commands.sql
├── mysql.server
├── mysql_sys_schema.sql
├── mysql_system_tables_data.sql
├── mysql_system_tables.sql
├── mysql_test_data_timezone.sql
├── norwegian
│   └── errmsg.sys
├── norwegian-ny
│   └── errmsg.sys
├── polish
│   └── errmsg.sys
├── portuguese
│   └── errmsg.sys
├── README
├── romanian
│   └── errmsg.sys
├── russian
│   └── errmsg.sys
├── serbian
│   └── errmsg.sys
├── slovak
│   └── errmsg.sys
├── spanish
│   └── errmsg.sys
├── swedish
│   └── errmsg.sys
├── ukrainian
│   └── errmsg.sys
└── uninstall_rewriter.sql
42 directories, 309 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment