Search



Search Results
Displaying 111 to 120 of 3329 total results
https://dev.mysql.com/doc/internals/en/required-server-code-patches.html
Currently procedures can only be compiled into the server staticly. There is no dynamic procedure for loading them dynamicly yet like we have for UDFs and plugins. The build system is not too clever about creating these symlinks for files added ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-server-compatibility.html
MySQL Server Compatibility 7.1.2 MySQL Server Compatibility MySQL HeatWave on AWS has several security-related restrictions that are not present in an on-premise instance of MySQL. To make it easier to load existing databases into the Service, the ...
https://dev.mysql.com/doc/refman/8.4/en/optimizing-server.html
This section discusses optimization techniques for the database server, primarily dealing with system configuration rather than tuning SQL statements. The information in this section is appropriate for DBAs who want to ensure performance and ...
https://dev.mysql.com/doc/mysql-installer/en/server-apply-config.html
All configuration settings are applied to the MySQL server when you click Execute. Use the Configuration Steps tab to follow the progress of each action; the icon for each toggles from white to green (with a check mark) on success. Otherwise, the ...
https://dev.mysql.com/doc/refman/8.4/en/debugging-server.html
If you are using some functionality that is very new in MySQL, you can try to run mysqld with the --skip-new option (which disables all new, potentially unsafe functionality). If mysqld does not want to start, verify that you have no my.cnf files ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-server-client-versions.html
The string and numeric forms of the MySQL server version are available at compile time as the values of the MYSQL_SERVER_VERSION and MYSQL_VERSION_ID macros, and at runtime as the values of the mysql_get_server_info() and mysql_get_server_version() ...
https://dev.mysql.com/doc/internals/en/memory-allocation-mysql-server.html
The basic logic to use: All things that are used only for the duration of a query are allocated in THD::mem_root through sql_alloc() or thd->alloc() except: Things that may grow, like string buffers of type String. Large blocks of memory used in ...
https://dev.mysql.com/doc/internals/en/mysql-server.html
Mysql-5.5 /sql/sql_prepare.cc:2688 Protocol::send_result_set_metadata Mysql-5.5 /sql/protocol.cc parse_com_change_user_packet Mysql-5.5 /sql/sql_acl.cc:8253 send_server_handshake_packet Mysql-5.5 /sql/sql_acl.cc:7956 send_server_handshake_packet ...
https://dev.mysql.com/doc/internals/en/server-tools-directory.html
Quoting from the README file within this directory: "Instance Manager - manage MySQL instances locally and remotely. File description: mysqlmanager.cc - entry point to the manager, main, options.{h,cc} - handle startup options.
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ui-settings-server-locale-ref.html
This locale overrides the operating system locale for use in notifications.
Displaying 111 to 120 of 3329 total results