mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 00:34:18 +01:00
ha_innodb.cc: Remove unused define MAX_ULONG_BIT.
This commit is contained in:
parent
0138132c05
commit
17e67cd556
1 changed files with 0 additions and 3 deletions
|
@ -40,9 +40,6 @@ have disables the InnoDB inlining in this file. */
|
|||
#include <myisampack.h>
|
||||
#include <mysys_err.h>
|
||||
#include <my_sys.h>
|
||||
|
||||
#define MAX_ULONG_BIT ((ulong) 1 << (sizeof(ulong)*8-1))
|
||||
|
||||
#include "ha_innodb.h"
|
||||
|
||||
pthread_mutex_t innobase_share_mutex, /* to protect innobase_open_files */
|
||||
|
|
Loading…
Add table
Reference in a new issue