~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/mysys_priv.h

  • Committer: Monty Taylor
  • Date: 2009-12-23 21:16:15 UTC
  • mto: This revision was merged to the branch mainline in revision 1253.
  • Revision ID: mordred@inaugust.com-20091223211615-2d86z9aqztotcqb8
Moved remaining non-public portions of mysys and mystrings to drizzled/internal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
 
#ifndef MYSYS_MYSYS_PRIV_H
17
 
#define MYSYS_MYSYS_PRIV_H
 
16
#ifndef DRIZZLED_INTERNAL_MYSYS_PRIV_H
 
17
#define DRIZZLED_INTERNAL_MYSYS_PRIV_H
18
18
 
19
19
#include "config.h"
20
 
#include <mysys/my_sys.h>
 
20
#include "drizzled/internal/my_sys.h"
21
21
 
22
22
#include <sys/resource.h>
23
23
 
24
 
#include <mysys/my_pthread.h>
 
24
#include "drizzled/internal/my_pthread.h"
25
25
extern pthread_mutex_t THR_LOCK_malloc, THR_LOCK_keycache;
26
26
extern pthread_mutex_t THR_LOCK_net;
27
27
 
33
33
#define EDQUOT (-1)
34
34
#endif
35
35
 
36
 
#endif /* MYSYS_MYSYS_PRIV_H */
 
36
#endif /* DRIZZLED_INTERNAL_MYSYS_PRIV_H */