~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/status_dictionary/variables.h

  • Committer: Vijay Samuel
  • Date: 2010-09-10 21:03:37 UTC
  • mto: (1757.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1758.
  • Revision ID: vijay@vijay-20100910210337-rf7c2ymawtqj6tkv
Merge added utf 8 tamil test case suite and test case for creating a database in tamil.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
  drizzled::drizzle_show_var *getVariables()
39
39
  {
40
 
    return enumerate_sys_vars(current_session); // Final value unused
 
40
    return enumerate_sys_vars(current_session, false); // Final value unused
41
41
  }
42
42
};
43
43