merge from mysql-trunk-bugfixing

This commit is contained in:
Jon Olav Hauglid 2010-04-20 10:51:50 +02:00
commit ac78736638
1445 changed files with 987298 additions and 4872 deletions

View file

@ -13,12 +13,15 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
#include "mysql_priv.h"
#include "sql_priv.h"
#include "unireg.h"
#include "event_scheduler.h"
#include "events.h"
#include "event_data_objects.h"
#include "event_scheduler.h"
#include "event_queue.h"
#include "event_db_repository.h"
#include "sql_connect.h" // init_new_connection_handler_thread
#include "sql_acl.h" // SUPER_ACL
/**
@addtogroup Event_Scheduler