Sha256: 716b60cf5269be66ee9d6c11cbc6fc509539b53338f084184324c9802b57fca8

Contents?: true

Size: 550 Bytes

Versions: 9

Compression:

Stored size: 550 Bytes

Contents

#ifndef MYSQL2_EXT
#define MYSQL2_EXT

#include <ruby.h>
#include <fcntl.h>

#ifdef HAVE_MYSQL_H
#include <mysql.h>
#include <mysql_com.h>
#include <errmsg.h>
#include <mysqld_error.h>
#else
#include <mysql/mysql.h>
#include <mysql/mysql_com.h>
#include <mysql/errmsg.h>
#include <mysql/mysqld_error.h>
#endif

#ifdef HAVE_RUBY_ENCODING_H
#include <ruby/encoding.h>
#endif

#if defined(__GNUC__) && (__GNUC__ >= 3)
#define RB_MYSQL_UNUSED __attribute__ ((unused))
#else
#define RB_MYSQL_UNUSED
#endif

#include <client.h>
#include <result.h>

#endif

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
mysql2-0.2.6 ext/mysql2/mysql2_ext.h
mysql2-0.2.6-x86-mswin32-60 ext/mysql2/mysql2_ext.h
mysql2-0.2.6-x86-mingw32 ext/mysql2/mysql2_ext.h
mysql2-0.2.5 ext/mysql2/mysql2_ext.h
mysql2-0.2.4 ext/mysql2/mysql2_ext.h
mysql2-0.2.3 ext/mysql2/mysql2_ext.h
mysql2-0.2.2 ext/mysql2/mysql2_ext.h
mysql2-0.2.1 ext/mysql2/mysql2_ext.h
mysql2-0.2.0 ext/mysql2/mysql2_ext.h