~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_plugin.h

  • Committer: Stewart Smith
  • Date: 2009-03-16 06:58:44 UTC
  • mto: (942.1.10 mordred)
  • mto: This revision was merged to the branch mainline in revision 940.
  • Revision ID: stewart@flamingspork.com-20090316065844-zjv6uh8a4i3coujc
yet more variable alignment/type fixes.

Makes status test pass on solaris sparc64

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
*/
58
58
#define SHOW_FUNC    SHOW_FUNC, SHOW_KEY_CACHE_LONG, SHOW_KEY_CACHE_LONGLONG, \
59
59
                     SHOW_LONG_STATUS, SHOW_DOUBLE_STATUS, SHOW_HAVE,   \
60
 
                     SHOW_MY_BOOL, SHOW_HA_ROWS, SHOW_SYS, SHOW_LONG_NOFLUSH, \
 
60
                     SHOW_MY_BOOL, SHOW_HA_ROWS, SHOW_SYS, SHOW_INT_NOFLUSH, \
61
61
                     SHOW_LONGLONG_STATUS
62
62
#include <drizzled/plugin.h>
63
63
#undef SHOW_FUNC