Search Results
https://dev.mysql.com/doc/refman/8.4/en/cast-functions.html
If p < 0 or p > 53, an error is returned. If the spatial type combination is permitted but the expression to cast is not a syntactically well-formed geometry, an ER_GIS_INVALID_DATA error occurs. If the spatial type combination is permitted but the ... Table 14.15 Cast Functions and Operators Name Description Deprecated BINARY Cast a string to a binary string Yes CAST() Cast a value as a certain type CONVERT() Cast a value as a certain type Cast functions and operators enable conversion of values from one data type to ...
https://dev.mysql.com/doc/workbench/en/wb-installing-linux.html
Note A change in the %cmake macro causes an error to occur when MySQL Workbench is built from source code on Fedora 33 using the RPM package. Download the source code and compile yourself The source code is available at ... There are binary ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-crystal-source.html
When creating a report in Crystal Reports there are two options for accessing the MySQL data while designing your report. The first option is to use Connector/ODBC as an ADO data source when designing your report. You will be able to browse your ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-crystal-source.html
When creating a report in Crystal Reports there are two options for accessing the MySQL data while designing your report. The first option is to use Connector/ODBC as an ADO data source when designing your report. You will be able to browse your ...
https://dev.mysql.com/doc/internals/en/dbug-sleep.html
In cases where the normal server code does not have a block point at the critical place, one can insert an artificial synchronization point. This method requires that you modify and recompile the server code. Setting the possibly not existing ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-array-simple.html
memcpy(data.attr7 + 2, binary_meter, 20*i); // Set the length bytes data.attr7[0] = (char)(20*i % 256); data.attr7[1] = (char)(20*i / 256); myOperation->insertTuple(); myOperation->equal("ATTR1", data.attr1); myOperation->setValue("ATTR2", ... This ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-vector-store-load.html
Language: the two-letter ISO 639-1 code for the language you want to use. Language: the two-letter ISO 639-1 code for the language you want to use. Language: the two-letter ISO 639-1 code for the language you want to use. Set to false to disable ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-waiter.html
--core-file Command-Line Format --core-file Write core file on error; used in debugging. Possible levels and their effects are listed here: 0: Do not print (return exit code only; see following for exit codes). Exit codes returned by ndb_waiter are ... ndb_waiter repeatedly (each 100 milliseconds) prints out the status of all cluster data nodes until either the cluster reaches a given status or the --timeout limit is exceeded, then ...
https://dev.mysql.com/doc/refman/8.4/en/sql-prepared-statements.html
For compliance with the SQL standard, which states that diagnostics statements are not preparable, MySQL does not support the following as prepared statements: SHOW COUNT(*) WARNINGS SHOW COUNT(*) ERRORS Statements containing any reference to the ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-0-0.html
(Bug #34721173) The list of MySQL error codes stored in the com.mysql.cj.exceptions.MysqlErrorNumbers class have been updated. The updates are reflected in Mapping MySQL Error Numbers to JDBC SQLState Codes. (Bug #36574322) Synchronized blocks in ...