1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base

into  weblab.(none):/home/marcsql/TREE/mysql-5.1-rt-merge
This commit is contained in:
malff/marcsql@weblab.(none)
2007-08-20 11:13:31 -06:00
53 changed files with 7833 additions and 7080 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 */
@ -16199,3 +16203,7 @@ bool JOIN::change_result(select_result *res)
}
DBUG_RETURN(FALSE);
}
/**
@} (end of group Query_Optimizer)
*/