Search Results
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-parameters.html
charset Character Set - The character set to use for the connection. NO_BINARY_RESULT Always handle binary function results as character data 268435456 When set, this option disables charset 63 for columns with an empty org_table. On Unix and macOS, ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-source-unix.html
If you are using a character set that is not compiled into the MySQL client library, install the MySQL character definitions from the charsets directory into SHAREDIR (by default, /usr/local/mysql/share/mysql/charsets). You need the following tools ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-cmd-change-user.html
It is also possible to change the character set using the charset argument. Syntax: cnx.cmd_change_user(username='', password='', database='', charset=33) Returns a dictionary containing the OK packet information. It also causes the specified ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html
charset Character Set - The character set to use for the connection. NO_BINARY_RESULT Always handle binary function results as character data 268435456 When set, this option disables charset 63 for columns with an empty org_table. On Unix and macOS, ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-source-unix.html
If you are using a character set that is not compiled into the MySQL client library, install the MySQL character definitions from the charsets directory into SHAREDIR (by default, /usr/local/mysql/share/mysql/charsets). You need the following tools ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-cmd-change-user.html
It is also possible to change the character set using the charset argument. Syntax: cnx.cmd_change_user(username='', password='', database='', charset=33) Returns a dictionary containing the OK packet information. It also causes the specified ...
https://dev.mysql.com/doc/internals/en/guided-tour-majordir-mysys.html
Sampling of programs on mysql-5.0/mysys size name comment ---- ---- ------- 17684 charset.c character sets 6165 mf_qsort.c quicksort 5609 mf__tempfile.c temporary files + 112 more *.c programs Example one: with charset.c routines, you can change the ... The next major directory is labelled mysys, which stands for MySQL System ...
https://dev.mysql.com/doc/internals/en/user-var-event.html
Binlog::USER_VAR_EVENT: Payload 4 name_length string[$len] name 1 is_null if not is_null { 1 type 4 charset 4 value_length string[$len] value if more data { 1 flags } } Fields name_length (4) -- length of name name (string.var_len) -- ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-columnmetadata.html
Table 4.17 charsetName() Parameter Description return the charset name 4.3.1.11.2 columnType() public abstract ColumnType columnType(); Return the type of the column. Table 4.18 columnType() Parameter Description return the type of the column ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-tablemetadata.html
The indexes array of TableMetadata contains one IndexMetadata object per table index. NDB implements a primary key as both an ordered index and a unique index, and might be viewed through the NDB API adapter as two indexes, but through a MySQL ...