Search



Search Results
Displaying 331 to 340 of 342 total results
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-7.html
Errors were returned similar to the following: Assertion failure: row0pread.h:306:active >= n_threads (Bug #38325137) Under certain circumstances, a virtual index rollback could fail on 32-bit builds of MySQL Server. Audit Log Notes Compilation ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/installing.html
You can either copy them into a system directory (preserving their execute permission bits), or add to your $PATH setting the directory where you unpacked it. Install MySQL Enterprise Backup on each database server whose contents you intend to back ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-call-statements.html
This section describes prepared-statement support in the C API for stored procedures executed using CALL statements: Stored procedures executed using prepared CALL statements can be used in the following ways: A stored procedure can produce any ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-type-codes.html
The buffer_type member of MYSQL_BIND structures indicates the data type of the C language variable bound to a statement parameter or result set column. For input, buffer_type indicates the type of the variable containing the value to be sent to the ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-thread-id.html
Note This function does not work correctly if thread IDs become larger than 32 bits, which can occur on some systems. unsigned long mysql_thread_id(MYSQL *mysql) Description Returns the thread ID of the current connection. This value can be used as ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-status-system-variables.html
The server plugin interface enables plugins to expose status and system variables using the status_vars and system_vars members of the general plugin descriptor. The status_vars member of the general plugin descriptor, if not 0, points to an array ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/server-plugin-descriptors.html
Every plugin library that contains server plugins must include a library descriptor that contains the general plugin descriptor for each server plugin in the file. This section discusses how to write the library and general descriptors for server ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-plugins.html
To create a plugin library, you must provide the required descriptor information that indicates what plugins the library file contains, and write the interface functions for each plugin. Every server plugin must have a general descriptor that ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-29.html
(Bug #62006, Bug #16714956) Data truncation occurred for INOUT type parameters of data type BIT(1) for stored procedures. Version 8.0.29 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation-windows.html
Installing Using MSI To install MySQL Router on Microsoft Windows using the MSI Installer, do the following: Download the Windows (x86, 64-bit), MSI Installer package from http://dev.mysql.com/downloads/router/. MySQL Router for Windows can be ...
Displaying 331 to 340 of 342 total results