diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-10-27 12:59:09 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-10-27 12:59:09 +0300 |
commit | 47c9089ef5d87e6d8e6aa3bf066f8057b413f2b5 (patch) | |
tree | 39886654de5469ef82ac29be18f49b0fa0925a6b /sql/item_timefunc.h | |
parent | 1e5804f2c53e1d9e9c0c2660f0437d7c8294e004 (diff) | |
parent | 453eb014f7f44cf92fa40887e17a253338c696fb (diff) | |
download | mariadb-git-47c9089ef5d87e6d8e6aa3bf066f8057b413f2b5.tar.gz |
Automerge from mysql-next-mr.
Diffstat (limited to 'sql/item_timefunc.h')
-rw-r--r-- | sql/item_timefunc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/item_timefunc.h b/sql/item_timefunc.h index 5997bb96efe..05e8d899472 100644 --- a/sql/item_timefunc.h +++ b/sql/item_timefunc.h @@ -1,3 +1,6 @@ +#ifndef ITEM_TIMEFUNC_INCLUDED +#define ITEM_TIMEFUNC_INCLUDED + /* Copyright (C) 2000-2006 MySQL AB This program is free software; you can redistribute it and/or modify @@ -1032,3 +1035,5 @@ public: maybe_null= 1; } }; + +#endif /* ITEM_TIMEFUNC_INCLUDED */ |