~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Monty Taylor
  • Date: 2008-11-18 22:12:56 UTC
  • mto: (589.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 589.
  • Revision ID: monty@inaugust.com-20081118221256-ap2kmj073pdw7uap
The mega-patch from hell. Renamed sql_class to session (since that's what it is) and removed it and field and table from common_includes. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <drizzled/gettext.h>
23
23
#include <drizzled/data_home.h>
24
24
#include <drizzled/sql_parse.h>
 
25
#include <mysys/hash.h>
 
26
#include <drizzled/sql_lex.h>
 
27
#include <drizzled/session.h>
 
28
#include <drizzled/sql_base.h>
 
29
#include <drizzled/db.h>
 
30
 
 
31
extern HASH lock_db_cache;
25
32
 
26
33
int creating_table= 0;        // How many mysql_create_table are running
27
34
 
1623
1630
*/
1624
1631
 
1625
1632
static void set_table_default_charset(Session *session,
1626
 
                                      HA_CREATE_INFO *create_info, char *db)
 
1633
                                      HA_CREATE_INFO *create_info, char *db)
1627
1634
{
1628
1635
  /*
1629
1636
    If the table character set was not given explicitly,