~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_array.h

  • Committer: Monty Taylor
  • Date: 2008-11-12 17:42:40 UTC
  • mto: This revision was merged to the branch mainline in revision 584.
  • Revision ID: monty@inaugust.com-20081112174240-l2vg9lnzbmjc3uyk
More header cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
 
20
#ifndef DRIZZLED_SQL_ARRAY_H
 
21
#define DRIZZLED_SQL_ARRAY_H
 
22
 
20
23
#include <mysys/my_sys.h>
21
24
 
22
25
/* 
89
92
  }
90
93
};
91
94
 
 
95
#endif /* DRIZZLED_SQL_ARRAY_H */