Search



Search Results
Displaying 3051 to 3060 of 3514 total results
https://dev.mysql.com/doc/connector-python/en/connector-python-versions.html
Python terminology regarding distributions: Built Distribution: A package created in the native packaging format intended for a given platform. This section describes both version releases, such as 8.0.34, along with notes specific to the two ...
https://dev.mysql.com/doc/connector-python/en/differences-between-binary-and-source-distribution.html
Note Creating a wheel package from an sdist may fail for some older Python version, as the Connector/Python source code is only compatible with a specific subset of Python versions. Installing from a wheel (bdist package) is the recommended, except ...
https://dev.mysql.com/doc/internals/en/additional-accessors-for-plugins.html
Starting with MySQL 5.1.21 the following additional accessors are made available to all plug-ins: Full definition of MYSQL_LEX_STRING (identical to LEX_STRING from m_string.h) Full definition of MYSQL_XID (binary compatible with XID from handler.h) ...
https://dev.mysql.com/doc/internals/en/binlog-version.html
Depending on the MySQL Version that created the binlog the format is slightly different.
https://dev.mysql.com/doc/internals/en/building-with-cmake.html
Command-line build with CMake 2.8 After creating the project with cmake as just indicated, issue this command: cmake --build . Unix make By default, a cmake build is less verbose than an Autotools build. To see what commands are executed during the ...
https://dev.mysql.com/doc/internals/en/charsets.html
Character sets are used by MySQL when storing information, both to ensure that the information is stored (and returned) in the correct format, but also for the purposes of collation and sorting. Each character set supports one or more collations, ...
https://dev.mysql.com/doc/internals/en/class-procedure-change-columns.html
An example that adds an INTEGER field at the end of the field list: bool proc_rownum::change_columns(List<Item> &field_list) { DBUG_ENTER("proc_rownum::change_columns"); // create a new column item row_num_column = new Item_proc_int("RowNum"); // ...
https://dev.mysql.com/doc/internals/en/cmake-howto-quick-release-configuration.html
devenv mysql.sln /build relwithdebinfo To create a file containing a log of the compilation, modify the last command as follows: devenv mysql.sln /build relwithdebinfo /out logfile.txt . Unix (Makefiles) To control which compiler is chosen, set the ...
https://dev.mysql.com/doc/internals/en/compiling-for-different-hardware-achitectures.html
You can set more than a single architecture to create a universal binary. GCC (on Linux) or Sun Studio Use compile option -m32 (force 32-bit build), -m64 (force 64-bit build) Windows, Visual Studio generator Use cmake path_to_source_dir -G "Visual ...
https://dev.mysql.com/doc/internals/en/configure-emulation.html
However, ./configure created by ./BUILD/autorun.sh is just a wrapper that translates old-style Autotools options to new-style cmake options. The legacy (Autotools) way to build MySQL on Unix was to run this command: BUILD/autorun.sh; ./configure ...
Displaying 3051 to 3060 of 3514 total results