Search



Search Results
Displaying 661 to 670 of 2652 total results
https://dev.mysql.com/doc/refman/8.4/en/using-date.html
To be on the safe side, assume that strings are compared as strings and use the appropriate string functions if you want to compare a temporal value to a string. MySQL also permits a “relaxed” string format when updating and in a WHERE clause ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-import.html
ndb_import requires a connection to an NDB management server (ndb_mgmd) to function; it does not require a connection to a MySQL Server. --connect-string Command-Line Format --connect-string=connection_string Type String Default Value [none] Same as ... ndb_import imports CSV-formatted data, such as that produced by mysqldump --tab, directly into NDB using the NDB ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-32.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Removed distutils support, which is deprecated in Python 3.10 and removed in Python 3.12. (WL #14861) Adopted type hint enforcement for function and class attributes with ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-varlen-encoding.html
Variable-length encoding is automatically applied when tables are loaded into MySQL HeatWave with the exception of string columns defined explicitly as dictionary-encoded columns. Minimizes the amount of data stored for string columns by ...You can ...
https://dev.mysql.com/doc/refman/8.4/en/proxy-users.html
Suppose that my_auth_plugin returns a user name of employee to the server, based on the content of 'my_auth_string' and perhaps by consulting some external authentication system. When proxying occurs, the USER() and CURRENT_USER() functions can be ...The plugin that authenticates a given connection may request that the connecting (external) user be treated as a different user for privilege-checking ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-array-simple.html
This program inserts CHAR, VARCHAR, and BINARY column data into a table by constructing aRef objects using local functions. It then reads the columns back and extracts the data from them using local functions. (Bug #70550, Bug #17592990) #include ...See Section 2.5.15, “Common Files for NDB API Array Examples”, for listings of ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-scanning-basic.html
This example illustrates how to use the NDB scanning API. It shows how to perform a scan, how to scan for an update, and how to scan for a delete, making use of the NdbScanFilter and NdbScanOperation classes. The source code for this example may ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-to-a-single-mysqld-node-setup.html
string usr = prompt("Username:"); string pwd = prompt("Password:"); // Connect to MySQL Server on a network machine Session mySession(SessionOption::HOST, "localhost", SessionOption::PORT, 33060, SessionOption::USER, usr, SessionOption::PWD, pwd); ... In this example a connection to a local MySQL Server instance running X Plugin on the default TCP/IP port 33060 is established using the MySQL user account user with its ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-limitations-csv.html
To convert VECTOR to JSON, first convert VECTOR to a STRING data type by using the VECTOR_TO_STRING() function. For example, if col_1 in table_1 is a VECTOR column that you want to convert to JSON, you can do the following: SELECT ... MySQL HeatWave ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-31.html
(WL #15243) Functionality Added or Changed MySQL HeatWave uses dictionary encoding to compress string columns (CHAR, VARCHAR, TEXT). MySQL HeatWave AutoML Functionality Added or Changed MySQL HeatWave AutoML MySQL HeatWave AutoML queries are now ...
Displaying 661 to 670 of 2652 total results