mysql connector c 源码_mysql-connector-c-6.1.11-win32
【實例簡介】
redmine安裝時遇到坑,需要下載在這個東西,需要的帶走
【實例截圖】
【核心代碼】
a10d7619-785b-4a49-9027-6fefad203c9b
└── mysql-connector-c-6.1.11-win32
├── bin
│?? ├── my_print_defaults.exe
│?? └── perror.exe
├── COPYING
├── docs
│?? ├── INFO_BIN
│?? └── INFO_SRC
├── include
│?? ├── 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
│?? │?? ├── get_password.h
│?? │?? ├── mysql_lex_string.h
│?? │?? ├── plugin_auth_common.h
│?? │?? ├── plugin_trace.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_my_snprintf.h
│?? │?? └── service_mysql_alloc.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
│?? ├── my_sys.h
│?? ├── my_thread.h
│?? ├── my_thread_local.h
│?? ├── my_xml.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
│?? ├── libmysql.dll
│?? ├── libmysql.lib
│?? ├── vs12
│?? │?? └── mysqlclient.lib
│?? └── vs14
│?? └── mysqlclient.lib
└── README
9 directories, 75 files
總結
以上是生活随笔為你收集整理的mysql connector c 源码_mysql-connector-c-6.1.11-win32的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: mysql 十八哥_十八哥Mysql笔记
- 下一篇: linux cmake编译源码,linu