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

Merge from mysql-next-mr.

This commit is contained in:
Alexander Nozdrin
2009-10-28 10:55:44 +03:00
331 changed files with 15752 additions and 2543 deletions

View File

@ -1,3 +1,6 @@
#ifndef SQL_SELECT_INCLUDED
#define SQL_SELECT_INCLUDED
/* Copyright (C) 2000-2006 MySQL AB
This program is free software; you can redistribute it and/or modify
@ -757,3 +760,4 @@ inline bool optimizer_flag(THD *thd, uint flag)
return (thd->variables.optimizer_switch & flag);
}
#endif /* SQL_SELECT_INCLUDED */