Search



Search Results
Displaying 391 to 400 of 1437 total results
https://dev.mysql.com/doc/internals/en/logging-transactions-rules-for-create-table-select.html
(R-log-create-select-statement-format) If logging in statement format (that is, one of the following holds: (1) @@SESSION.binlog_format=STATEMENT; (2) @@SESSION.binlog_format=MIXED and statement is safe): If there is an error, do not write anything.
https://dev.mysql.com/doc/internals/en/logging-transactions-rules-for-non-committing-statements.html
Before executing S, determine unsafeness: (R-unsafe-nontransactional) If S either makes N-writes or reads from an N-table, and either S or a previous statement in the same transaction reads or writes to a T-table then S is marked unsafe. The ...
https://dev.mysql.com/doc/internals/en/source-directory-listing.html
Directory — Short Comment bdb — The Berkeley Database table handler BitKeeper — BitKeeper administration (not part of the source distribution) BUILD — Frequently used build scripts client — Client library cmd-line-utils — Command-line ...
https://dev.mysql.com/doc/internals/en/sql-directory.html
Programs for handling SQL commands. The "core" of MySQL. These are the .c and .cc files in the sql directory: derror.cc --- read language-dependent message file des_key_file.cc --- load DES keys from plaintext file discover.cc --- Functions for ...
https://dev.mysql.com/doc/internals/en/tools-directory.html
The only file is: mysqlmanager.c --- A "server management daemon" by Sasha Pachev. This is a tool under development and is not yet useful.
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbrecattr.html
It is also possible to obtain a reference to the value regardless of its actual type, by using NdbRecAttr::aRef(); however, you should be aware that this is not type-safe, and requires a cast from the user. NdbRecAttr Class Overview ~NdbRecAttr() ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-40.html
(Bug #36955942) The internal mysql_init() function used for making connections is now thread safe. Bugs Fixed Fixed a potential Out of Bounds (OOB) issue related to escaping large queries. (Bug #115710, Bug #36894687) With the prefetch connection ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-1-0.html
(Bug #18531881) The internal mysql_init() function used for making connections is now thread safe. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added OpenID Connect support leveraging the new ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-replicationsource-activity-category.html
Lists the Replication Source Activity metrics and provides a brief description of each. Table 6.26 Replication Source Activity Metrics NameDescriptionBinlog File The name of the current binary log file. Binlog File Position The file position of the ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-comparison-functions-operators.html
= Yes Equal operator <=> NULL-safe equal to operator > Yes Greater than operator >= Yes Greater than or equal operator GREATEST() Yes Return the largest argument IN() Yes Check whether a value is within a set of values. The VARLEN Support column ...
Displaying 391 to 400 of 1437 total results