mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
[t:4445] dead code accidentally commited, reverting
git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@39338 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
9c9e58d934
commit
34df9b0b9e
1 changed files with 0 additions and 11 deletions
|
@ -1,16 +1,5 @@
|
|||
#if !defined(TOKU_MYSQL_PRIV_H)
|
||||
#define TOKU_MYSQL_PRIV_H
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <stdio.h>
|
||||
static long current_time_usec(void)
|
||||
{
|
||||
(void) current_time_usec;
|
||||
struct timeval t;
|
||||
gettimeofday(&t, NULL);
|
||||
return t.tv_sec * 1000000 + t.tv_usec;
|
||||
}
|
||||
|
||||
#include "mysql_version.h"
|
||||
#if MYSQL_VERSION_ID < 50506
|
||||
#include "mysql_priv.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue