~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_handler.cc

  • Committer: Brian Aker
  • Date: 2008-07-14 04:46:28 UTC
  • Revision ID: brian@tangent.org-20080714044628-mk3nt2rbaeqt8oe9
Removed oddball types in my_global.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
  second container. When the table is flushed, the pointer is cleared.
57
57
*/
58
58
 
59
 
#include <drizzled/server_includes.h>
60
 
#include <drizzled/sql_select.h>
 
59
#include "mysql_priv.h"
 
60
#include "sql_select.h"
 
61
#include <assert.h>
61
62
 
62
63
#define HANDLER_TABLES_HASH_SIZE 120
63
64