Search Results
https://dev.mysql.com/doc/connectors/en/connector-net-installation-unix.html
To test whether your system has Mono installed, enter: $> mono --version The version of the Mono JIT compiler is displayed. For example: $> gmcs -r:System.dll -r:System.Data.dll -r:MySql.Data.dll HelloWorld.cs The referenced assemblies depend on the ... There is no installer available for installing the MySQL Connector/NET component on your Unix ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-unix-tarball.html
To install the driver from a tarball distribution (.tar.gz file), download the latest version of the driver for your operating system and follow these steps, substituting the appropriate file and directory names based on the package you download ...
https://dev.mysql.com/doc/connector-net/en/connector-net-installation-unix.html
To test whether your system has Mono installed, enter: $> mono --version The version of the Mono JIT compiler is displayed. For example: $> gmcs -r:System.dll -r:System.Data.dll -r:MySql.Data.dll HelloWorld.cs The referenced assemblies depend on the ... There is no installer available for installing the MySQL Connector/NET component on your Unix ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-unix-tarball.html
To install the driver from a tarball distribution (.tar.gz file), download the latest version of the driver for your operating system and follow these steps, substituting the appropriate file and directory names based on the package you download ...
https://dev.mysql.com/doc/internals/en/cmake-macro-defining-plugin.html
If you need to perform system checks, use standard CMake techniques like CHECK_FUNCTION_EXISTS or CHECK_INCLUDE_FILE etc. To define a plugin, you need to add the MYSQL_ADD_PLUGIN() macro into CMakeList.txt. For example, ...
https://dev.mysql.com/doc/internals/en/floating-point-types.html
As one can judge from this description, choosing DBL_DIG here is questionable, especially because it introduces a system dependency. Today, most systems use the IEEE standard 754 for binary floating-point arithmetic. However, we can not rely on the ... The MySQL Reference Manual has a discussion of floating-point numbers in Section 11.2 Numeric Types, including details about the ...
https://dev.mysql.com/doc/internals/en/mysys-functions.html
string fn_format _A((string to,const char *name,const char *dsk,const char *form,int flag)); Format a filename with replacement of library and extension and convert between different systems. Functions in mysys: (For flags see my_sys.h) int my_copy ...
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-operations.html
List<Employee> redundancies = new ArrayList<Employee>(); for (int i = 1000; i < 2000; i += 100) { Employee redundant = session.newInstance(Employee.class); redundant.setId(i); redundancies.add(redundant); } numberDeleted = ...To insert a new row ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-troubleshoot.html
Workaround: Ensure that you use the --sqlc flag when you connect to your database system: mysqlsh -uAdmin -pPassword -hPrivateIP --sqlc Replace the following: Admin: the admin name. This section describes some commonly encountered issues and errors ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-load-event-based.html
We recommend not sharing stream OCIDs across DB Systems, and limiting the usage of each stream OCID for only event-based incremental load. The dynamic group you specify needs to be the one the DB System belongs to. To create the policy statement, ...