Search Results
                    
                    
            https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn-windows.html
                                 To add or configure a Connector/ODBC 5.x or 8.x DSN on Windows, use either the ODBC Data Source Administrator GUI, or the command-line tool myodbc-installer.exe that comes with Connector/ODBC. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-dataerror.html
                                 This exception is raised when there were problems with the data. Examples are a column set to NULL that cannot be NULL, out-of-range values for a column, division by zero, column count does not match value count, and so on. 
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn-windows.html
                                 To add or configure a Connector/ODBC 5.x or 8.x DSN on Windows, use either the ODBC Data Source Administrator GUI, or the command-line tool myodbc-installer.exe that comes with Connector/ODBC. 
                                            
                https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors-dataerror.html
                                 This exception is raised when there were problems with the data. Examples are a column set to NULL that cannot be NULL, out-of-range values for a column, division by zero, column count does not match value count, and so on. 
                                            
                https://dev.mysql.com/doc/internals/en/com-set-option.html
                                 Enables capabilities for the current connection to be enabled and disabled: CLIENT_MULTI_STATEMENTS The option operation is one of: Operation Constant Name 0 MYSQL_OPTION_MULTI_STATEMENTS_ON 1 MYSQL_OPTION_MULTI_STATEMENTS_OFF On success it returns ...
                                            
                https://dev.mysql.com/doc/internals/en/libmysqld-directory.html
                                The product of libmysqld is not a client/server affair, but a library. The program files on this directory are: libmysqld.c --- The called side, compare the mysqld.exe source lib_sql.c --- Emulate the vio directory's communication buffer . 
                                            
                https://dev.mysql.com/doc/internals/en/replication-not-guaranteed.html
                                 There are some exceptions to (P-rpl-correct) where we do not guarantee correct replication. (P-exception-federated) If a table uses a federated table on the master, then TODO (P-exception-table-definition) If a CREATE TABLE uses a DATA DIRECTORY or ...
                                            
                https://dev.mysql.com/doc/internals/en/support-files-directory.html
                                The files here are for building ("making") MySQL given a package manager, compiler, linker, and other build tools. The support files provide instructions and switches for the build processes. They include example my.cnf files one can use as a ...
                                            
                https://dev.mysql.com/doc/internals/en/tracing-memory-usage.html
                                It is extended (with realloc()) as optimization progresses and appends data to it. The optimizer_trace_max_mem_size variable sets a limit on the total amount of memory used by all currently remembered traces: If this limit is reached, the current ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation-notpersistent.html
                                If used, this is the only annotation allowed on a member.