Search



Search Results
Displaying 2451 to 2460 of 4186 total results
https://dev.mysql.com/doc/connector-python/en/connector-python-example-cursor-transaction.html
Both INSERT statements are stored in the variables called add_employee and add_salary. Next, we insert the new salary for the new employee, using the emp_no variable in the dictionary holding the data. Inserting or updating data is also done using ...
https://dev.mysql.com/doc/internals/en/event-content-writing-conventions.html
A variable-length string may be preceded by a length field that indicates the length of the string. If there is a variable-length string at the end of an event and no length field precedes it, its length may be determined as the event length minus ... Event contents are written using these conventions: Numbers are written in little-endian format (least significant byte first), unless otherwise ...
https://dev.mysql.com/doc/refman/9.7/en/srjs-limitations.html
A JavaScript variable, local or global, defined in one stored program is not accessible from any other connection executing the same program. As with SQL stored routines, JavaScript stored routines with a variable number of arguments are not ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-stmt-bind-named-param.html
To store both named and unnamed bind user variables, call mysql_stmt_bind_named_param() after mysql_stmt_prepare(). Subsequent to binding the variables, you can set and change them repeatedly. bool mysql_stmt_bind_named_param(MYSQL_STMT *stmt, ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/test-protocol-trace-plugin.html
Control the plugin using these environment variables: MYSQL_TEST_TRACE_DEBUG: Set this variable to a value other than 0 to cause the test plugin to produce diagnostic output on stderr. MYSQL_TEST_TRACE_CRASH: Set this variable to a value other than ... MySQL includes a test protocol trace plugin that serves to illustrate the information available from such plugins, and as a guide to writing other protocol trace ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-selective-load.html
This method also works on empty DB System tables, which are later converted to external tables. Create a session variable with the characteristics of the input_list to create the external table and specify the files to load into the table. mysql> ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-innodb-cluster-upgrade-troubleshoot.html
However, the actual host used for the connection parameters might not match the hostname that is used or reported by Group Replication, which uses the value of the report_host system variable when it is defined (in other words it is not NULL), ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-reset-connection.html
Reinitializes session system variables to the values of the corresponding global system variables, including system variables that are set implicitly by statements such as SET NAMES. int mysql_reset_connection(MYSQL *mysql) Description Resets the ...
https://dev.mysql.com/doc/refman/9.7/en/date-and-time-literals.html
The offset is appended to the time part of a datetime literal, with no intravening spaces, and uses the same format used for setting the time_zone system variable, with the following exceptions: For hour values less than 10, a leading zero is ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-exec-prepared-stmt-app.html
The second statement SELECT JSON_OBJECT("Task result", "Finished...") into @task_result generates an output that is stored in the reserved session variable @task_result. You can optionally use the reserved session variable @task_result to add a ...
Displaying 2451 to 2460 of 4186 total results