1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Provide initial module structure to Doxygen.

This commit is contained in:
kostja@bodhi.(none)
2007-08-15 19:08:44 +04:00
parent 46b8a07dc5
commit 2537a87fb5
17 changed files with 157 additions and 9 deletions

View File

@ -13,6 +13,10 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
/**
@defgroup Query_Optimizer Query Optimizer
@{
*/
/* mysql_select and join optimization */
@ -16037,3 +16041,7 @@ bool JOIN::change_result(select_result *res)
}
DBUG_RETURN(FALSE);
}
/**
@} (end of group Query_Optimizer)
*/