~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Olaf van der Spek
  • Date: 2011-03-21 18:32:26 UTC
  • mto: (2245.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2246.
  • Revision ID: olafvdspek@gmail.com-20110321183226-2x97axgbyseo7k8b
Refactor Session::variables

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#include <drizzled/internal/m_string.h>
38
38
#include <drizzled/global_charset_info.h>
39
39
#include <drizzled/charset.h>
40
 
 
41
40
#include <drizzled/definition/cache.h>
42
 
 
 
41
#include <drizzled/system_variables.h>
43
42
#include <drizzled/statement/alter_table.h>
44
43
#include <drizzled/sql_table.h>
45
44
#include <drizzled/pthread_globals.h>
53
52
 
54
53
using namespace std;
55
54
 
56
 
namespace drizzled
57
 
{
 
55
namespace drizzled {
58
56
 
59
57
bool is_primary_key(KeyInfo *key_info)
60
58
{