Search Results
https://dev.mysql.com/doc/internals/en/guided-tour-skeleton.html
Walking Through The Server Code: /sql/mysqld.cc int main(int argc, char **argv) { _cust_check_startup(); (void) thr_setconcurrency(concurrency); init_ssl(); server_init(); // 'bind' + 'listen' init_server_components(); start_signal_handler(); ...
https://dev.mysql.com/doc/internals/en/risky-handling-around-additional-sessions.html
If a disconnect <connection> or KILL <connection_id> or --exec <client program which connects to the server> occurs within a script for mysqltest than the next statements will be executed even if the disconnect or kill is not complete finished. It ...This is most probably good for the throughput of usual application but has some annoying consequences for the development of ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-6.html
(WL #10980) For X DevAPI, a new auth option can be specified in connection strings or URIs to indicate the authentication mechanism. For X DevAPI for C, a new auth setting can be specified in connection strings or URIs to indicate the authentication ...Locks can be requested several times for a given find or select ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-8.html
MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (highest) MySQL server version they support. For example, MySQL Connector/NET 8.0.12 would be designed to support all ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-1-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added OpenID Connect support leveraging the new authentication_openid_connect_client client-side authentication plugin. OpenID Connect functionality is supported by MySQL ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-22.html
(Bug #91699, Bug #99069, Bug #28367300, Bug #30835272, WL #13380) Refactored the Connector/Python build system by removing artifacts of old implementations, improved debugging, and now statically link the C extensions. Connector/Python returns an ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-27.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed In Connector/Python 8.0.26, the capability was introduced for applications that use the classic MySQL connections for accounts that use the authentication_kerberos server-side ...(WL #14669) Improved the DMG package as previously it assumed that XCode was installed to provide the Python ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/admin-advisors-reference.html
The server writes information to this log when clients connect or disconnect, and it logs each SQL statement received from clients. It uses the host cache for several purposes: By caching the results of IP-to-host name lookups, the server avoids ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/performance-advisors-ref.html
Enabling the query cache can significantly increase performance for SELECT queries that are identically executed across many connections, returning the same result set. Default frequency 00:05:00 Default auto-close enabled no Thread Cache Not ...For ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-configuration-file.html
Upon the completion of the deployment described in this guide, the MySQL configuration file (/etc/my.cnf) contains these configuration settings: [mysqld] datadir=/usr/local/mysql/data socket=/tmp/mysql.sock port=3306 ...