~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_array.h

  • Committer: Brian Aker
  • Date: 2008-11-13 02:56:15 UTC
  • mfrom: (575.4.10 devel)
  • Revision ID: brian@tangent.org-20081113025615-snhsi52yb2ivmx6f
Merging Monty's code.

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 */