1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-29 00:08:14 +03:00
Files
mariadb/innobase/include/sync0types.h
monty@donna.mysql.com 8e4968d9c7 Added max_user_connections
Fixes for Innobase
Don't reset whole to-buffer in strxnmov
2001-02-20 22:34:47 +02:00

17 lines
306 B
C

/******************************************************
Global types for sync
(c) 1995 Innobase Oy
Created 9/5/1995 Heikki Tuuri
*******************************************************/
#ifndef sync0types_h
#define sync0types_h
#define mutex_t ib_mutex_t
typedef struct mutex_struct mutex_t;
#endif