Search



Search Results
Displaying 1611 to 1620 of 1834 total results
https://dev.mysql.com/doc/internals/en/class-procedure.html
For a minimal dummy procedure that doesn't actually change the result set it would look like this: class proc_dummy: public Procedure { } In a real procedure you'd extend at least some of the member functions below: .
https://dev.mysql.com/doc/internals/en/client-server-protocol.html
For current information, please refer to the Client/Server Protocol section of the MySQL Server Doxygen documentation, available at https://dev.mysql.com/doc/index-other.html.
https://dev.mysql.com/doc/internals/en/close.html
Synopsis virtual int close ( void); void ; Description This is the close method. A good time to free any resources that we have allocated. In sql_select.cc it is only used to close up temporary tables or during the process where a temporary table is ...
https://dev.mysql.com/doc/internals/en/cmake-howto-quick-release-configuration.html
(This is optional, but if you have different versions of the compilers, it gives better control.) mkdir bld cd bld cmake .. Unix (Makefiles) To control which compiler is chosen, set the CC and CXX environment variables to name the desired C and C++ ...
https://dev.mysql.com/doc/internals/en/cmake-howto-quick.html
This section briefly describes how to build MySQL in a release or debug configuration. It also describes how to build using the same options as used for MySQL official releases. The following discussion assumes that your initial current working ...
https://dev.mysql.com/doc/internals/en/cmake-macro-defining-plugin.html
Different plugins might chose different strategies to add plugin-specific defines Strategy 1 - use ADD_DEFINITIONS This is similar to what InnoDB does in 5.5. To define a plugin, you need to add the MYSQL_ADD_PLUGIN() macro into CMakeList.txt. If ...
https://dev.mysql.com/doc/internals/en/cmake-prerequisites.html
On OpenSolaris/Solaris Express, you must install m4 in addition to bison. On Windows, install bison into a directory whose path name does not contain spaces, not into the default location.
https://dev.mysql.com/doc/internals/en/coding-guidelines.html
The content formerly located in this chapter is now maintained in the Coding Guidelines section of the MySQL Server Doxygen documentation, available at https://dev.mysql.com/doc/index-other.html.
https://dev.mysql.com/doc/internals/en/com-binlog-dump-gtid.html
If the binlog-filename is empty, the server will send the binlog-stream of the first known binlog.
https://dev.mysql.com/doc/internals/en/com-binlog-dump.html
Requests a binlog network stream from the master starting a given position. You can use SHOW BINARY LOGS to get the current logfile and position from the master. The master responds either with a binlog network stream a ERR_Packet or (if ...
Displaying 1611 to 1620 of 1834 total results