diff options
author | unknown <kent@mysql.com> | 2005-06-02 02:57:18 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-06-02 02:57:18 +0200 |
commit | e71ef9416f84922310f88c1cd7295334dadfeb68 (patch) | |
tree | 11e854a5c872762d333b583afd7b3b4bbeae11b1 /sql/item_uniq.cc | |
parent | 638bb0a2917b966f136f0046234fc40b9407df29 (diff) | |
parent | cee10f979e3bf4a26dca94bd94002b316e400733 (diff) | |
download | mariadb-git-e71ef9416f84922310f88c1cd7295334dadfeb68.tar.gz |
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
sql/item_func.cc:
Auto merged
Diffstat (limited to 'sql/item_uniq.cc')
-rw-r--r-- | sql/item_uniq.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/item_uniq.cc b/sql/item_uniq.cc index 0c757c0e3a3..c83373bd8b0 100644 --- a/sql/item_uniq.cc +++ b/sql/item_uniq.cc @@ -15,6 +15,9 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /* Compability file */ + +#include <my_global.h> + #ifdef USE_PRAGMA_IMPLEMENTATION #pragma implementation #endif |